bound.H File Reference

Bound the given scalar field where it is below the specified minimum. More...

Include dependency graph for bound.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

bool bound (volScalarField &, const dimensionedScalar &min)
 Bound the given scalar field where it is below the specified min value. More...
 

Detailed Description

Bound the given scalar field where it is below the specified minimum.

Original source file bound.H

InNamespace Foam

Where the field is unbounded it is set to the maximum of the average of the neighbouring cell values and the specified minimum.

Used extensively in RAS and LES turbulence models to bound k, epsilon etc.

Source files

Definition in file bound.H.