38 #ifndef pimpleNoLoopControl_H 39 #define pimpleNoLoopControl_H 47 #define PIMPLE_CONTROL virtual ~pimpleNoLoopControl()
Destructor.
virtual bool read()
Read controls.
TypeName("pimpleNoLoopControl")
Run-time type information.
bool turbOnFinalIterOnly_
Flag to control whether turbulence is solved just on the final.
Pimple loop class. Implements the logic which controls the pimple loop generically for a given correc...
bool simpleRho() const
Flag to indicate whether to update the density in simple mode.
bool turbOnFinalIterOnly() const
Flag to indicate whether to solve the turbulence on the final.
A class for handling words, derived from string.
pimpleNoLoopControl(fvMesh &mesh, const word &algorithmName, const pimpleLoop &loop)
Construct from a mesh, the name of the algorithm, and a reference.
const fvMesh & mesh() const
Return the mesh.
Piso control class. Provides time-loop and piso-loop control methods. No convergence checking is done...
const pimpleLoop & loop_
The pimple loop.
virtual bool isFinal() const
Flag to indicate whether in final state.
bool simpleRho_
Flag to indicate whether to update the density in SIMPLE mode rather.
Mesh data needed to do the Finite Volume discretisation.
Pimple no-loop control class. Implements various option flags, but leaves loop controls to the deriva...
Single-region-specific derivation of the convergence control class.
bool loop(Time &time)
Time loop loop.
const word & algorithmName() const
Return the name of the algorithm.
Single-region-specific derivation of the corrector convergence control class.