Go to the documentation of this file.
53 phasePropertyName(
"thermo:rho"),
54 mesh.time().timeName(),
77 phasePropertyName(
"thermo:rho"),
78 mesh.time().timeName(),
97 return basicThermo::New<solidThermo>(
mesh, phaseName);
105 const word& phaseName
108 return basicThermo::New<solidThermo>(
mesh,
dict, phaseName);
128 return rho_.boundaryField()[
patchi];
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Return a pointer to a new solidThermo created from.
A class for managing temporary objects.
const dimensionSet dimDensity
virtual bool read()
Read thermophysicalProperties dictionary.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual bool read()
Read object.
Abstract base-class for fluid and solid thermodynamic properties.
virtual ~solidThermo()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
Mesh data needed to do the Finite Volume discretisation.
Generic GeometricField class.
defineTypeNameAndDebug(combustionModel, 0)
solidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.