FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

bound.H File Reference

Bound the given scalar field if it has gone unbounded. Used extensively in RAS and LES turbulence models. More...


Detailed Description

Bound the given scalar field if it has gone unbounded. Used extensively in RAS and LES turbulence models.

InNamespace Foam::bound

Source files

Definition in file bound.H.

#include "src/OpenFOAM/dimensionedTypes/dimensionedScalar/dimensionedScalar.H"
#include "src/finiteVolume/fields/volFields/volFieldsFwd.H"
Include dependency graph for bound.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

void  bound (volScalarField &vsf, const dimensionedScalar &vsf0)
 Bound the given scalar field if it has gone unbounded.