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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 default cellLimited Gauss linear 1;
31 div(phi,U) Gauss vanLeer;
32 div(phid,p) Gauss vanLeer;
33 div(phi,e) Gauss vanLeer;
34 div(phiU,p) Gauss vanLeer;
35 div((muEff*dev2(grad(U).T()))) Gauss linear;
37 div(interpolate(rho),U) Gauss linear;
42 default Gauss linear corrected;
61 // ************************************************************************* //