Questions about convection schemes
Posted: Thu Jun 18, 2026 8:40 am
Dear Yvan,
What is the difference between the SOLU centered gradient and SOLU upwind gradient ?
To my knowledge (from how it's done under OpenFOAM) :
There is by default a slope test that is enabled by default :
What is the difference between the SOLU centered gradient and SOLU upwind gradient ?
To my knowledge (from how it's done under OpenFOAM) :
- we add to the implicit upwind scheme an explicit correction to the form "Grad(phi) \cdot Pf".
- The gradient is a cell centered value (Gauss or LS). The cell choice depends on the sign of flux : we choose the upwind cell and the distance Pf is calculated from this cell to the face center
There is by default a slope test that is enabled by default :
- What is this slope test and how the limiter is calculated ? Have you any reference ?
- How does it work with SOLU scheme ?
- Should we turn off the limiter with SOLU as we could add excessive dissipation ?
- How does it work with centered scheme ?