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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss limitedLinearV 1;
32 div(phi,h) Gauss limitedLinear 1;
33 div(phi,k) Gauss limitedLinear 1;
34 div(phi,epsilon) Gauss limitedLinear 1;
35 div((muEff*dev2(grad(U).T()))) Gauss linear;
36 div(phiU,p) Gauss linear;
42 laplacian(muEff,U) Gauss linear corrected;
43 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
44 laplacian(alphaEff,h) Gauss linear corrected;
45 laplacian(DkEff,k) Gauss linear corrected;
46 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
52 interpolate(U) linear;
66 // ************************************************************************* //