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 upwind;
33 div(phid,p) Gauss upwind;
34 div(phiU,p) Gauss linear;
35 div(phi,hs) Gauss upwind;
36 div(phi,k) Gauss upwind;
37 div(phi,epsilon) Gauss upwind;
39 div((muEff*dev2(T(grad(U))))) Gauss linear;
40 div(phi,Yi_h) Gauss upwind;
45 default Gauss linear corrected;
46 laplacian(muEff,U) Gauss linear corrected;
47 laplacian(mut,U) Gauss linear corrected;
48 laplacian(DkEff,k) Gauss linear corrected;
49 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
50 laplacian(DREff,R) Gauss linear corrected;
51 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
52 laplacian(alphaEff,hs) Gauss linear corrected;
72 // ************************************************************************* //