38 #ifndef Foam_tableBounds_H 39 #define Foam_tableBounds_H Issue warning and clamp value (this is a good default)
Clamp value to the start/end value.
repeatableBounding
Enumeration for handling out-of-bound values that are repeatable.
Treat as a repeating list.
normalBounding
Enumeration for handling out-of-bound values.
const Foam::Enum< repeatableBounding > repeatableBoundingNames
Strings corresponding to the repeatableBounding.
Issue warning and clamp value (this is a good default)
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
const Foam::Enum< normalBounding > normalBoundingNames
Strings corresponding to the normalBounding.