38#ifndef Foam_tableBounds_H
39#define Foam_tableBounds_H
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
Namespace for bounding specifications. At the moment, mostly for tables.
repeatableBounding
Enumeration for handling out-of-bound values that are repeatable.
@ REPEAT
Treat as a repeating list.
const Foam::Enum< normalBounding > normalBoundingNames
Strings corresponding to the normalBounding.
normalBounding
Enumeration for handling out-of-bound values.
@ WARN
Issue warning and clamp value (this is a good default).
@ ERROR
Exit with a FatalError.
@ CLAMP
Clamp value to the start/end value.
const Foam::Enum< repeatableBounding > repeatableBoundingNames
Strings corresponding to the repeatableBounding.