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,taufirst) Gauss Minmod; //upwind;
35 div(phi,tausecond) Gauss Minmod; //upwind;
36 div(phi,tauthird) Gauss Minmod; //upwind;
37 div(phi,taufourth) Gauss Minmod; //upwind;
39 div(tau) Gauss linear;
45 laplacian(etaPEff,U) Gauss linear corrected;
46 laplacian(etaPEff+etaS,U) Gauss linear corrected;
47 laplacian((1|A(U)),p) Gauss linear corrected;
53 interpolate(HbyA) linear;
67 // ************************************************************************* //