1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(alpha) Gauss linear;
32 div(rho*phi,U) Gauss vanLeerV;
33 div(phi,alpha) Gauss vanLeer;
34 div(phirb,alpha) Gauss vanLeer;
39 default Gauss linear corrected;
60 // ************************************************************************* //