46 phasePropertyName(
"thermo:rho"),
60 phasePropertyName(
"thermo:psi"),
74 phasePropertyName(
"thermo:mu"),
143 const word& phaseName
146 return basicThermo::New<rhoThermo>(
mesh, phaseName);
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 word phasePropertyName(const word &name, const word &phaseName)
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
static autoPtr< rhoThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
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.
rhoThermo(const rhoThermo &)
Construct as copy (not implemented)
volScalarField rho_
Density field [kg/m^3].
Dimension set for the base types.
volScalarField psi_
Compressibility [s^2/m^2].
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
A class for handling words, derived from string.
Fundamental fluid thermodynamic properties.
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
const dimensionSet dimDensity
virtual ~rhoThermo()
Destructor.
volScalarField mu_
Dynamic viscosity [kg/m/s].
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...
fluidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.