36 #ifndef RASTurbulenceModel_H 37 #define RASTurbulenceModel_H 100 const word& managerType,
117 virtual void solve();
A list of keyword definitions, which are a keyword followed by a number of values (eg...
const fvMesh & mesh() const
Return the solver mesh.
incompressibleVars & incoVars_
Reference to incompressibleVars.
virtual ~RASTurbulenceModel()=default
Destructor.
Base class for solution control classes.
virtual void solve()
Main control loop.
A class for handling words, derived from Foam::string.
Solves for a RAS turbulence model, with constant U and phi values.
virtual const dictionary & dict() const
Return the solver dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
OBJstream os(runTime.globalPath()/outputName)
TypeName("RASTurbulenceModel")
Run-time type information.
virtual bool loop()
Looper (advances iters, time step)
virtual void solveIter()
Execute one iteration of the solution algorithm.
Mesh data needed to do the Finite Volume discretisation.
incompressibleVars & allocateVars()
Protected Member Functions.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
Base class for primal incompressible solvers.
virtual bool writeData(Ostream &os) const
Read average iteration.
autoPtr< SIMPLEControl > solverControl_
Solver control.