30 volScalarField& rDeltaT =
trDeltaT.ref();
43 pimpleDict.getOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.1)
49 pimpleDict.getOrDefault<scalar>(
"rDeltaTDampingCoeff", 1.0)
75 Info<<
"Time scales min/max:" <<
endl;
81 fvc::surfaceSum(
mag(
phi))()()
98 volScalarField::Internal rDeltaTT
103 rDeltaT.primitiveFieldRef().clamp_min(rDeltaTT);
108 Info<<
" Temperature = "
117 volScalarField::Internal rDeltaTY
135 volScalarField& Yi =
Y[i];
137 if (Yref.found(Yi.name()))
140 const scalar Yrefi = Yref.get<scalar>(Yi.name());
142 rDeltaTY.field() = max
157 rDeltaT.primitiveFieldRef().clamp_min(rDeltaTY);
159 auto limits = gMinMax(rDeltaTY.field());
162 Info<<
" Composition = "
168 <<
"Cannot find any active species in Yref " << Yref
174 rDeltaT.correctBoundaryConditions();
191 rDeltaT.correctBoundaryConditions();
const dictionary & pimpleDict
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
basicSpecieMixture & composition
PtrList< volScalarField > & Y
scalar rDeltaTDampingCoeff(pimpleDict.getOrDefault< scalar >("rDeltaTDampingCoeff", 1.0))
scalar alphaY(pimpleDict.getOrDefault< scalar >("alphaY", 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
CombustionModel< rhoReactionThermo > & reaction
#define IOWarningIn(functionName, ios)
Report an IO warning using Foam::Warning.
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)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Foam::argList args(argc, argv)
#define forAll(list, i)
Loop across all elements in list.