label nCorrPimple() const
Maximum number of pimple correctors.
bool loop(correctorConvergenceControl &convergence)
Pimple loop.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const solutionControl & control_
Reference to the solution control.
Pimple loop class. Implements the logic which controls the pimple loop generically for a given correc...
bool firstIter() const
Flag to indicate the first iteration.
Corrector convergence control class. Provides methods to check the convergence of an inner iteration ...
label corrPimple_
Current pimple corrector.
virtual ~pimpleLoop()
Destructor.
bool finalPimpleIter() const
Flag to indicate the last pimple iteration.
virtual bool read()
Read controls.
bool firstPimpleIter() const
Flag to indicate the first pimple iteration.
pimpleLoop(const solutionControl &control)
Construct from a solution control.
label nCorrPimple_
Maximum number of pimple correctors.
TypeName("pimpleLoop")
Run-time type information.
bool finalIter() const
Flag to indicate the last iteration.
bool converged_
Flag to indicate convergence of the pimple loop.