Go to the documentation of this file.
43 pimpleDict.getOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.1)
49 pimpleDict.getOrDefault<scalar>(
"rDeltaTDampingCoeff", 0.2)
57 Info<<
"Time scales min/max:" <<
endl;
74 <<
gMin(1/rDeltaT.primitiveField()) <<
", "
75 <<
gMax(1/rDeltaT.primitiveField()) <<
endl;
80 volScalarField::Internal rDeltaTT
84 (coalParcels.hsTrans() + limestoneParcels.hsTrans())
96 Info<<
" Temperature = "
97 <<
gMin(1/(rDeltaTT.field() + VSMALL)) <<
", "
98 <<
gMax(1/(rDeltaTT.field() + VSMALL)) <<
endl;
108 rDeltaT.correctBoundaryConditions();
133 <<
gMin(1/rDeltaT.primitiveField())
134 <<
", " <<
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))
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Ostream & endl(Ostream &os)
scalar maxCo(pimpleDict.get< scalar >("maxCo"))
const dictionary & pimpleDict
scalar alphaTemp(pimpleDict.getOrDefault< scalar >("alphaTemp", 0.05))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
label max(const labelHashSet &set, label maxValue=labelMin)
scalar maxDeltaT(pimpleDict.getOrDefault< scalar >("maxDeltaT", GREAT))
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
tmp< volScalarField > trDeltaT
volScalarField rDeltaT0("rDeltaT0", rDeltaT)
Type gMin(const FieldField< Field, Type > &f)
Type gMax(const FieldField< Field, Type > &f)
scalar rDeltaTDampingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
void smooth(volScalarField &field, const scalar coeff)