1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
33 div(phi,U) Gauss linear;
34 div(phi,h) Gauss linear;
35 div(phiU,p) Gauss linear;
36 div(phi,k) Gauss limitedLinear 1;
37 div(phi,B) Gauss limitedLinear 1;
38 div(phi,muTilda) Gauss limitedLinear 1;
40 div((muEff*dev2(grad(U).T()))) Gauss linear;
46 laplacian(muEff,U) Gauss linear corrected;
47 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
48 laplacian(alphaEff,h) Gauss linear corrected;
49 laplacian(DkEff,k) Gauss linear corrected;
50 laplacian(DBEff,B) Gauss linear corrected;
51 laplacian(DmuTildaEff,muTilda) Gauss linear corrected;
57 interpolate(HbyA) linear;
71 // ************************************************************************* //