Go to the documentation of this file.
40 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTSmoothingCoeff", 0.1)
46 pimpleDict.lookupOrDefault<scalar>(
"rDeltaTDampingCoeff", 1)
54 Info<<
"Time scales min/max:" <<
endl;
61 rDeltaT.dimensionedInternalField() =
71 <<
gMin(1/rDeltaT.internalField()) <<
", "
72 <<
gMax(1/rDeltaT.internalField()) <<
endl;
78 volScalarField::DimensionedInternalField rDeltaTT
83 Info<<
" Temperature = "
84 <<
gMin(1/(rDeltaTT.field() + VSMALL)) <<
", "
85 <<
gMax(1/(rDeltaTT.field() + VSMALL)) <<
endl;
87 rDeltaT.dimensionedInternalField() =
max
89 rDeltaT.dimensionedInternalField(),
95 rDeltaT.correctBoundaryConditions();
109 && runTime.timeIndex() > runTime.startTimeIndex() + 1
120 rDeltaT.correctBoundaryConditions();
123 <<
gMin(1/rDeltaT.internalField())
124 <<
", " <<
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))
Info<< "Creating reaction model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > reaction(combustionModels::psiCombustionModel::New(mesh))
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
scalar rDeltaTDampingCoeff(pimpleDict.lookupOrDefault< scalar >("rDeltaTDampingCoeff", 1))
tmp< volScalarField > trDeltaT
const dictionary & pimple
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)