diff --git a/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H b/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H index 985ad4d7ad..0314bd1e3f 100644 --- a/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H +++ b/src/finiteVolume/cfdTools/general/include/setInitialDeltaT.H @@ -26,7 +26,7 @@ Global Description Set the initial timestep corresponding to the timestep adjustment - algorithm in setDeltaT + algorithm in setDeltaT but only if it would reduce the timestep. \*---------------------------------------------------------------------------*/ @@ -39,7 +39,7 @@ if (adjustTimeStep) min ( maxCo*runTime.deltaTValue()/CoNum, - maxDeltaT + runTime.deltaTValue() ) ); }