BUG: twoPhaseEulerFoam: fixed definition of Nu in RanzMarshall heat transfer model
This commit is contained in:
parent
13b2ff2be9
commit
4f8337cf8b
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ Foam::heatTransferModels::RanzMarshall::~RanzMarshall()
|
|||
Foam::tmp<Foam::volScalarField>
|
||||
Foam::heatTransferModels::RanzMarshall::K() const
|
||||
{
|
||||
volScalarField Nu(scalar(2) + 0.6*pair_.Re()*cbrt(pair_.Pr()));
|
||||
volScalarField Nu(scalar(2) + 0.6*sqrt(pair_.Re())*cbrt(pair_.Pr()));
|
||||
|
||||
return
|
||||
6.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue