6 runTime.controlDict().lookupOrDefault<scalar>
8 "rDeltaTSmoothingCoeff",
22 rDeltaT.correctBoundaryConditions();
26 Info<<
"Flow time scale min/max = " 27 <<
gMin(1/rDeltaT.primitiveField())
28 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
Type gMin(const FieldField< Field, Type > &f)
Ostream & endl(Ostream &os)
Add newline and flush stream.
void smooth(volScalarField &field, const scalar coeff)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimTime
const scalar maxCo(pimpleDict.lookupOrDefault< scalar >("maxCo", 0.9))
Type gMax(const FieldField< Field, Type > &f)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const scalar rDeltaTSmoothingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< volScalarField > trDeltaT
const scalar maxDeltaT(pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great))