1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss linearUpwind grad(U);
33 div(phi,k) Gauss limitedLinear 1;
34 div(phi,omega) Gauss limitedLinear 1;
35 div((nuEff*dev(T(grad(U))))) Gauss linear;
40 default Gauss linear limited 0.5;
60 // ************************************************************************* //