51 phasePropertyName(
"p", phaseName),
63 phasePropertyName(
"rho", phaseName),
86 phasePropertyName(
"p", phaseName),
98 phasePropertyName(
"rho", phaseName),
115 const word& phaseName
118 return basicThermo::New<solidThermo>(
mesh, phaseName);
126 const word& phaseName
129 return basicThermo::New<solidThermo>(
mesh,
dict, phaseName);
156 return rho_.boundaryField()[
patchi];
168 return rho_.oldTime();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~implementation()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dimensionSet dimPressure
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
virtual ~solidThermo()
Destructor.
const Time & time() const
Return the top-level database.
A class for handling words, derived from string.
const dimensionSet dimDensity
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
implementation(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual tmp< volScalarField > rho0() const
Old-time density [kg/m^3].
defineTypeNameAndDebug(combustionModel, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...