Go to the documentation of this file.
6 runTime.controlDict().lookupOrDefault<scalar>
8 "rDeltaTSmoothingCoeff",
21 rDeltaT.dimensionedInternalField() =
max
29 rDeltaT.correctBoundaryConditions();
33 Info<<
"Flow time scale min/max = "
34 <<
gMin(1/rDeltaT.internalField())
35 <<
", " <<
gMax(1/rDeltaT.internalField()) <<
endl;
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
rDeltaT dimensionedInternalField()
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > mag(const dimensioned< Type > &)
scalar rDeltaTSmoothingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
scalar maxCo(readScalar(pimpleDict.lookup("maxCo")))
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
scalar maxDeltaT(pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT))
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
multiphaseSystem::phaseModelList & phases
tmp< volScalarField > trDeltaT
Type gMin(const FieldField< Field, Type > &f)
surfaceScalarField maxPhi("maxPhi", phi)
Type gMax(const FieldField< Field, Type > &f)
void smooth(volScalarField &field, const scalar coeff)