38 #ifndef solidZonalThermo_H
39 #define solidZonalThermo_H
74 template<
class MixtureType>
81 return "heSolidThermo";
107 template<
class MixtureType>
Thermo implementation for a solid.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base-class for thermodynamic properties based on density.
Base-class for solid thermodynamic properties.
virtual Switch dpdt() const
The dpdt term should not be included in the enthalpy equation.
composite(const dictionary &dict, const MixtureType &mixture, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, zone names, mesh and phase name.
Base-class for zonal solid thermodynamic properties.
static word derivedThermoName()
The derived name.
virtual ~solidZonalThermo()
Destructor.
TypeName("solidZonalThermo")
Runtime type information.
A class for handling words, derived from string.
Base-class for zonal thermodynamic properties.