Changes between Version 3 and Version 4 of u/adebrech/code
- Timestamp:
- 03/15/17 19:18:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code
v3 v4 1 = Exact Riemann Solver(no vacuum) =1 = [attachment:ExactSolver.tar Exact Riemann Solver] (no vacuum) = 2 2 3 3 The Riemann problem is the solution of a system of hyperbolic conservation laws (in our case the Euler equations). This solver assumes two one-dimensional ideal gases separated at the origin x=0, with initial densities, velocities, and pressures given as input. It gives a solution to the set of equations … … 12 12 13 13 with initial conditions 14 15 14 16 15 {{{#!latex … … 191 190 These output files can then be processed by VisIt, Mathematica, etc. to make nice pictures. 192 191 192 View [http://www.pas.rochester.edu/~adebrech/code/ online], or download [attachment:test1.mp4 1], [attachment:test2.mp4 2], [attachment:test3.mp4 3], [attachment:test4.mp4 4], [attachment:test5.mp4 5] 193 193 194 == Deriving the function f and the Newton-Raphson procedure == 194 195 {{{#!comment