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(rho,h) steadyInertial phi rho 1;
24 ddt(psi,p) steadyInertial phi rho 1;
39 // div(phi,U) Gauss upwind;
40 // div(phi,h) Gauss upwind;
41 // div(phid,p) Gauss upwind;
43 div(phi,U) Gauss vanLeerDC;
44 div(phi,h) Gauss vanLeerDC;
45 div(phid,p) Gauss vanLeer;
47 div(U,p) Gauss linear;
49 div(phi,k) Gauss upwind;
50 div(phi,epsilon) Gauss upwind;
51 div((muEff*dev2(grad(U).T()))) Gauss linear;
56 default Gauss linear corrected;
75 // ************************************************************************* //