1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss upwind;
32 div(phiU,p) Gauss upwind;
33 div(phi,k) Gauss vanLeer;
34 div(phiXi,Xi) Gauss vanLeer01;
35 div(phiXi,Su) Gauss vanLeer01;
36 div(phiSt,b) Gauss vanLeer01;
37 div(phi,ft_b_h_hu) Gauss multivariateSelection
45 div((Su*grad(b))) Gauss linear;
46 div((U+((Su*Xi)*grad(b)))) Gauss linear;
47 div((muEff*dev2(grad(U).T()))) Gauss linear;
53 laplacian(muEff,U) Gauss linear corrected;
54 laplacian(DkEff,k) Gauss linear corrected;
55 laplacian(DBEff,B) Gauss linear corrected;
56 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
57 laplacian(alphaEff,b) Gauss linear corrected;
58 laplacian(alphaEff,ft) Gauss linear corrected;
59 laplacian(alphaEff,h) Gauss linear corrected;
60 laplacian(alphaEff,hu) Gauss linear corrected;
79 // ************************************************************************* //