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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34 div(phi,U) Gauss upwind; //GammaV 0.5;
36 div(phi,Sfirst) Gauss upwind; //Gamma 0.5;
37 div(phi,Ssecond) Gauss upwind; //Gamma 0.5;
38 div(phi,Sthird) Gauss upwind; //Gamma 0.5;
39 div(phi,Sfourth) Gauss upwind; //Gamma 0.5;
40 div(phi,Sfifth) Gauss upwind; //Gamma 0.5;
41 div(phi,Ssixth) Gauss upwind; //Gamma 0.5;
43 div(phi,Lambdafirst) Gauss upwind; //Gamma 0.5;
44 div(phi,Lambdasecond) Gauss upwind; //Gamma 0.5;
45 div(phi,Lambdathird) Gauss upwind; //Gamma 0.5;
46 div(phi,Lambdafourth) Gauss upwind; //Gamma 0.5;
47 div(phi,Lambdafifth) Gauss upwind; //Gamma 0.5;
48 div(phi,Lambdasixth) Gauss upwind; //Gamma 0.5;
50 div(tau) Gauss linear;
56 laplacian(etaPEff,U) Gauss linear corrected;
57 laplacian(etaPEff+etaS,U) Gauss linear corrected;
58 laplacian((1|A(U)),p) Gauss linear corrected;
64 interpolate(HbyA) linear;
78 // ************************************************************************* //