Go to the documentation of this file.
40 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.1)
46 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTDampingCoeff", 0.2)
54 Info<<
"Time scales min/max:" <<
endl;
61 rDeltaT.dimensionedInternalField() =
71 <<
gMin(1/rDeltaT.internalField()) <<
", "
72 <<
gMax(1/rDeltaT.internalField()) <<
endl;
77 volScalarField::DimensionedInternalField rDeltaTT
81 (coalParcels.hsTrans() + limestoneParcels.hsTrans())
82 /(
mesh.V()*runTime.deltaT())
87 *
rho.dimensionedInternalField()
88 *
thermo.Cp()().dimensionedInternalField()
89 *
T.dimensionedInternalField()
93 Info<<
" Temperature = "
94 <<
gMin(1/(rDeltaTT.field() + VSMALL)) <<
", "
95 <<
gMax(1/(rDeltaTT.field() + VSMALL)) <<
endl;
97 rDeltaT.dimensionedInternalField() =
max
99 rDeltaT.dimensionedInternalField(),
105 rDeltaT.correctBoundaryConditions();
119 && runTime.timeIndex() > runTime.startTimeIndex() + 1
130 <<
gMin(1/rDeltaT.internalField())
131 <<
", " <<
gMax(1/rDeltaT.internalField()) <<
endl;
tmp< GeometricField< Type, fvPatchField, volMesh > > surfaceSum(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
scalar alphaTemp(pimpleDict.lookupOrDefault("alphaTemp", 0.05))
rDeltaT dimensionedInternalField()
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > mag(const dimensioned< Type > &)
scalar rDeltaTSmoothingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTSmoothingCoeff", 0.1))
const dictionary & pimpleDict
scalar maxCo(readScalar(pimpleDict.lookup("maxCo")))
GeometricField< scalar, fvPatchField, volMesh > volScalarField
scalar maxDeltaT(pimpleDict.lookupOrDefault< scalar >("maxDeltaT", GREAT))
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
scalar rDeltaTDampingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTDampingCoeff", 1))
tmp< volScalarField > trDeltaT
const dictionary & pimple
Info<< "Creating combustion model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > combustion(combustionModels::psiCombustionModel::New(mesh))
volScalarField rDeltaT0("rDeltaT0", rDeltaT)
Type gMin(const FieldField< Field, Type > &f)
Type gMax(const FieldField< Field, Type > &f)
void smooth(volScalarField &field, const scalar coeff)