82#ifndef Foam_regionModels_thermalShellModel_H
83#define Foam_regionModels_thermalShellModel_H
139 const word& modelType,
Forwards and collection of common area field types.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dictionary()
Default construct, a top-level empty dictionary.
Finite-area options, which is an IOdictionary of values and a fa::optionList.
Mesh data needed to do the Finite Volume discretisation.
Base class for area region models.
regionFaModel(const fvMesh &mesh, const word ®ionType, const word &modelName, const dictionary &dict, bool readFields=true)
Construct from mesh and name and dict.
Intermediate class for thermal-shell finite-area models.
const word TName_
Name of shell temperature field (default: "Ts"+suffix).
void operator=(const thermalShellModel &)=delete
No copy assignment.
thermalShellModel(const thermalShellModel &)=delete
No copy construct.
thermalShellModel(const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from type name and mesh and dict.
const volScalarField & Tp() const noexcept
Return primary (volume) region temperature.
TypeName("thermalShellModel")
Runtime type information.
static autoPtr< thermalShellModel > New(const fvMesh &mesh, const dictionary &dict)
Return a reference to the selected model using dictionary.
virtual ~thermalShellModel()=default
Destructor.
Foam::fa::options & faOptions_
Reference to faOptions.
areaScalarField T_
Shell temperature.
virtual void preEvolveRegion()
Pre-evolve region.
const volScalarField & Tp_
Primary (volume) region temperature.
Foam::fa::options & faOptions() noexcept
Return faOptions.
declareRunTimeSelectionTable(autoPtr, thermalShellModel, dictionary,(const word &modelType, const fvMesh &mesh, const dictionary &dict),(modelType, mesh, dict))
const areaScalarField & T() const noexcept
Return shell temperature.
const word TprimaryName_
Name of volume temperature field (default: "T").
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
#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.
Forwards and collection of common volume field types.