46 return basicThermo::New<fluidMulticomponentThermo>(
mesh,
phaseName);
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 =0
Return const access to the mesh.
virtual const word & phaseName() const =0
Phase name.
Base-class for multi-component fluid thermodynamic properties.
virtual ~fluidMulticomponentThermo()
Destructor.
static autoPtr< fluidMulticomponentThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)