38 #ifndef liquidThermo_H
39 #define liquidThermo_H
68 template<
class MixtureType>
126 template<
class MixtureType>
Liquid thermo implementation.
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.
composite(const dictionary &dict, const MixtureType &mixture, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, mesh and phase name.
Base-class for liquid thermodynamic properties.
declareRunTimeSelectionTable(autoPtr, liquidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
TypeName("liquidThermo")
Runtime type information.
static autoPtr< liquidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual tmp< volScalarField > sigma() const =0
Surface tension [N/m].
virtual ~liquidThermo()
Destructor.
Base-class for multi-component thermodynamic properties.
Base-class for fluid thermodynamic properties based on density.
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.