ENH: Added turbCorr flag to pimpleControl

This commit is contained in:
andy
2011-04-18 11:28:31 +01:00
parent 9f35490c24
commit fd5e0cc7c3
3 changed files with 17 additions and 1 deletions

View File

@ -63,6 +63,9 @@ protected:
//- Current PIMPLE corrector
label corr_;
//- Flag to indicate whether to only solve turbulence on final iter
bool turbOnFinalIterOnly_;
// Protected Member Functions
@ -130,6 +133,9 @@ public:
const label nonOrth
) const;
//- Helper function to identify whether to solve for turbulence
inline bool turbCorr() const;
// Member Operators