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,tau) Gauss upwind; //Gamma 0.5;
38 div(tau) Gauss linear;
44 laplacian(etaPEff,U) Gauss linear corrected;
45 laplacian(etaPEff+etaS,U) Gauss linear corrected;
46 laplacian((1|A(U)),p) Gauss linear corrected;
52 interpolate(HbyA) linear;
66 // ************************************************************************* //