1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.4 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss linearUpwind Gauss linear;
33 div(phi,alpha) Gauss vanLeer01;
34 div(phirb,alpha) Gauss interfaceCompression;
35 div(phi,k) Gauss upwind;
36 div(phi,epsilon) Gauss upwind;
37 div(phi,R) Gauss upwind;
39 div(phi,nuTilda) Gauss upwind;
41 div((nuEff*dev(grad(U).T()))) Gauss linear;
46 default Gauss linear limited 0.5;
52 interpolate(HbyA) linear;
71 // ************************************************************************* //