Go to the documentation of this file.
83 #ifndef limitVelocity_H
84 #define limitVelocity_H
101 public fv::cellSetOption
126 const word& modelType,
const word & name() const noexcept
void operator=(const limitVelocity &)=delete
A class for handling words, derived from Foam::string.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
virtual ~limitVelocity()=default
Corrects velocity field (i.e. T) within a specified region by applying a given maximum velocity magni...
limitVelocity(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
virtual bool read(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
virtual void correct(volVectorField &U)
const fvMesh & mesh() const noexcept
Generic GeometricField class.
TypeName("limitVelocity")