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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss upwind;
33 div((muEff*dev2(grad(U).T()))) Gauss linear;
34 div(phi,h) Gauss upwind;
35 div(phi,epsilon) Gauss upwind;
36 div(phi,k) Gauss upwind;
37 div(phid,p) Gauss linear;
42 laplacian(muEff,U) Gauss linear corrected;
43 laplacian(alphaEff,h) Gauss linear corrected;
44 laplacian((rho*rAU),p) Gauss linear corrected;
45 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
46 laplacian(DkEff,k) Gauss linear corrected;
47 laplacian(1,p) Gauss linear corrected;
67 // ************************************************************************* //