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 linearUpwind leastSquares;
37 laplacian(nu,U) Gauss linear corrected;
38 laplacian((1|A(U)),p) Gauss linear corrected;
44 interpolate(U) linear;
58 // ************************************************************************* //