90 (mesh, dict, phaseName)
virtual tmp< symmTensorField > KappaLocal(const label patchi) const =0
Anisotropic thermal conductivity for patch.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Base-class for fluid and solid thermodynamic properties.
virtual tmp< volScalarField > rho0() const =0
Old-time density [kg/m^3].
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual tmp< volVectorField > Kappa() const =0
Anisotropic thermal conductivity [W/m/K].
virtual ~solidThermo()
Destructor.
virtual volScalarField & he()=0
Enthalpy/Internal energy [J/kg].
TypeName("solidThermo")
Runtime type information.
virtual const word & phaseName() const =0
Return the phase name.
virtual bool isotropic() const =0
Return true if thermal conductivity is isotropic.
A class for handling words, derived from string.
static const word null
An empty word.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
Base-class for solid thermodynamic properties.
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const =0
Return the source term for the energy equation.
A scalar instance of fvMatrix.
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< surfaceScalarField > q() const =0
Return the heat flux [W].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
declareRunTimeSelectionTable(autoPtr, solidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))