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 parcels.hsTrans()/(
mesh.V()*runTime.deltaT())
86 *
rho.dimensionedInternalField()
87 *
thermo.Cp()().dimensionedInternalField()
88 *
T.dimensionedInternalField()
92 Info<<
" Temperature = "
93 <<
gMin(1/(rDeltaTT.field() + VSMALL)) <<
", "
94 <<
gMax(1/(rDeltaTT.field() + VSMALL)) <<
endl;
96 rDeltaT.dimensionedInternalField() =
max
98 rDeltaT.dimensionedInternalField(),
104 rDeltaT.correctBoundaryConditions();
118 && runTime.timeIndex() > runTime.startTimeIndex() + 1
129 <<
gMin(1/rDeltaT.internalField())
130 <<
", " <<
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)