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,Urel) steadyState;
22 ddt(rho,i) steadyState;
23 ddt(psi,p) steadyInertial phi rho 0.25;
25 ddt(rho,k) steadyState;
26 ddt(rho,epsilon) steadyState;
41 div(phi,Urel) Gauss upwind;
42 div(phi,i) Gauss upwind;
43 div(phid,p) Gauss upwind;
45 div(phi,k) Gauss upwind;
46 div(phi,epsilon) Gauss upwind;
47 div((muEff*dev2(grad(Urel).T()))) Gauss linear;
49 div(U,p) Gauss linear;
55 default Gauss linear corrected;
74 // ************************************************************************* //