37 scalar alphaCoNum = 0.0;
38 scalar meanAlphaCoNum = 0.0;
40 if (
mesh.nInternalFaces())
44 mixture.nearInterface()().primitiveField()
54 Info<<
"Interface Courant Number mean: " << meanAlphaCoNum
55 <<
" max: " << alphaCoNum <<
endl;
Ostream & endl(Ostream &os)
Add newline and flush stream.
scalar maxAlphaCo(readScalar(runTime.controlDict().lookup("maxAlphaCo")))
Type gSum(const FieldField< Field, Type > &f)
volScalarField scalarField(fieldObject, mesh)
Type gMax(const FieldField< Field, Type > &f)
Info<< "Reading field p_rgh\"<< endl;volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating phaseChangeTwoPhaseMixture\"<< endl;autoPtr< phaseChangeTwoPhaseMixture > mixture
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)