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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(U) cellLimited Gauss linear 1;
28 grad(k) cellLimited Gauss linear 1;
34 div(phi,U) Gauss upwind;
35 div(phid,p) Gauss upwind;
36 div(phiU,p) Gauss linear;
37 div(phi,hs) Gauss upwind;
38 div(phi,k) Gauss upwind;
39 div(phi,epsilon) Gauss upwind;
40 div(phi,omega) Gauss upwind;
41 div((muEff*dev2(grad(U).T()))) Gauss linear;
42 div(phi,Yi_h) Gauss upwind;
47 default Gauss linear uncorrected;
66 // ************************************************************************* //