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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss linear;
37 laplacian(nu,U) Gauss linear corrected;
38 laplacian((1|A(U)),p) Gauss linear corrected;
44 interpolate(HbyA) linear;
60 default areaAveraging;
65 // ************************************************************************* //