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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
33 div(phi,U) Gauss upwind;
34 div(phi,tau) Gauss upwind;
35 div(tau) Gauss linear;
41 laplacian(etaPEff,U) Gauss linear corrected;
42 laplacian(etaPEff+etaS,U) Gauss linear corrected;
43 laplacian((1|A(U)),p) Gauss linear corrected;
49 interpolate(HbyA) linear;
63 // ************************************************************************* //