1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss upwind; //limitedLinearV 1; //upwind;
33 div((muEff*dev2(T(grad(U))))) Gauss linear;
34 div(phi,h) Gauss upwind; //limitedLinear 1; //upwind;
35 div(phi,epsilon) Gauss upwind;
36 div(phi,k) Gauss upwind;
38 div(phid,p) Gauss upwind;
39 div(U,p) Gauss linear;
44 default Gauss linear corrected;
50 interpolate(rho) linear;
52 interpolate((psi*U)) linear;
53 interpolate(U) linear;
55 interpolate(p) linear;
56 interpolate(((rho|(A(U)-H(1)))-(rho|A(U)))) linear;
71 // ************************************************************************* //