38 #ifndef rhoFluidThermo_H
39 #define rhoFluidThermo_H
71 template<
class MixtureType>
139 template<
class MixtureType>
Generic GeometricField class.
Thermo implementation based on density.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual const fvMesh & mesh() const
Return const access to the mesh.
virtual const word & phaseName() const
Phase name.
Base-class for fluid and solid thermodynamic properties.
virtual const fvMesh & mesh() const =0
Return const access to the mesh.
virtual const word & phaseName() const =0
Phase name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base-class for fluid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
Base-class for multi-component thermodynamic properties.
composite(const dictionary &dict, const MixtureType &mixture, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, mesh and phase name.
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.
declareRunTimeSelectionTable(autoPtr, rhoFluidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
static autoPtr< rhoFluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
TypeName("rhoFluidThermo")
Runtime type information.
virtual ~rhoFluidThermo()
Destructor.
Base-class for thermodynamic properties based on density.
A class for managing temporary objects.
A class for handling words, derived from string.
static const word null
An empty word.