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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss upwind;
33 div(phiU,p) Gauss upwind;
34 div(phi,h) Gauss upwind;
35 div(phi,k) Gauss upwind;
36 div(phi,epsilon) Gauss upwind;
38 div((muEff*dev2(T(grad(U))))) Gauss linear;
39 div(phi,Yi_hs) Gauss upwind;
44 default Gauss linear uncorrected;
65 // ************************************************************************* //