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 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
34 div(phi,U) Gauss upwind; //GammaV 0.5;
36 div(phi,taufirst) Gauss upwind; //Gamma 0.5;
37 div(phi,tausecond) Gauss upwind; //Gamma 0.5;
38 div(phi,tauthird) Gauss upwind; //Gamma 0.5;
39 div(phi,taufourth) Gauss upwind; //Gamma 0.5;
40 div(phi,taufifth) Gauss upwind; //Gamma 0.5;
41 div(phi,tausixth) Gauss upwind; //Gamma 0.5;
43 div(tau) Gauss linear;
49 laplacian(etaPEff,U) Gauss linear corrected;
50 laplacian(etaPEff+etaS,U) Gauss linear corrected;
51 laplacian((1|A(U)),p) Gauss linear corrected;
57 interpolate(HbyA) linear;
71 // ************************************************************************* //