1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
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;
60 // ************************************************************************* //