A thermal wall function for simulation of subcooled nucleate wall boiling. More...


Additional Inherited Members | |
Protected Member Functions inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | |
| void | checkType () |
| Check the type of the patch. More... | |
| tmp< scalarField > | Psmooth (const scalarField &Prat) const |
| 'P' function More... | |
| tmp< scalarField > | yPlusTherm (const scalarField &P, const scalarField &Prat) const |
| Calculate y+ at the edge of the thermal laminar sublayer. More... | |
| tmp< scalarField > | calcAlphat (const scalarField &prevAlphat) const |
| Update turbulent thermal diffusivity. More... | |
Protected Attributes inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | |
| scalar | Prt_ |
| Turbulent Prandtl number. More... | |
| scalar | Cmu_ |
| Cmu coefficient. More... | |
| scalar | kappa_ |
| Von Karman constant. More... | |
| scalar | E_ |
| E coefficient. More... | |
Protected Attributes inherited from alphatPhaseChangeWallFunctionFvPatchScalarField | |
| scalarField | dmdt_ |
| Rate of phase-change. More... | |
| scalarField | mDotL_ |
| Latent heat of the phase-change. More... | |
Static Protected Attributes inherited from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | |
| static scalar | maxExp_ |
| static scalar | tolerance_ |
| static label | maxIters_ |
A thermal wall function for simulation of subcooled nucleate wall boiling.
Implements a version of the well-known RPI wall boiling model (Kurul & Podowski, 1991). The model implementation is similar to the model described by Peltola & Pättikangas (2012).
References:
"On the modeling of multidimensional effects in boiling channels"
Kurul, N., Podowski, M.Z.,
ANS Proceedings, National Heat Transfer Conference,
Minneapolis, Minnesota, USA, July 28-31, 1991,
ISBN: 0-89448-162-1, pp. 30-40
"Development and validation of a boiling model for OpenFOAM
multiphase solver"
Peltola, J., Pättikangas, T.J.H.,
CFD4NRS-4 Conference Proceedings, paper 59,
Daejeon, Korea, September 10-12 2012
Definition at line 77 of file alphatWallBoilingWallFunctionFvPatchScalarField.H.
| alphatWallBoilingWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Construct from patch and internal field.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::clone().

| alphatWallBoilingWallFunctionFvPatchScalarField | ( | const fvPatch & | , |
| const DimensionedField< scalar, volMesh > & | , | ||
| const dictionary & | |||
| ) |
Construct from patch, internal field and dictionary.
| alphatWallBoilingWallFunctionFvPatchScalarField | ( | const alphatWallBoilingWallFunctionFvPatchScalarField & | , |
| const fvPatch & | , | ||
| const DimensionedField< scalar, volMesh > & | , | ||
| const fvPatchFieldMapper & | |||
| ) |
Construct by mapping given.
alphatWallBoilingWallFunctionFvPatchScalarField onto a new patch
| alphatWallBoilingWallFunctionFvPatchScalarField | ( | const alphatWallBoilingWallFunctionFvPatchScalarField & | ) |
Construct as copy.
| alphatWallBoilingWallFunctionFvPatchScalarField | ( | const alphatWallBoilingWallFunctionFvPatchScalarField & | , |
| const DimensionedField< scalar, volMesh > & | |||
| ) |
Construct as copy setting internal field reference.
| TypeName | ( | "compressible::alphatWallBoilingWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.
Definition at line 134 of file alphatWallBoilingWallFunctionFvPatchScalarField.H.
References alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.
Definition at line 151 of file alphatWallBoilingWallFunctionFvPatchScalarField.H.
References alphatWallBoilingWallFunctionFvPatchScalarField::alphatWallBoilingWallFunctionFvPatchScalarField(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatWallBoilingWallFunctionFvPatchScalarField::write().

|
virtual |
Update the coefficients associated with the patch field.
Reimplemented from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::clone().

|
virtual |
Write.
Reimplemented from alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.
Referenced by alphatWallBoilingWallFunctionFvPatchScalarField::clone().

1.8.11