49 phasePropertyName(
"thermo:rho", phaseName),
63 phasePropertyName(
"thermo:psi", phaseName),
77 phasePropertyName(
"thermo:mu", phaseName),
97 return basicThermo::New<rhoThermo>(
mesh, phaseName);
124 return rho_.boundaryField()[
patchi];
136 return rho_.oldTime();
163 return mu_.boundaryField()[
patchi];
virtual ~implementation()
Destructor.
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
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].
const Time & time() const
Return the top-level database.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
Dimension set for the base types.
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
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.