68#ifndef Foam_fa_limitVelocity_H
69#define Foam_fa_limitVelocity_H
86 public fa::faceSetOption
111 const word& modelType,
115 const word& defaultAreaName =
word()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Intermediate abstract class for handling face-set options for the derived faOptions.
Limits the maximum velocity magnitude to the specified max value.
word UName_
Name of operand velocity field.
limitVelocity(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh, const word &defaultAreaName=word())
Construct from components.
virtual bool read(const dictionary &dict)
Read dictionary.
void operator=(const limitVelocity &)=delete
No copy assignment.
scalar max_
Maximum velocity magnitude.
TypeName("limitVelocity")
Runtime type information.
virtual ~limitVelocity()=default
Destructor.
limitVelocity(const limitVelocity &)=delete
No copy construct.
const fvMesh & mesh() const noexcept
Return const access to the volume mesh.
const word & name() const noexcept
The source name.
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
Namespace for finite-area.
GeometricField< vector, faPatchField, areaMesh > areaVectorField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.