Enumerations | Variables
Foam::bounds Namespace Reference

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< normalBoundingnormalBoundingNames
 
const Foam::Enum< repeatableBoundingrepeatableBoundingNames
 

Detailed Description

Namespace for bounding specifications. At the moment, mostly for tables.

Source files

Enumeration Type Documentation

◆ normalBounding

enum normalBounding
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.

◆ repeatableBounding

enum repeatableBounding
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.

Variable Documentation

◆ normalBoundingNames

const Foam::Enum< Foam::bounds::normalBounding > normalBoundingNames

◆ repeatableBoundingNames

const Foam::Enum< Foam::bounds::repeatableBounding > repeatableBoundingNames