39 #ifndef rhoFluidMulticomponentThermo_H
40 #define rhoFluidMulticomponentThermo_H
70 template<
class MixtureType>
85 TypeName(
"rhoFluidMulticomponentThermo");
131 template<
class MixtureType>
Thermo implementation and storage of energy and heat capacities. Provides overloads of the functions ...
Fluid multi-component thermo implementation.
Multi-component thermo implementation.
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 multi-component fluid thermodynamic properties.
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 multi-component fluid thermodynamic properties based on density.
declareRunTimeSelectionTable(autoPtr, rhoFluidMulticomponentThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
virtual ~rhoFluidMulticomponentThermo()
Destructor.
static autoPtr< rhoFluidMulticomponentThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
TypeName("rhoFluidMulticomponentThermo")
Runtime type information.
Base-class for fluid thermodynamic properties based on density.
Base-class for thermodynamic properties based on density.
A class for handling words, derived from string.
static const word null
An empty word.