39 #ifndef uRhoMulticomponentThermo_H
40 #define uRhoMulticomponentThermo_H
72 template<
class MixtureType>
92 TypeName(
"uRhoMulticomponentThermo");
156 template<
class MixtureType>
Thermo implementation and storage of energy and heat capacities. Provides overloads of the functions ...
Fluid multi-component thermo implementation.
Generic GeometricField class.
Multi-component thermo implementation.
Thermo implementation based on density.
Thermo implementation based on compressibility with additional unburnt thermodynamic state.
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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.
virtual const speciesTable & species() const =0
Return the table of species.
Base-class for fluid thermodynamic properties based on density.
Base-class for thermodynamic properties based on density.
A class for managing temporary objects.
composite(const dictionary &dict, const MixtureType &mixture, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, mesh and phase name.
Base-class for combustion fluid thermodynamic properties based on compressibility.
TypeName("uRhoMulticomponentThermo")
Runtime type information.
static const word derivedThermoName()
The derived name.
declareRunTimeSelectionTable(autoPtr, uRhoMulticomponentThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
virtual ~uRhoMulticomponentThermo()
Destructor.
static autoPtr< uRhoMulticomponentThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual tmp< volScalarField > Phi() const =0
Return the fuel-oxidant equivalence ratio.
virtual tmp< volScalarField > hf() const =0
Standard enthalpy of formation [J/kg].
virtual void reset(volScalarField &b, volScalarField &c, const volScalarField &heb)=0
Reset the mixture to an unburnt state and update EGR.
A class for handling words, derived from string.
static const word null
An empty word.
const dimensionedScalar c
Speed of light in a vacuum.