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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
26 grad(Urel) Gauss linear;
32 div(phi,Urel) Gauss upwind;
33 div(phi,k) Gauss upwind;
34 div(phi,epsilon) Gauss upwind;
35 div(phi,omega) Gauss upwind;
36 div(phi,R) Gauss upwind;
38 div(phi,nuTilda) Gauss upwind;
39 div((nuEff*dev(grad(Urel).T()))) Gauss linear;
45 laplacian(nuEff,Urel) Gauss linear corrected;
46 laplacian((1|A(Urel)),p) Gauss linear corrected;
47 laplacian(DkEff,k) Gauss linear corrected;
48 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
49 laplacian(DomegaEff,omega) Gauss linear corrected;
50 laplacian(DREff,R) Gauss linear corrected;
51 laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
57 interpolate(Urel) linear;
71 // ************************************************************************* //