91#ifndef Foam_regionModels_thermalShell_H
92#define Foam_regionModels_thermalShell_H
103namespace regionModels
112 public thermalShellModel
120 tmp<areaScalarField> qr();
180 const word& modelType,
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dictionary()
Default construct, a top-level empty dictionary.
Mesh data needed to do the Finite Volume discretisation.
Thermal-shell finite-area model. It solves the energy equation in 2D. The coupling with the 3D region...
thermalShellModel(const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from type name and mesh and dict.
thermalShell(const word &modelType, const fvMesh &mesh, const dictionary &dict)
Construct from components and dict.
thermalShell(const thermalShell &)=delete
No copy construct.
areaScalarField h_
Shell thickness field [m].
const tmp< areaScalarField > rho() const
Return density [kg/m3].
scalar thickness_
Uniform shell thickness [m].
const word qsName_
Name of surface energy source (default: "qs" + suffix).
void solveEnergy()
Solve energy equation.
areaScalarField qs_
External surface energy source [J/m2/s].
const word qrName_
Name of (volume) radiative flux field (default: none).
virtual void preEvolveRegion()
Pre-evolve thermal baffle.
virtual ~thermalShell()=default
Destructor.
solidProperties thermo_
Solid properties.
const tmp< areaScalarField > Cp() const
Return the shell specific heat capacity [J/kg/K].
void operator=(const thermalShell &)=delete
No copy assignment.
TypeName("thermalShell")
Runtime type information.
const word hName_
Name of shell thickness [height] field (default: "hs" + suffix).
virtual void info()
Provide some feedback.
label nNonOrthCorr_
Number of non orthogonal correctors.
const tmp< areaScalarField > kappa() const
Return thermal conductivity [W/m/K].
virtual void evolveRegion()
Evolve the thermal baffle.
The thermophysical, mechanical properties of a solid.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.
Forwards and collection of common volume field types.