84 (mesh, dict, phaseName)
102 const word& phaseName
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Abstract base-class for fluid and solid thermodynamic properties.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Return a pointer to a new solidThermo created from.
virtual bool read()
Read thermophysicalProperties dictionary.
virtual tmp< volVectorField > Kappa() const =0
Thermal conductivity [W/m/K].
virtual ~solidThermo()
Destructor.
TypeName("solidThermo")
Runtime type information.
virtual bool isotropic() const =0
Return true if thermal conductivity is isotropic.
volScalarField rho_
Density field [kg/m^3].
A class for handling words, derived from string.
static const word null
An empty word.
solidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
Fundamental solid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
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))