37 #ifndef fluidSolutionControl_H 38 #define fluidSolutionControl_H bool consistent() const
Flag to indicate to relax pressure using the "consistent".
bool consistent_
Flag to indicate to relax pressure using the "consistent" approach.
bool transonic_
Flag to indicate to solve using transonic algorithm.
A class for handling words, derived from string.
bool transonic() const
Flag to indicate to solve using transonic algorithm.
const fvMesh & mesh() const
Return the mesh.
fluidSolutionControl(fvMesh &mesh, const word &algorithmName)
Construct from a mesh and the name of the algorithm.
bool frozenFlow() const
Flag to indicate not to solve for the flow.
virtual bool read()
Read controls.
virtual ~fluidSolutionControl()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
bool momentumPredictor() const
Flag to indicate to solve for momentum.
bool momentumPredictor_
Flag to indicate to solve for momentum.
bool frozenFlow_
Flag to indicate not to solve for the flow.
Fluid solution control class. Holds flags specific to the solution of fluids.
const word & algorithmName() const
Return the name of the algorithm.
Non-orthogonal solution control class. Provides non-orthogonal-loop control methods.
TypeName("fluidSolutionControl")
Run-time type information.