From ce12ace5a6db76409a843ca7552e04f217d9ae9a Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 20 Jan 2009 12:05:51 +0000 Subject: [PATCH] typo --- src/finiteVolume/cfdTools/general/include/setDeltaT.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/cfdTools/general/include/setDeltaT.H b/src/finiteVolume/cfdTools/general/include/setDeltaT.H index 5b75787589..58cd25f233 100644 --- a/src/finiteVolume/cfdTools/general/include/setDeltaT.H +++ b/src/finiteVolume/cfdTools/general/include/setDeltaT.H @@ -27,7 +27,7 @@ Global Description Reset the timestep to maintain a constant maximum courant Number. - Reduction of time-step is imediate but increase is damped to avoid + Reduction of time-step is immediate, but increase is damped to avoid unstable oscillations. \*---------------------------------------------------------------------------*/ @@ -45,7 +45,7 @@ if (adjustTimeStep) maxDeltaT ) ); - + Info<< "deltaT = " << runTime.deltaT().value() << endl; }