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