1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss Minmod; //upwind;
34 div(phi,Sfirst) Gauss Minmod; //upwind;
35 div(phi,Ssecond) Gauss Minmod; //upwind;
36 div(phi,Sthird) Gauss Minmod; //upwind;
37 div(phi,Sfourth) Gauss Minmod; //upwind;
39 div(phi,Lambdafirst) Gauss Minmod; //upwind;
40 div(phi,Lambdasecond) Gauss Minmod; //upwind;
41 div(phi,Lambdathird) Gauss Minmod; //upwind;
42 div(phi,Lambdafourth) Gauss Minmod; //upwind;
44 div(tau) Gauss linear;
50 laplacian(etaPEff,U) Gauss linear corrected;
51 laplacian(etaPEff+etaS,U) Gauss linear corrected;
52 laplacian((1|A(U)),p) Gauss linear corrected;
58 interpolate(HbyA) linear;
72 // ************************************************************************* //