multiphaseEulerFoam: Use Cp instead of Cpv in for calculation of Prandtl number
This commit is contained in:
@ -119,7 +119,7 @@ Foam::tmp<Foam::volScalarField> Foam::dispersedPhaseInterface::Pr() const
|
||||
{
|
||||
return
|
||||
continuous().thermo().nu()
|
||||
*continuous().thermo().Cpv()
|
||||
*continuous().thermo().Cp()
|
||||
*continuous().rho()
|
||||
/continuous().thermo().kappa();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user