86 Info<< algorithmName_ <<
" correctNonOrthogonal: corrNonOrtho = "
87 << corrNonOrtho_ <<
endl;
90 if (corrNonOrtho_ <= nNonOrthCorr_ + 1)
label corrNonOrtho() const
Current non-orthogonal corrector index.
bool frozenFlow_
Flag to indicate that the flow system of equations should not.
bool transonic_
Flag to indicate to solve using transonic algorithm.
bool frozenFlow() const
Flag to indicate that the flow system of equations should not.
bool transonic() const
Flag to indicate to solve using transonic algorithm.
const word algorithmName_
The dictionary name, e.g. SIMPLE, PIMPLE.
label corrNonOrtho_
Current non-orthogonal corrector loop index.
label corr_
Current corrector loop index.
label corr() const
Current corrector loop index.
bool momentumPredictor_
Flag to indicate to solve for momentum.
label nNonOrthCorr() const
Maximum number of non-orthogonal correctors.
bool correctNonOrthogonal()
Non-orthogonal corrector loop.
bool momentumPredictor() const
Flag to indicate to solve for momentum.
bool consistent_
Flag to indicate to relax pressure using the.
bool finalNonOrthogonalIter() const
Helper function to identify final non-orthogonal iteration.
label nNonOrthCorr_
Maximum number of non-orthogonal correctors.
virtual void setFirstIterFlag(const bool check=true, const bool force=false)
Set the firstIteration flag on the mesh data dictionary.
bool consistent() const
Flag to indicate to relax pressure using the.
Namespace for handling debugging switches.
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.