Changes between Version 34 and Version 35 of u/erica/ExactRiemannSolver
- Timestamp:
- 04/30/13 13:52:31 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/ExactRiemannSolver
v34 v35 9 9 10 10 === Exact Riemann Solver === 11 Attached [http://www.pas.rochester.edu/~erica/ solver.f90 here] is the Exact RS program I wrote. It reproduces the results for the Toro tests, as can be seen in the next section. The program is broken up into the following routines:11 Attached [http://www.pas.rochester.edu/~erica/ExactRS.f90 here] is the Exact RS program I wrote. It reproduces the results for the Toro tests, as can be seen in the next section. The program is broken up into the following routines: 12 12 13 13 1. Estimate an initial starting P*. This subroutine was taken from Toro almost exactly, as I have not yet covered the details for approximation methods in my studies. Once this P* is found, it is fed into the !FindPstar routine, whereby a Newton Rhapson iteration method corrects this P* until it converges.