Go to the documentation of this file.
102 #ifndef functionObjects_limitFields_H
103 #define functionObjects_limitFields_H
113 namespace functionObjects
122 public fvMeshFunctionObject
204 virtual bool write();
bool limitScalarField(const word &fieldName)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Limits input fields to user-specified min and max bounds.
static const Enum< limitType > limitTypeNames_
limitFields(const word &name, const Time &runTime, const dictionary &dict)
@ BOTH
limit by both minimum and maximum values
@ MIN
limit by minimum value
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
volFieldSelection fieldSet_
virtual bool read(const dictionary &dict)
Helper class to manage solver field selections.
virtual ~limitFields()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
bool limitField(const word &fieldName)
void operator=(const limitFields &)=delete
@ MAX
limit by maximum value