1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(phi,U) Gauss limitedLinearV 1;
31 div(phi,k) Gauss limitedLinear 1;
32 div(phi,epsilon) Gauss limitedLinear 1;
33 div(phiAlpha,Alpha) Gauss limitedLinear01 1;
34 div(phiVdj,Vdj) Gauss linear;
40 laplacian(muEff,U) Gauss linear corrected;
41 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
42 laplacian(DkEff,k) Gauss linear corrected;
43 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
44 laplacian(mut,Alpha) Gauss linear corrected;
63 // ************************************************************************* //