1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 //default CoEuler phi rho 0.1;
26 // grad(U) cellLimited Gauss linear 1;
32 div(phi,U) Gauss upwind;
33 div(phiU,p) Gauss upwind;
34 div(phi,h) Gauss upwind;
35 div(phi,k) Gauss upwind;
36 div(phi,epsilon) Gauss upwind;
37 div(phi,R) Gauss upwind;
39 div((muEff*dev2(grad(U).T()))) Gauss linear;
45 laplacian(muEff,U) Gauss linear limited 0.333;
46 laplacian((rho*(1|A(U))),pd) Gauss linear limited 0.333;
47 laplacian((rho*(1|A(U))),p) Gauss linear limited 0.333;
48 laplacian(alphaEff,h) Gauss linear limited 0.333;
49 laplacian(DkEff,k) Gauss linear limited 0.333;
50 laplacian(DepsilonEff,epsilon) Gauss linear limited 0.333;
51 laplacian(DREff,R) Gauss linear limited 0.333;
61 default limited 0.333;
70 // ************************************************************************* //