mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Corrected for SP compilation
This commit is contained in:
@ -74,7 +74,7 @@ Foam::dragModels::IshiiZuber::CdRe() const
|
|||||||
volScalarField muMix
|
volScalarField muMix
|
||||||
(
|
(
|
||||||
muc
|
muc
|
||||||
*pow(max(1 - pair_.dispersed(), 1e-3), -2.5*muStar)
|
*pow(max(1 - pair_.dispersed(), scalar(1e-3)), -2.5*muStar)
|
||||||
);
|
);
|
||||||
|
|
||||||
volScalarField ReM(Re*muc/muMix);
|
volScalarField ReM(Re*muc/muMix);
|
||||||
|
|||||||
Reference in New Issue
Block a user