1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 default cellLimited Gauss linear 1;
31 div(phi,U) Gauss upwind;
32 div(phid,p) Gauss upwind;
33 div(phi,e) Gauss upwind;
34 div((muEff*dev2(grad(U).T()))) Gauss linear;
36 div(phi,k) Gauss upwind;
37 div(phi,epsilon) Gauss upwind;
38 div(phi,R) Gauss upwind;
44 default Gauss linear limited 0.5;
63 // ************************************************************************* //