38 #ifndef fluidMulticomponentThermo_H
39 #define fluidMulticomponentThermo_H
62 TypeName(
"fluidMulticomponentThermo");
Generic GeometricField class.
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 volScalarField & T() const =0
Temperature [K].
virtual const word & phaseName() const =0
Phase name.
Base-class for multi-component fluid thermodynamic properties.
virtual scalar mui(const label speciei, const scalar p, const scalar T) const =0
Dynamic viscosity [kg/m/s].
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.
virtual const volScalarField & p() const =0
Pressure [Pa].
Mesh data needed to do the Finite Volume discretisation.
Base-class for multi-component thermodynamic properties.
A class for managing temporary objects.
A class for handling words, derived from string.
static const word null
An empty word.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.