101 const word& phaseName
109 const word& phaseName
117 const word& phaseName,
118 const word& dictionaryName
144 const word& phaseName,
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
static const word dictName
The dictionary name ("thermophysicalProperties").
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.
rhoThermo(const rhoThermo &)
Construct as copy (not implemented).
virtual bool isotropic() const =0
Return true if thermal conductivity is isotropic.
declareRunTimeSelectionTable(autoPtr, solidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
TypeName("solidThermo")
Runtime type information.
virtual ~solidThermo()
Destructor.
solidThermo(const fvMesh &, const word &phaseName)
Construct from mesh and phase name.
declareRunTimeSelectionTable(autoPtr, solidThermo, dictionary,(const fvMesh &mesh, const dictionary &dict, const word &phaseName),(mesh, dict, phaseName))
static autoPtr< solidThermo > New(const fvMesh &, const word &phaseName=word::null)
Return a pointer to a new solidThermo created from.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
declareRunTimeSelectionTable(autoPtr, solidThermo, fvMeshDictPhase,(const fvMesh &mesh, const word &phaseName, const word &dictName),(mesh, phaseName, dictName))
Declare run-time constructor selection table for dictionary based.
virtual tmp< volVectorField > Kappa() const =0
Thermal conductivity [W/m/K].
virtual tmp< vectorField > Kappa(const label patchi) const =0
Anisotropic thermal conductivity [W/m/K].
virtual bool read()
Read thermophysicalProperties dictionary.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
static const word null
An empty word.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes).
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.