Skip to content
Snippets Groups Projects
Commit fa562216 authored by Henry's avatar Henry
Browse files

Corrected for SP compilation

parent 090768c0
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment