1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss upwind;
32 div(phid,p) Gauss upwind;
33 div(phiU,p) Gauss linear;
34 div(phi,k) Gauss upwind;
35 div(phi,epsilon) Gauss upwind;
36 div(phi,R) Gauss upwind;
38 div(phiXi,Xi) Gauss upwind;
39 div(phiXi,Su) Gauss upwind;
40 div(phiSt,b) Gauss limitedLinear01 1;
41 div(phi,ft_b_h_hu) Gauss multivariateSelection
50 div((Su*grad(b))) Gauss linear;
51 div((U+((Su*Xi)*grad(b)))) Gauss linear;
52 div((muEff*dev2(T(grad(U))))) Gauss linear;
58 laplacian(muEff,U) Gauss linear corrected;
59 laplacian(DkEff,k) Gauss linear limited 0.5;
60 laplacian(DepsilonEff,epsilon) Gauss linear limited 0.5;
61 laplacian(DREff,R) Gauss linear limited 0.5;
62 laplacian((rho*(1|A(U))),p) Gauss linear limited 0.5;
63 laplacian(alphaEff,b) Gauss linear limited 0.5;
64 laplacian(muEff,ft) Gauss linear limited 0.5;
65 laplacian(alphaEff,h) Gauss linear limited 0.5;
66 laplacian(alphaEff,hu) Gauss linear limited 0.5;
67 laplacian(alphaEff,ft) Gauss linear limited 0.5;
87 // ************************************************************************* //