Changes between Version 3 and Version 4 of u/adebrech/code


Ignore:
Timestamp:
03/15/17 19:18:51 (9 years ago)
Author:
adebrech
Comment:

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) =
    22
    33The 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
     
    1212
    1313with initial conditions
    14 
    1514
    1615{{{#!latex
     
    191190These output files can then be processed by VisIt, Mathematica, etc. to make nice pictures.
    192191
     192View [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
    193194== Deriving the function f and the Newton-Raphson procedure ==
    194195{{{#!comment