mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
BUG: twoPhaseEulerFoam: fixed definition of Prandtl number in phase pair
This commit is contained in:
@ -135,8 +135,8 @@ Foam::tmp<Foam::volScalarField> Foam::phasePair::Re() const
|
||||
Foam::tmp<Foam::volScalarField> Foam::phasePair::Pr() const
|
||||
{
|
||||
return
|
||||
dispersed().nu()*dispersed().Cp()*dispersed().rho()
|
||||
/dispersed().kappa();
|
||||
continuous().nu()*continuous().Cp()*continuous().rho()
|
||||
/continuous().kappa();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user