1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss upwind;
32 // div(phi,U) Gauss linearUpwind Gauss linear;
33 // div(phi,U) Gauss vanLeerDC;
39 laplacian(nu,U) Gauss linear corrected;
40 laplacian((1|A(U)),p) Gauss linear corrected;
42 laplacian(1,p) Gauss linear corrected;
48 interpolate(HbyA) linear;
61 // ************************************************************************* //