75 template<
class MixtureType>
199 template<
class MixtureType>
Generic GeometricField class.
Thermo implementation for a solid.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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....
Mesh data needed to do the Finite Volume discretisation.
Base-class for multi-component thermodynamic properties.
Base-class for thermodynamic properties based on density.
virtual Switch dpdt() const
The dpdt term should not be included in the enthalpy equation.
composite(const dictionary &dict, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, mesh and phase name.
virtual Switch dpdt() const
The dpdt term should not be included in the enthalpy equation.
virtual ~implementation()
Destructor.
uniformGeometricScalarField p_
Pressure [Pa].
implementation(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
Base-class for solid thermodynamic properties.
virtual const volVectorField & Kappa() const =0
Anisotropic thermal conductivity [W/m/K].
virtual bool isotropic() const =0
Return true if thermal conductivity is isotropic.
static const word derivedThermoName
The derived name.
declareRunTimeSelectionTable(autoPtr, solidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
TypeName("solidThermo")
Runtime type information.
virtual Switch dpdt() const =0
Should the dpdt term be included in the enthalpy equation.
virtual ~solidThermo()
Destructor.
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
A class for handling words, derived from string.
static const word null
An empty word.
A scalar instance of fvMatrix.