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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss upwind;
32 div(phi,T) Gauss upwind;
33 div(phi,k) Gauss upwind;
34 div(phi,epsilon) Gauss upwind;
35 div(phi,R) Gauss upwind;
37 div((nuEff*dev(grad(U).T()))) Gauss linear;
43 laplacian(nuEff,U) Gauss linear corrected;
44 laplacian((1|A(U)),p) Gauss linear corrected;
45 laplacian(kappaEff,T) Gauss linear corrected;
46 laplacian(DkEff,k) Gauss linear corrected;
47 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
48 laplacian(DREff,R) Gauss linear corrected;
67 // ************************************************************************* //