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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss limitedLinearV 1;
33 div(phi,k) Gauss limitedLinear 1;
34 div(phi,epsilon) Gauss limitedLinear 1;
35 div((nuEff*dev(grad(U).T()))) Gauss linear;
41 laplacian(nuEff,U) Gauss linear corrected;
42 laplacian((1|A(U)),p) Gauss linear corrected;
43 laplacian(DkEff,k) Gauss linear corrected;
44 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
50 interpolate(U) linear;
64 // ************************************************************************* //