38 #ifndef fluidMulticomponentThermo_H
39 #define fluidMulticomponentThermo_H
66 TypeName(
"fluidMulticomponentThermo");
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Specialisation of basicMixture for a mixture consisting of a number for molecular species.
virtual const fvMesh & mesh() const =0
Return const access to the mesh.
virtual const word & phaseName() const =0
Phase name.
implementation(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual ~implementation()
Destructor.
Base-class for multi-component fluid thermodynamic properties.
virtual basicSpecieMixture & composition()=0
Return the composition of the multi-component mixture.
TypeName("fluidMulticomponentThermo")
Runtime type information.
virtual ~fluidMulticomponentThermo()
Destructor.
static autoPtr< fluidMulticomponentThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
declareRunTimeSelectionTable(autoPtr, fluidMulticomponentThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection tables.
Base-class for fluid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.
static const word null
An empty word.