compressible::alphatWallBoilingWallFunction: Fix to Jakob number
This commit is contained in:
@ -387,7 +387,7 @@ alphatWallBoilingWallFunctionFvPatchScalarField::calcBoiling
|
||||
(
|
||||
props.rhoLiquidw
|
||||
*props.Cpw
|
||||
*(props.Tsat - Tl)
|
||||
*max(props.Tsat - Tl, scalar(0))
|
||||
/(props.rhoVapourw*props.L)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user