49 phasePropertyName(
"thermo:rho", phaseName),
63 phasePropertyName(
"thermo:psi", phaseName),
77 phasePropertyName(
"thermo:mu", phaseName),
100 phasePropertyName(
"thermo:rho", phaseName),
114 phasePropertyName(
"thermo:psi", phaseName),
128 phasePropertyName(
"thermo:mu", phaseName),
145 const word& phaseName
148 return basicThermo::New<rhoThermo>(
mesh, phaseName);
175 return rho_.boundaryField()[
patchi];
187 return rho_.oldTime();
214 return mu_.boundaryField()[
patchi];
virtual ~implementation()
Destructor.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< rhoThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual tmp< volScalarField > rho0() const
Old-time 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.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
Dimension set for the base types.
A class for handling words, derived from string.
const dimensionSet dimDensity
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
implementation(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
virtual ~rhoThermo()
Destructor.
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...
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.