30 volScalarField& rDeltaT =
trDeltaT.ref();
43 pimpleDict.getOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.1)
49 pimpleDict.getOrDefault<scalar>(
"rDeltaTDampingCoeff", 0.2)
71 Info<<
"Time scales min/max:" <<
endl;
77 fvc::surfaceSum(
mag(
phi))()()
93 volScalarField::Internal rDeltaTT
97 (coalParcels.hsTrans() + limestoneParcels.hsTrans())
109 rDeltaT.primitiveFieldRef().clamp_min(rDeltaTT);
114 Info<<
" Temperature = "
119 rDeltaT.correctBoundaryConditions();
const dictionary & pimpleDict
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
scalar rDeltaTDampingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
scalar rDeltaTSmoothingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
tmp< volScalarField > rDeltaT0_damped
scalar alphaTemp(pimpleDict.getOrDefault< scalar >("alphaTemp", 0.05))
tmp< volScalarField > trDeltaT
GeometricField< scalar, fvPatchField, volMesh > volScalarField
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
MinMax< Type > gMinMax(const FieldField< Field, Type > &f)