1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
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(T(grad(U))))) 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;
70 // ************************************************************************* //