Go to the documentation of this file.
36 #ifndef thermalBaffle_H
37 #define thermalBaffle_H
47 namespace regionModels
49 namespace thermalBaffleModels
138 const word& modelType,
virtual const volScalarField & T() const
Return temperature [K].
A class for handling words, derived from string.
virtual const volScalarField & kappa() const
Return thermal conductivity [W/m/K].
A class for managing temporary objects.
volScalarField & h_
Enthalpy/internal energy.
virtual ~thermalBaffle()
Destructor.
void solveEnergy()
Solve energy equation.
volScalarField Qs_
Surface energy source / [J/m2/s].
volScalarField Q_
Volumetric energy source / [J/m3/s].
tmp< volScalarField > he() const
Return sensible enthalpy/internal energy.
virtual const solidThermo & thermo() const
Return const reference to the solidThermo.
void operator=(const thermalBaffle &)
Disallow default bitwise assignment.
Fundamental solid thermodynamic properties.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
thermalBaffle(const thermalBaffle &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
virtual void evolveRegion()
Evolve the thermal baffle.
autoPtr< radiation::radiationModel > radiation_
Pointer to radiation model.
void init()
Initialize thermalBaffle.
virtual const volScalarField & kappaRad() const
Return solid absortivity [1/m].
virtual void preEvolveRegion()
Pre-evolve thermal baffle.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual const volScalarField & rho() const
Return density [Kg/m3].
virtual void info()
Provide some feedback.
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.
autoPtr< solidThermo > thermo_
Solid thermo.
Generic GeometricField class.
label nNonOrthCorr_
Number of non orthogonal correctors.