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;
32 div(rho*phi,U) Gauss upwind;
34 div(phi,alpha) Gauss vanLeer01;
35 div(phirb,alpha) Gauss interfaceCompression;
36 div(phi,k) Gauss upwind;
37 div(phi,epsilon) Gauss upwind;
40 div((nuEff*dev(grad(U).T()))) Gauss linear;
45 default Gauss linear limited 0.5;
51 interpolate(HbyA) linear;
70 // ************************************************************************* //