1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(Urel) Gauss linear;
33 div(phi,Urel) Gauss upwind;
34 div(phi,k) Gauss upwind;
35 div(phi,epsilon) Gauss upwind;
36 div(phi,omega) Gauss upwind;
37 div(phi,R) Gauss upwind;
39 div(phi,nuTilda) Gauss upwind;
40 div((nuEff*dev(T(grad(Urel))))) Gauss linear;
46 laplacian(nuEff,Urel) Gauss linear corrected;
47 laplacian((1|A(Urel)),p) Gauss linear corrected;
48 laplacian(DkEff,k) Gauss linear corrected;
49 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
50 laplacian(DomegaEff,omega) Gauss linear corrected;
51 laplacian(DREff,R) Gauss linear corrected;
52 laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
58 interpolate(Urel) linear;
73 // ************************************************************************* //