From fd5e0cc7c3e017948b8edd92d0f3d302e68f38cf Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 18 Apr 2011 11:28:31 +0100 Subject: [PATCH] ENH: Added turbCorr flag to pimpleControl --- .../general/solutionControl/pimpleControl/pimpleControl.C | 6 +++++- .../general/solutionControl/pimpleControl/pimpleControl.H | 6 ++++++ .../general/solutionControl/pimpleControl/pimpleControlI.H | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C index 367c09f716..cd5d46c824 100644 --- a/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C +++ b/src/finiteVolume/cfdTools/general/solutionControl/pimpleControl/pimpleControl.C @@ -24,6 +24,7 @@ License \*---------------------------------------------------------------------------*/ #include "pimpleControl.H" +#include "Switch.H" // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // @@ -43,6 +44,8 @@ void Foam::pimpleControl::read() const dictionary& pimpleDict = dict(); nOuterCorr_ = pimpleDict.lookupOrDefault