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 limitedLinearV 1;
34 div(phi,Yi_h) Gauss limitedLinear01 1;
35 div(phi,hs) Gauss limitedLinear 1;
36 div(phiU,p) Gauss limitedLinear 1;
37 div(phid,p) Gauss limitedLinear 1;
38 div(phi,epsilon) Gauss limitedLinear 1;
39 div(phi,k) Gauss limitedLinear 1;
40 div((muEff*dev2(grad(U).T()))) Gauss linear;
45 default Gauss linear uncorrected;
46 laplacian(muEff,U) Gauss linear uncorrected;
47 laplacian(mut,U) Gauss linear uncorrected;
48 laplacian(DkEff,k) Gauss linear uncorrected;
49 laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
50 laplacian((rho*(1|A(U))),p) Gauss linear uncorrected;
51 laplacian(alphaEff,hs) Gauss linear uncorrected;
70 // ************************************************************************* //