Go to the documentation of this file.
28 #include "heatTransferModel.H"
35 namespace regionModels
37 namespace surfaceFilmModels
54 const scalarField& Cp = Cp_.boundaryField()[patchI];
55 return Cp*(
T - 298.15);
70 "hs(" +
T.name() +
")",
77 zeroGradientFvPatchScalarField::typeName
94 "T(" + hs.name() +
")",
101 zeroGradientFvPatchScalarField::typeName
166 return htc*(Tp - Twp);
176 return htc*(Tp - Tpp);
volScalarField Tw_
Temperature - wall / [K].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual const volScalarField & hs() const
Return the film sensible enthalpy [J/kg].
const PtrList< volScalarField > & YPrimary() const
Specie mass fractions / [0-1].
Thermo package for (S)olids (L)iquids and (G)ases Takes reference to thermo package,...
autoPtr< heatTransferModel > htcs_
Heat transfer coefficient bewteen film surface and primary.
A class for managing temporary objects.
const heatTransferModel & htcs() const
Return const access to the (surface) heat transfer model.
const SLGThermo & thermo() const
Return const reference to the SLGThermo object.
autoPtr< phaseChangeModel > phaseChange_
Phase change.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
volScalarField T_
Temperature - mean / [K].
const filmRadiationModel & radiation() const
Return const access to the radiation model.
volScalarField hsSp_
Energy / [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.
Pre-declare SubField and related Field type.
const SLGThermo & thermo_
Reference to the SLGThermo.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
tmp< scalarField > Qconvp(const label patchI) const
Return the convective heat energy from primary region to film.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual const volScalarField & T() const
Return the film mean temperature [K].
PtrList< volScalarField > YPrimary_
List of specie mass fractions / [0-1].
volScalarField TPrimary_
Temperature / [K].
const volScalarField & hsSp() const
Energy / [J/m2/s].
volScalarField hsSpPrimary_
Energy / [J/m2/s].
const volScalarField & hsSpPrimary() 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.
autoPtr< filmRadiationModel > radiation_
Radiation.
const dimensionSet dimTemperature(0, 0, 0, 1, 0, 0, 0)
const volScalarField & TPrimary() const
Temperature / [K].
autoPtr< heatTransferModel > htcw_
Heat transfer coefficient bewteen wall and film [W/m2/K].
Generic GeometricField class.
tmp< scalarField > Qconvw(const label patchI) const
Return the convective heat energy from film to wall.