mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Added turbCorr flag to pimpleControl
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user