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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss GammaVDC 0.5;
32 div(phiNet,U) Gauss GammaVDC 0.5;
38 laplacian(mu,U) Gauss linear corrected;
39 laplacian((1|A(U)),p) Gauss linear corrected;
40 laplacian((1|interpolate(A(U))),p) Gauss linear corrected;
46 interpolate(HbyA) linear;
59 // ************************************************************************* //