Namespace for bounding specifications. At the moment, mostly for tables. More...
Enumerations | |
enum | normalBounding { ERROR, WARN, CLAMP } |
enum | repeatableBounding { ERROR, WARN, CLAMP, REPEAT } |
Variables | |
const Foam::Enum< normalBounding > | normalBoundingNames |
const Foam::Enum< repeatableBounding > | repeatableBoundingNames |
Namespace for bounding specifications. At the moment, mostly for tables.
|
strong |
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 49 of file tableBounds.H.
|
strong |
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 57 of file tableBounds.H.
const Foam::Enum< Foam::bounds::normalBounding > normalBoundingNames |
Referenced by interpolation2DTable< Type >::write().
const Foam::Enum< Foam::bounds::repeatableBounding > repeatableBoundingNames |
Referenced by interpolationTable< scalar >::write(), and TableBase< Type >::writeEntries().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.