81#ifndef fv_limitTurbulenceViscosity_H
82#define fv_limitTurbulenceViscosity_H
100 public fv::cellSetOption,
101 public functionObjects::writeFile
126 TypeName(
"limitTurbulenceViscosity");
135 const word& modelType,
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Base class for writing single files from the function objects.
Mesh data needed to do the Finite Volume discretisation.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
Corrects turbulence viscosity field (e.g. nut) within a specified region by applying a maximum limit,...
limitTurbulenceViscosity(const limitTurbulenceViscosity &)=delete
No copy construct.
limitTurbulenceViscosity(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual ~limitTurbulenceViscosity()=default
Destructor.
word nutName_
Name of turbulence viscosity field.
tmp< volScalarField > nu() const
Return laminar viscosity.
virtual bool read(const dictionary &dict)
Read dictionary.
void operator=(const limitTurbulenceViscosity &)=delete
No copy assignment.
TypeName("limitTurbulenceViscosity")
Runtime type information.
void writeFileHeader(Ostream &os)
Write file header information.
scalar c_
Limiting coefficient [].
const word & name() const noexcept
Return const access to the source name.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
Namespace for finite-volume.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.