Go to the documentation of this file.
6 runTime.controlDict().getOrDefault<scalar>
8 "rDeltaTSmoothingCoeff",
22 rDeltaT.correctBoundaryConditions();
26 Info<<
"Flow time scale min/max = "
27 <<
gMin(1/rDeltaT.primitiveField())
28 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
scalar rDeltaTSmoothingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
Ostream & endl(Ostream &os)
scalar maxCo(pimpleDict.get< scalar >("maxCo"))
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
label max(const labelHashSet &set, label maxValue=labelMin)
scalar maxDeltaT(pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
tmp< volScalarField > trDeltaT
Type gMin(const FieldField< Field, Type > &f)
Type gMax(const FieldField< Field, Type > &f)
void smooth(volScalarField &field, const scalar coeff)