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