28 #include "heatTransferModel.H" 35 namespace regionModels
37 namespace surfaceFilmModels
autoPtr< heatTransferModel > htcw_
Heat transfer coefficient between wall and film [W/m^2/K].
const heatTransferModel & htcs() const
Return const access to the (surface) heat transfer model.
volScalarField TPrimary_
Temperature [K].
autoPtr< phaseChangeModel > phaseChange_
Phase change.
const volScalarField & hSpPrimary() const
Energy [J/m2/s].
volScalarField::Internal hSp_
Energy [J/m2/s].
autoPtr< heatTransferModel > htcs_
Heat transfer coefficient between film surface and primary.
Base class for surface film phase change models.
const volScalarField & TPrimary() const
Temperature [K].
Base-class for fluid thermodynamic properties.
volScalarField hSpPrimary_
Energy [J/m2/s].
const fluidThermo & primaryThermo_
Reference to the primary region thermo.
const PtrList< volScalarField > & YPrimary() const
Specie mass fractions [0-1].
const radiationModel & radiation() const
Return const access to the radiation model.
const volScalarField::Internal & hSp() const
Energy [J/m2/s].
const phaseChangeModel & phaseChange() const
Return const access to the phase change model.
const heatTransferModel & htcw() const
Return const access to the (wall) heat transfer model.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
PtrList< volScalarField > YPrimary_
List of specie mass fractions [0-1].
autoPtr< radiationModel > radiation_
Radiation.
Base class for film radiation models.
const fluidThermo & primaryThermo() const
Return const reference to the primary region thermo object.
Base class for film heat transfer models.