38 #ifndef pimpleNoLoopControl_H 39 #define pimpleNoLoopControl_H 46 #define PIMPLE_CONTROL virtual ~pimpleNoLoopControl()
Destructor.
virtual bool read()
Read controls.
TypeName("pimpleNoLoopControl")
Run-time type information.
bool turbOnFinalIterOnly_
Flag to control whether turblence is solved just on the final pimple.
pimpleNoLoopControl(fvMesh &mesh, const word &algorithmName)
Construct from a mesh and the name of the algorithm.
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.
const fvMesh & mesh() const
Return the mesh.
PISO control class. Provides time-loop and PISO-loop control methods. No convergence checking is done...
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.
const word & algorithmName() const
Return the name of the algorithm.
Single-region-specific derivation of the corrector convergence control class.