36 #ifndef thermalBaffle_H 37 #define thermalBaffle_H 47 namespace regionModels
49 namespace thermalBaffleModels
130 const word& modelType,
autoPtr< solidThermo > thermo_
Solid thermo.
thermalBaffle(const word &modelType, const fvMesh &mesh)
Construct from components.
volScalarField Qs_
Surface energy source / [J/m2/s].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
autoPtr< radiationModel > radiation_
Pointer to radiation model.
void solveEnergy()
Solve energy equation.
A list of keyword definitions, which are a keyword followed by any number of values (e...
label nNonOrthCorr_
Number of non orthogonal correctors.
virtual const solidThermo & thermo() const
Return const reference to the solidThermo.
volScalarField & h_
Enthalpy/internal energy.
virtual void evolveRegion()
Evolve the thermal baffle.
virtual ~thermalBaffle()
Destructor.
tmp< volScalarField > he() const
Return sensible enthalpy/internal energy.
virtual const volScalarField & kappaRad() const
Return solid absorptivity [1/m].
virtual void preEvolveRegion()
Pre-evolve thermal baffle.
volScalarField Q_
Volumetric energy source / [J/m3/s].
A class for handling words, derived from string.
void operator=(const thermalBaffle &)=delete
Disallow default bitwise assignment.
TypeName("thermalBaffle")
Runtime type information.
virtual const tmp< volScalarField > Cp() const
Return the film specific heat capacity [J/kg/K].
virtual bool read()
Read control parameters IO dictionary.
Base-class for solid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
virtual const volScalarField & T() const
Return temperature [K].
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.
virtual const volScalarField & kappa() const
Return thermal conductivity [W/m/K].
virtual void info()
Provide some feedback.
virtual const volScalarField & rho() const
Return density [Kg/m^3].