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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 // grad(U) cellLimited Gauss linear 1;
33 div(phi,U) Gauss linearUpwindV Gauss linear;
34 div(phi,k) Gauss upwind;
35 div(phi,omega) Gauss upwind;
36 div((nuEff*dev(grad(U).T()))) Gauss linear;
41 default Gauss linear corrected;
42 // default Gauss linear limited 0.5;
43 // default Gauss linear limited 0.333;
49 interpolate(U) linear;
63 // ************************************************************************* //