CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Difference between Gauss upwind and Gauss upwind grad (U) (https://www.cfd-online.com/Forums/openfoam-solving/227089-difference-between-gauss-upwind-gauss-upwind-grad-u.html)

chandra shekhar pant May 17, 2020 02:01

Difference between Gauss upwind and Gauss upwind grad (U)
 
Dear Foamers,

I was looking at my fvSchemes directory and found that for the divSchemes, some time I am using

Code:

div(rhoPhi,U)      Gauss upwind;
    div(phi,k)          Gauss upwind;

and some times I am using

Code:

div(rhoPhi,U)      Gauss upwind grad(U);
    div(phi,k)          Gauss upwind grad(k);

Is there any difference between these two or both are same?


All times are GMT -4. The time now is 16:40.