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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(phi,U) Gauss upwind;
31 div(phiU,p) Gauss linear;
32 div(phi,h) Gauss upwind;
33 div(phi,k) Gauss upwind;
34 div(phi,epsilon) Gauss upwind;
35 div(phi,R) Gauss upwind;
37 div((muEff*dev2(grad(U).T()))) Gauss linear;
43 laplacian(muEff,U) Gauss linear limited 0.333;
44 laplacian((rho*(1|A(U))),p) Gauss linear limited 0.333;
45 laplacian(alphaEff,h) Gauss linear limited 0.333;
46 laplacian(DkEff,k) Gauss linear limited 0.333;
47 laplacian(DepsilonEff,epsilon) Gauss linear limited 0.333;
48 laplacian(DREff,R) Gauss linear limited 0.333;
58 default limited 0.333;
67 // ************************************************************************* //