Namespace for bounding specifications. At the moment, mostly for tables. More...
Enumerations | |
| enum class | normalBounding { ERROR , WARN , CLAMP } |
| Enumeration for handling out-of-bound values. More... | |
| enum class | repeatableBounding { ERROR , WARN , CLAMP , REPEAT } |
| Enumeration for handling out-of-bound values that are repeatable. More... | |
Variables | |
| const Foam::Enum< normalBounding > | normalBoundingNames |
| Strings corresponding to the normalBounding. | |
| const Foam::Enum< repeatableBounding > | repeatableBoundingNames |
| Strings corresponding to the repeatableBounding. | |
Namespace for bounding specifications. At the moment, mostly for tables.
|
strong |
Enumeration for handling out-of-bound values.
| Enumerator | |
|---|---|
| ERROR | Exit with a FatalError. |
| WARN | Issue warning and clamp value (this is a good default). |
| CLAMP | Clamp value to the start/end value. |
Definition at line 51 of file tableBounds.H.
|
strong |
Enumeration for handling out-of-bound values that are repeatable.
| Enumerator | |
|---|---|
| ERROR | Exit with a FatalError. |
| WARN | Issue warning and clamp value (this is a good default). |
| CLAMP | Clamp value to the start/end value. |
| REPEAT | Treat as a repeating list. |
Definition at line 61 of file tableBounds.H.
|
extern |
Strings corresponding to the normalBounding.
Referenced by interpolation2DTable< Type >::write().
|
extern |
Strings corresponding to the repeatableBounding.
Referenced by interpolationTable< Type >::write(), and TableBase< Type >::writeEntries().