MatthewGrim / CFD_Codes

4 stars 4 forks source link

Implement and Test a Godunov Finite Volume Scheme in 1D #2

Closed MatthewGrim closed 8 years ago

MatthewGrim commented 8 years ago

This issue documents work to implement a simple first order finite volume scheme, against analytic solutions. This is an academic exercise to further my understanding of the implementation of finite volume schemes.

The issue will follow work in E. Toro, validating the scheme against simple analytic problems - either Burger's equation or the Sod problems, for which the analytic solution has been generated in #1.

MatthewGrim commented 8 years ago

Closed - Scheme is working and tested against analytic solver with Toro Chapter 6 Problem cases