2 /*--------------------------------*- C++ -*----------------------------------*\
4 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
5 | \\ / O peration | Version: 1.4 |
6 | \\ / A nd | Web: http://www.openfoam.org |
7 | \\/ M anipulation | |
8 \*---------------------------------------------------------------------------*/
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 // div(phi,U) Gauss linearUpwind Gauss linear;
33 div(rho*phi,U) Gauss upwind;
35 div(phi,alpha) Gauss vanLeer01;
36 div(phirb,alpha) Gauss interfaceCompression;
37 div(phi,k) Gauss upwind;
38 div(phi,epsilon) Gauss upwind;
39 div(phi,R) Gauss upwind;
41 div(phi,nuTilda) Gauss upwind;
43 div((nuEff*dev(grad(U).T()))) Gauss linear;
48 default Gauss linear limited 0.5;
54 interpolate(HbyA) linear;
73 // ************************************************************************* //