37 #ifndef fluidSolutionControl_H 38 #define fluidSolutionControl_H 107 inline bool models()
const;
113 inline bool flow()
const;
bool models_
Flag to indicate to solve for the optional models.
bool consistent() const
Flag to indicate to relax pressure using the "consistent".
bool flow() const
Flag to indicate to solve for the flow.
bool flow_
Flag to indicate to solve for the flow.
bool thermophysics() const
Flag to indicate to solve for the thermophysics.
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.
virtual bool read()
Read controls.
virtual ~fluidSolutionControl()
Destructor.
bool thermophysics_
Flag to indicate to solve for the thermophysics.
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 models() const
Flag to indicate to solve for the options models.
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.