34 runTime.controlDict().lookup<scalar>(
"maxAlphaCo")
40 if (
mesh.nInternalFaces())
44 mixture.nearInterface()().primitiveField()
48 alphaCoNum = 0.5*
gMax(sumPhi/
mesh.V().field())*runTime.deltaTValue();
51 0.5*(
gSum(sumPhi)/
gSum(
mesh.V().field()))*runTime.deltaTValue();
54 Info<<
"Interface Courant Number mean: " << meanAlphaCoNum
55 <<
" max: " << alphaCoNum <<
endl;
Ostream & endl(Ostream &os)
Add newline and flush stream.
Type gSum(const FieldField< Field, Type > &f)
volScalarField scalarField(fieldObject, mesh)
Type gMax(const FieldField< Field, Type > &f)
scalar maxAlphaCo(runTime.controlDict().lookup< scalar >("maxAlphaCo"))
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)