1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(rho*phi,U) Gauss vanLeerV;
31 div(phi,alpha) Gauss vanLeer;
32 div(phirb,alpha) Gauss vanLeer;
37 default Gauss linear corrected;
59 // ************************************************************************* //