38#ifndef heSolidThermo_H
39#define heSolidThermo_H
52template<
class BasicSol
idThermo,
class MixtureType>
55 public heThermo<BasicSolidThermo, MixtureType>
63 heSolidThermo(
const heSolidThermo<BasicSolidThermo, MixtureType>&);
93 const word& phaseName,
116 return MixtureType::thermoType::isotropic;
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< vectorField > Kappa(const label patchi) const
Anisotropic thermal conductivity [W/m/K].
heSolidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
virtual void correct()
Update properties.
heSolidThermo(const fvMesh &, const dictionary &, const word &phaseName)
Construct from mesh, dictionary and phase name.
virtual tmp< volVectorField > Kappa() const
Anisotropic thermal conductivity [W/m/K].
TypeName("heSolidThermo")
Runtime type information.
virtual bool isotropic() const
Return true if thermal conductivity is isotropic.
heSolidThermo(const fvMesh &, const word &phaseName, const word &dictName)
Construct from mesh, dictionary name and phase name.
virtual ~heSolidThermo()
Destructor.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
const word dictName("faMeshDefinition")
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.