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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss limitedLinearV 1;
33 div(phid,p) Gauss limitedLinear 1;
39 laplacian(mu,U) Gauss linear corrected;
40 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
59 // ************************************************************************* //