1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.5 |
5 | \\ / A nd | Web: http://www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss {{{ComboBox: U convection scheme: (1st order upwind, upwind), (2nd order upwind, linearUpwind Gauss), (central, limitedLinearV 1): linearUpwind Gauss}}};
33 div(phi,h) Gauss {{{ComboBox: h convection scheme: (1st order upwind, upwind), (2nd order upwind, linearUpwind Gauss), (central, limitedLinear 1): linearUpwind Gauss}}};
34 div(phi,k) Gauss {{{ComboBox: k convection scheme: (1st order upwind, upwind), (2nd order upwind, linearUpwind Gauss), (central, limitedLinear 1): upwind}}};
35 div(phi,epsilon) Gauss {{{ComboBox: epsilon convection scheme: (1st order upwind, upwind), (2nd order upwind, linearUpwind Gauss), (central, limitedLinear 1): upwind}}};
36 div(phi,omega) Gauss {{{ComboBox: omega convection scheme: (1st order upwind, upwind), (2nd order upwind, linearUpwind Gauss), (central, limitedLinear 1): upwind}}};
37 div((nuEff*dev(grad(U).T()))) Gauss linear;
38 div((muEff*dev2(grad(U).T()))) Gauss linear;
39 div(U,p) Gauss linearUpwind Gauss;
45 laplacian(nuEff,U) Gauss linear corrected;
46 laplacian(muEff,U) Gauss linear corrected;
47 laplacian(alphaEff,h) Gauss linear corrected;
48 laplacian((1|A(U)),p) Gauss linear corrected;
49 laplacian(DkEff,k) Gauss linear corrected;
50 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
51 laplacian(DomegaEff,omega) Gauss linear corrected;
52 laplacian(DREff,R) Gauss linear corrected;
53 laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
54 laplacian(1,p) Gauss linear corrected;
55 laplacian((rho|A(U)),p) Gauss linear corrected;
56 laplacian((rho*(1|A(U))),p) Gauss linear corrected;
62 interpolate(U) linear;
76 // ************************************************************************* //