regions without faces
This commit is contained in:
parent
31dd5faf7d
commit
d6087d356f
@ -38,7 +38,8 @@ Foam::scalar Foam::compressibleCourantNo
|
|||||||
scalar CoNum = 0.0;
|
scalar CoNum = 0.0;
|
||||||
scalar meanCoNum = 0.0;
|
scalar meanCoNum = 0.0;
|
||||||
|
|
||||||
if (mesh.nInternalFaces())
|
//- Can have fluid domains with 0 cells so do not test.
|
||||||
|
//if (mesh.nInternalFaces())
|
||||||
{
|
{
|
||||||
surfaceScalarField SfUfbyDelta =
|
surfaceScalarField SfUfbyDelta =
|
||||||
mesh.surfaceInterpolation::deltaCoeffs()
|
mesh.surfaceInterpolation::deltaCoeffs()
|
||||||
|
Loading…
Reference in New Issue
Block a user