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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 ddt(rho,U) steadyState;
22 ddt(rho,h) steadyState;
23 ddt(psi,p) steadyInertial phi rho 0.5;
39 div(phi,U) Gauss upwind;
40 // div(phi,U) Gauss linearUpwind faceLimited Gauss linear 1.0;
41 // div(phi,U) Gauss vanLeerDC;
43 div(phi,h) Gauss upwind;
44 // div(phi,h) Gauss vanLeerDC;
46 div(phid,p) Gauss upwind;
47 // div(phid,p) Gauss vanLeerDC;
49 div(phi,k) Gauss upwind;
50 div(phi,epsilon) Gauss upwind;
51 div((muEff*dev2(grad(U).T()))) Gauss linear;
53 div(U,p) Gauss linear;
60 default Gauss linear corrected;
79 // ************************************************************************* //