64 const word& algorithmName
69 thermophysics_(false),
71 momentumPredictor_(true),
A list of keyword definitions, which are a keyword followed by any number of values (e....
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T, if not found return the given default.
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 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.
bool consistent_
Flag to indicate to relax pressure using the "consistent" approach.
virtual ~fluidSolutionControl()
Destructor.
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.
virtual bool read()
Read controls.
virtual const dictionary & dict() const
Return the solution dictionary.
A class for handling words, derived from string.
defineTypeNameAndDebug(combustionModel, 0)