Loading...
Searching...
No Matches
compressibleMultiRegionCourantNo.H
Go to the documentation of this file.
1 scalar CoNum = -GREAT;
3 {
5 (
6 compressibleCourantNo
7 (
8 fluidRegions[regionI],
10 rhoFluid[regionI],
11 phiFluid[regionI]
12 ),
13 CoNum
14 );
15 }
PtrList< volScalarField > rhoFluid(fluidRegions.size())
PtrList< surfaceScalarField > phiFluid(fluidRegions.size())
PtrList< fvMesh > fluidRegions(fluidNames.size())
engineTime & runTime
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
Definition hashSets.C:40
scalar CoNum
#define forAll(list, i)
Loop across all elements in list.
Definition stdFoam.H:299