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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss limitedLinearV 1;
32 div(phi,k) Gauss upwind;
33 div(phi,epsilon) Gauss upwind;
34 div(phi,R) Gauss upwind;
36 div(phid,p) Gauss limitedLinear 1;
37 div(phiU,p) Gauss limitedLinear 1;
38 div(phi,e) Gauss limitedLinear 1;
39 div((muEff*dev2(grad(U).T()))) Gauss linear;
45 laplacian(muEff,U) Gauss linear limited 0.5;
46 laplacian(DkEff,k) Gauss linear limited 0.5;
47 laplacian(DREff,R) Gauss linear limited 0.5;
48 laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
49 laplacian((rho*(1|A(U))),p) Gauss linear limited 0.5;
50 laplacian(alphaEff,e) Gauss linear limited 0.5;
69 // ************************************************************************* //