126 #ifndef compressible_alphatWallBoilingWallFunctionFvPatchScalarField_H
127 #define compressible_alphatWallBoilingWallFunctionFvPatchScalarField_H
140 namespace compressible
147 class alphatWallBoilingWallFunctionFvPatchScalarField
149 public fixedValueFvPatchScalarField,
150 public alphatPhaseChangeWallFunctionBase
176 struct boilingLiquidProperties;
187 Switch useLiquidTemperatureWallFunction_;
210 nucleationSiteModel_;
214 departureDiameterModel_;
218 departureFrequencyModel_;
299 TypeName(
"compressible::alphatWallBoilingWallFunction");
372 return nucleationSiteDensity_;
384 return qEvaporative_;
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A thermal wall function for simulation of subcooled nucleate wall boiling with runtime selectable sub...
TypeName("compressible::alphatWallBoilingWallFunction")
Runtime type information.
const scalarField & dDeparture() const
Return the departure diameter field [m].
virtual void write(Ostream &) const
Write.
virtual void reset(const fvPatchScalarField &)
Reset the fvPatchField to the given fvPatchField.
phaseType
Enumeration listing the possible operational modes.
virtual tmp< fvPatchScalarField > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
const scalarField & wetFraction() const
Return the wall liquid fraction field [-].
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void map(const fvPatchScalarField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
const scalarField & qQuenching() const
Return the quenching surface heat flux field [W/m^2].
static const NamedEnum< phaseType, 3 > phaseTypeNames_
Heat source type names.
alphatWallBoilingWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
Construct from patch, internal field and dictionary.
const scalarField & qEvaporative() const
Return the evaporative surface heat flux field [W/m^2].
const scalarField & fDeparture() const
Return the departure frequency field [Hz].
virtual const scalarField & dmdtf() const
Return the rate of phase change.
const scalarField & nucleationSiteDensity() const
Return the nucleation site density field [1/m^2].
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
const dimensionedScalar h
Planck constant.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.