48 #ifndef limitVelocity_H 49 #define limitVelocity_H 99 const word& modelType,
virtual bool constrain(volVectorField &U) const
Constrain the velocity field.
Limits the velocity magnitude to the specified max value.
const fvMesh & mesh() const
Return const access to the mesh database.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Cell-set fvConstraint abstract base class. Provides a base set of controls regarding the location whe...
virtual wordList constrainedFields() const
Return the list of fields constrained by the fvConstraint.
virtual void updateMesh(const mapPolyMesh &)
Update for mesh changes.
TypeName("limitVelocity")
Runtime type information.
virtual bool read(const dictionary &dict)
Read dictionary.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void operator=(const limitVelocity &)=delete
Disallow default bitwise assignment.
const word & name() const
Return const access to the source name.
A class for handling words, derived from string.
virtual ~limitVelocity()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
limitVelocity(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
Finite volume options abstract base class.