4 const dictionary& pimpleDict =
pimple.dict();
8 pimpleDict.lookupOrDefault<scalar>(
"maxCo", 0.2)
13 pimpleDict.lookupOrDefault<scalar>(
"maxDeltaT", GREAT)
18 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.02)
30 rDeltaT.correctBoundaryConditions();
34 Info<<
"Flow time scale min/max = " 35 <<
gMin(1/rDeltaT.primitiveField())
36 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
scalar maxCo(readScalar(pimpleDict.lookup("maxCo")))
scalar maxDeltaT(pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT))
surfaceScalarField & phi2
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
Type gMin(const FieldField< Field, Type > &f)
const dictionary & pimple
Ostream & endl(Ostream &os)
Add newline and flush stream.
surfaceScalarField & phi1
void smooth(volScalarField &field, const scalar coeff)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Type gMax(const FieldField< Field, Type > &f)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< volScalarField > trDeltaT
scalar rDeltaTSmoothingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))