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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,rho) Gauss upwind;
33 div(phi,U) Gauss linearUpwind Gauss linear;
34 div(phiU,p) Gauss linear;
35 div(phid,p) Gauss upwind;
36 div(phi,k) Gauss upwind;
37 div(phi,epsilon) Gauss upwind;
38 div(phi,Yi_h) Gauss vanLeer;
39 div(phi,fu_ft_h) Gauss multivariateSelection
45 div((muEff*dev2(grad(U).T()))) Gauss linear;
50 default Gauss linear corrected;
51 laplacian(muEff,U) Gauss linear corrected;
52 laplacian(muEff,ft) Gauss linear corrected;
53 laplacian(muEff,fu) Gauss linear corrected;
54 laplacian(((alphah*mut)+alpha),hs) Gauss linear corrected;
55 laplacian((rho|A(U)),p) Gauss linear corrected;
56 laplacian(rhoD,k) Gauss linear corrected;
57 laplacian(rhoD,epsilon) Gauss linear corrected;
63 interpolate(HbyA) linear;
77 // ************************************************************************* //