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 limitedLinearV 1;
32 div(phid,p) Gauss limitedLinear 1;
33 div(phiU,p) Gauss linear;
34 div(phi,k) Gauss limitedLinear 1;
35 div(phi,epsilon) Gauss limitedLinear 1;
36 div(phi,R) Gauss limitedLinear 1;
38 div(phiXi,Xi) Gauss limitedLinear 1;
39 div(phiXi,Su) Gauss limitedLinear 1;
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 corrected;
60 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
61 laplacian(DREff,R) Gauss linear corrected;
62 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
63 laplacian(alphaEff,b) Gauss linear corrected;
64 laplacian(alphaEff,ft) Gauss linear corrected;
65 laplacian(alphaEff,h) Gauss linear corrected;
66 laplacian(alphaEff,hu) Gauss linear corrected;
86 // ************************************************************************* //