1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.4 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
39 div(phi,U) Gauss linear;
45 laplacian(nu,U) Gauss linear corrected;
46 laplacian(rAU,pcorr) Gauss linear corrected;
47 laplacian(rAU,p) Gauss linear corrected;
53 interpolate(HbyA) linear;
54 interpolate(1|A) linear;
70 // ************************************************************************* //