Bound the given scalar field where it is below the specified minimum. More...
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... | |
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.
Definition in file bound.H.