reactingEulerFoam: alphatWallBoilingWallFunction: Updated documentation and stabilised a division
Patch contributed by Juho Peltola, VTT.
This commit is contained in:
@ -605,7 +605,11 @@ void alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs()
|
|||||||
// Quenching heat transfer coefficient
|
// Quenching heat transfer coefficient
|
||||||
const scalarField hQ
|
const scalarField hQ
|
||||||
(
|
(
|
||||||
2*(alphaw*Cpw)*fDep*sqrt((0.8/fDep)/(pi*alphaw/rhoLiquidw))
|
2*(alphaw*Cpw)*fDep
|
||||||
|
*sqrt
|
||||||
|
(
|
||||||
|
(0.8/max(fDep, small))/(pi*alphaw/rhoLiquidw)
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Quenching heat flux
|
// Quenching heat flux
|
||||||
|
|||||||
@ -33,9 +33,9 @@ Description
|
|||||||
- bubble departure diameter
|
- bubble departure diameter
|
||||||
|
|
||||||
Implements a version of the well-known RPI wall boiling model
|
Implements a version of the well-known RPI wall boiling model
|
||||||
(Kurul & Podowski, 1991). The model implementation is similar to the model
|
(Kurul & Podowski, 1991). The model implementation is described in Peltola
|
||||||
described by Peltola & Pättikangas (2012) but has been extended with the
|
et al. (2019) and is similar to the model described by Peltola &
|
||||||
wall heat flux partitioning models.
|
Pättikangas (2012).
|
||||||
|
|
||||||
References:
|
References:
|
||||||
\verbatim
|
\verbatim
|
||||||
@ -46,6 +46,14 @@ Description
|
|||||||
ISBN: 0-89448-162-1, pp. 30-40.
|
ISBN: 0-89448-162-1, pp. 30-40.
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|
||||||
|
\verbatim
|
||||||
|
Peltola, J., Pättikangas, T., Bainbridge, W., Lehnigk, R., Schlegel, F.
|
||||||
|
(2019).
|
||||||
|
On Development and validation of subcooled nucleate boiling models for
|
||||||
|
OpenFOAM Foundation Release.
|
||||||
|
NURETH-18 Conference Proceedings, Portland, Oregon, United States, 2019.
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
\verbatim
|
\verbatim
|
||||||
Peltola, J., & Pättikangas, T.J.H. (2012).
|
Peltola, J., & Pättikangas, T.J.H. (2012).
|
||||||
Development and validation of a boiling model for OpenFOAM multiphase
|
Development and validation of a boiling model for OpenFOAM multiphase
|
||||||
@ -73,9 +81,9 @@ Usage
|
|||||||
if phaseType 'liquid':
|
if phaseType 'liquid':
|
||||||
|
|
||||||
partitioningModel| | yes |
|
partitioningModel| | yes |
|
||||||
nucleationSiteModel| | yes |
|
nucleationSiteModel| | yes |
|
||||||
departureDiamModel| | yes |
|
departureDiamModel| | yes |
|
||||||
departureFreqModel| | yes |
|
departureFreqModel| | yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
NOTE: Runtime selectabale submodels may require model specific entries
|
NOTE: Runtime selectabale submodels may require model specific entries
|
||||||
@ -90,7 +98,7 @@ Usage
|
|||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
kappa 0.41;
|
kappa 0.41;
|
||||||
E 9.8;
|
E 9.8;
|
||||||
relax 0.001;
|
relax 0.1;
|
||||||
dmdt uniform 0;
|
dmdt uniform 0;
|
||||||
partitioningModel
|
partitioningModel
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user