123 #ifndef compressible_alphatWallBoilingWallFunctionFvPatchScalarField_H 124 #define compressible_alphatWallBoilingWallFunctionFvPatchScalarField_H 136 namespace compressible
143 class alphatWallBoilingWallFunctionFvPatchScalarField
145 public alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField
164 word otherPhaseName_;
167 static const NamedEnum<phaseType, 2> phaseTypeNames_;
188 autoPtr<wallBoilingModels::partitioningModel>
192 autoPtr<wallBoilingModels::nucleationSiteModel>
193 nucleationSiteModel_;
196 autoPtr<wallBoilingModels::departureDiameterModel>
200 autoPtr<wallBoilingModels::departureFrequencyModel>
207 TypeName(
"compressible::alphatWallBoilingWallFunction");
virtual const scalarField & dmdt() const
Return the rate of phase-change.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual const scalarField & mDotL() const
Return the enthalpy source due to phase-change.
virtual bool activePhasePair(const phasePairKey &) const
Is there phase change mass transfer for this phasePair.
A thermal wall function for simulation of subcooled nucleate wall boiling with runtime selctable subm...
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
Foam::fvPatchFieldMapper.
TypeName("compressible::alphatWallBoilingWallFunction")
Runtime type information.
phaseType
Enumeration listing the possible operational modes.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
alphatWallBoilingWallFunctionFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
scalarField mDotL_
Latent heat of the phase-change.
const scalarField & dDeparture() const
Return the departure diameter field.
const scalarField & qq() const
Return the quenching surface heat flux [W/m2].
tmp< scalarField > qe() const
Return the evaporation surface heat flux [W/m2].
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
A class for managing temporary objects.