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

rhoPorousMRFLTSPimpleFoam: corrected for SP compilation

parent fffe67d4
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@
&& runTime.timeIndex() > runTime.startTimeIndex() + 1
)
{
rDeltaT = rDeltaT0*max(rDeltaT/rDeltaT0, 1.0 - rDeltaTDampingCoeff);
rDeltaT = rDeltaT0*max(rDeltaT/rDeltaT0, scalar(1) - rDeltaTDampingCoeff);
Info<< "Damped flow time scale min/max = "
<< gMin(1/rDeltaT.internalField())
......
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