AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
506 stars 337 forks source link

Could you please provide some references about the godnuove schemem used in the AmrCore tutorials? #3868

Closed ztdepztdep closed 2 months ago

ztdepztdep commented 3 months ago

I cann't understand what is the godnuve schemem for the convection term? could you please help me out?

zingale commented 3 months ago

can you be more specific? which tutorial exactly?

q86091483 commented 3 months ago

@ztdepztdep r You can read Eleuterio F. Toro's "Riemann Solvers and Numerical Methods for Fluid Dynamics", chapter 4-5, which introduces Godunov scheme nicely.

zingale commented 3 months ago

I have some notes on these methods that I wrote for my students here: https://open-astrophysics-bookshelf.github.io/numerical_exercises/

ztdepztdep commented 3 months ago

I have some notes on these methods that I wrote for my students here: https://open-astrophysics-bookshelf.github.io/numerical_exercises/

ok, great books. thank you very much. I have many experience in incompressible flow computation with minmod and muscl scheme , could you please give me some instruction about what is the difference between th3ee Riemann solver and those tvd schemes. what is its advantages.