4 const dictionary& pimpleDict =
pimple.dict();
8 pimpleDict.lookupOrDefault<scalar>(
"maxCo", 0.2)
13 pimpleDict.lookupOrDefault<scalar>(
"maxDeltaT", great)
18 pimpleDict.lookupOrDefault<scalar>(
"minDeltaT", small)
23 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.02)
47 rDeltaT.correctBoundaryConditions();
51 Info<<
"Flow time scale min/max = " 52 <<
gMin(1/rDeltaT.primitiveField())
53 <<
", " <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
const scalar minDeltaT(pimpleDict.lookupOrDefault< scalar >("minDeltaT", small))
pimpleNoLoopControl & pimple
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
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
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))
phaseSystem::phaseModelList & phases
dimensioned< scalar > mag(const dimensioned< Type > &)
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
tmp< volScalarField > trDeltaT
surfaceScalarField maxPhi("maxPhi", phi)
const scalar maxDeltaT(pimpleDict.lookupOrDefault< scalar >("maxDeltaT", great))