35 #ifndef heSolidThermo_H 36 #define heSolidThermo_H 49 template<
class BasicSol
idThermo,
class MixtureType>
52 public heThermo<BasicSolidThermo, MixtureType>
97 return MixtureType::thermoType::isotropic;
TypeName("heSolidThermo")
Runtime type information.
virtual bool isotropic() const
Return true if thermal conductivity is isotropic.
virtual volScalarField & he()
Enthalpy/Internal energy [J/kg].
virtual void correct()
Update properties.
virtual tmp< volVectorField > Kappa() const
Anisotropic thermal conductivity [W/m/K].
A class for handling words, derived from string.
heSolidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
Energy for a solid mixture.
Enthalpy/Internal energy for a mixture.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
virtual ~heSolidThermo()
Destructor.