Go to the documentation of this file.
46 phasePropertyName(
"thermo:rho"),
60 phasePropertyName(
"thermo:psi"),
74 phasePropertyName(
"thermo:mu"),
98 phasePropertyName(
"thermo:rho"),
112 phasePropertyName(
"thermo:psi"),
126 phasePropertyName(
"thermo:mu"),
143 const word& phaseName
146 return basicThermo::New<rhoThermo>(
mesh, phaseName);
166 return rho_.boundaryField()[
patchi];
190 return mu_.boundaryField()[
patchi];
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
rhoThermo(const rhoThermo &)
Construct as copy (not implemented)
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionSet dimDensity
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Fundamental fluid thermodynamic properties.
Dimension set for the base types.
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
static autoPtr< rhoThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
virtual ~rhoThermo()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const Time & time() const
Return the top-level database.
Generic GeometricField class.
defineTypeNameAndDebug(combustionModel, 0)