1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.7.1 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(gamma) Gauss linear;
32 div(rho*phi,U) Gauss upwind;
33 div(phi,alpha) Gauss vanLeer;
34 div(phirb,alpha) Gauss interfaceCompression;
39 default Gauss linear corrected;
61 // ************************************************************************* //