Go to the documentation of this file.
13 pimpleDict.getOrDefault<scalar>(
"maxDeltaT", GREAT)
18 pimpleDict.getOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.02)
37 rDeltaT.correctBoundaryConditions();
41 Info<<
"Flow time scale min/max = "
42 <<
gMin(1/rDeltaT.primitiveField())
43 <<
", " <<
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))
surfaceScalarField maxPhi("maxPhi", phi)
Ostream & endl(Ostream &os)
scalar maxCo(pimpleDict.get< scalar >("maxCo"))
const dictionary & pimpleDict
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))
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
tmp< volScalarField > trDeltaT
Type gMin(const FieldField< Field, Type > &f)
Type gMax(const FieldField< Field, Type > &f)
multiphaseSystem::phaseModelList & phases
void smooth(volScalarField &field, const scalar coeff)