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 cellLimited Gauss linear 1.0;
32 div(phi,alpha) Gauss vanLeer01;
33 div(phirb,alpha) Gauss interfaceCompression;
34 div(phi,k) Gauss upwind;
35 div(phi,epsilon) Gauss upwind;
37 div((nuEff*dev(grad(U).T()))) Gauss linear;
42 default Gauss linear corrected;
66 // ************************************************************************* //