Corrected for SP compilation

This commit is contained in:
Henry
2014-12-19 17:03:30 +00:00
parent fae6dcad37
commit b1a1a32c98

View File

@ -74,7 +74,7 @@ Foam::dragModels::IshiiZuber::CdRe() const
volScalarField muMix
(
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);