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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 grad(p_rgh) Gauss linear;
32 div(phi,U) Gauss upwind;
33 div(phi,T) Gauss upwind;
34 div(phi,k) Gauss upwind;
35 div(phi,epsilon) Gauss upwind;
36 // div(phi,R) Gauss upwind;
37 // div(R) Gauss linear;
38 // div(phi,nuTilda) Gauss upwind;
39 div((nuEff*dev(grad(U).T()))) Gauss linear;
45 laplacian((1|A(U)),p_rgh) Gauss linear uncorrected;
46 laplacian(kappaEff,T) Gauss linear uncorrected;
47 laplacian(gammaRad,G) Gauss linear uncorrected;
48 laplacian(DkEff,k) Gauss linear uncorrected;
49 laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
50 laplacian(nuEff,U) Gauss linear uncorrected;
57 interpolate(kappaEff) linear;
71 // ************************************************************************* //