84#ifndef fv_limitVelocity_H
85#define fv_limitVelocity_H
103 public fv::cellSetOption,
104 public functionObjects::writeFile
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 velocity field (i.e. T) within a specified region by applying a given maximum velocity magni...
word UName_
Name of operand velocity field.
virtual bool read(const dictionary &dict)
Read dictionary.
void operator=(const limitVelocity &)=delete
No copy assignment.
scalar max_
Maximum velocity magnitude.
limitVelocity(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
TypeName("limitVelocity")
Runtime type information.
virtual ~limitVelocity()=default
Destructor.
limitVelocity(const limitVelocity &)=delete
No copy construct.
void writeFileHeader(Ostream &os)
Write file header information.
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 handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
Namespace for finite-volume.
GeometricField< vector, fvPatchField, volMesh > volVectorField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.