46 phasePropertyName(
"thermo:rho"),
60 phasePropertyName(
"thermo:psi"),
74 phasePropertyName(
"thermo:mu"),
143 const word& phaseName
146 return basicThermo::New<rhoThermo>(
mesh, phaseName);
Mesh data needed to do the Finite Volume discretisation.
volScalarField rho_
Density field [kg/m^3].
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
A class for handling words, derived from string.
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 timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
const dimensionSet dimDensity
A list of keyword definitions, which are a keyword followed by any number of values (e...
volScalarField psi_
Compressibility [s^2/m^2].
const Time & time() const
Return the top-level database.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Dimension set for the base types.
volScalarField mu_
Dynamic viscosity [kg/m/s].
static autoPtr< rhoThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
fluidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
Fundamental fluid thermodynamic properties.
rhoThermo(const rhoThermo &)
Construct as copy (not implemented)
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
virtual ~rhoThermo()
Destructor.
static word phasePropertyName(const word &name, const word &phaseName)
A class for managing temporary objects.
defineTypeNameAndDebug(combustionModel, 0)