Go to the documentation of this file.
117 #ifndef fv_multiphaseStabilizedTurbulence_H
118 #define fv_multiphaseStabilizedTurbulence_H
134 class multiphaseStabilizedTurbulence
164 TypeName(
"multiphaseStabilizedTurbulence");
172 const word& sourceName,
173 const word& modelType,
A class for handling words, derived from Foam::string.
Applies corrections to the turbulent kinetic energy equation (i.e. k) and turbulent viscosity field (...
virtual ~multiphaseStabilizedTurbulence()=default
TypeName("multiphaseStabilizedTurbulence")
virtual bool read(const dictionary &dict)
Base abstract class for handling finite volume options (i.e. fvOption).
void operator=(const multiphaseStabilizedTurbulence &)=delete
multiphaseStabilizedTurbulence(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void correct(volScalarField &field)
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldi)
const fvMesh & mesh() const noexcept
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Generic GeometricField class.