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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss limitedLinearV 1;
33 div(phid,p) Gauss limitedLinear 1;
34 div(phiU,p) Gauss linear;
35 div(phi,h) Gauss limitedLinear 1;
36 div(phi,k) Gauss limitedLinear 1;
37 div(phi,epsilon) Gauss limitedLinear 1;
38 div(phi,R) Gauss limitedLinear 1;
39 div(phi,omega) Gauss limitedLinear 1;
40 div((rho*R)) Gauss linear;
43 div((muEff*dev2(T(grad(U))))) Gauss linear;
49 laplacian(muEff,U) Gauss linear corrected;
50 laplacian(mut,U) Gauss linear corrected;
51 laplacian(DkEff,k) Gauss linear corrected;
52 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
53 laplacian(DREff,R) Gauss linear corrected;
54 laplacian(DomegaEff,omega) Gauss linear corrected;
55 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
56 laplacian(alphaEff,h) Gauss linear corrected;
76 // ************************************************************************* //