61 rho().rename(phasePropertyName(Foam::typedName<rhoFluidThermo>(
"rho")));
Generic GeometricField class.
virtual const fvMesh & mesh() const =0
Return const access to the mesh.
virtual const word & phaseName() const =0
Phase name.
Mesh data needed to do the Finite Volume discretisation.
Base-class for fluid thermodynamic properties based on density.
virtual tmp< volScalarField > renameRho()
Rename and return the thermodynamic density field [kg/m^3].
static const word derivedThermoName
The derived name.
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.
static autoPtr< rhoFluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual ~rhoFluidThermo()
Destructor.
A class for managing temporary objects.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)