Changes between Version 102 and Version 103 of u/erica/GudonovMethodEuler


Ignore:
Timestamp:
05/08/13 15:28:45 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v102 v103  
    196196[[Image(GodTest4.png, 50%)]]
    197197
    198 It is interesting to see the Godunov method performs quite well for the pressure and velocity, but falls short with density (and hence internal energy, which is a function of density). As I have shown above, we see the development of the structure that is approaching the discontinuous jump in density within the star region of the exact solution. By solving the Riemann problem with the Godunov method over successive time steps, we have smoothed out this region in our discretization of the problem. This must happen when we are inside of the star region *and* there is a discontinuity that occurs in a fluid variable. I can imagine this smoothing happening only within the (global) star region , as outside of that region, the waves have not yet penetrated the surrounding medium. Given the only variable with the potential of not being continuous in this region is density, I imagine the only smoothing we see of sharp peaks in the solution is with density, and any quantities that depend on density. This then supports why we see close agreement with pressure and velocity between methods. 
     198It is interesting to see the Godunov method performs quite well for the pressure and velocity, but falls short with density (and hence internal energy, which is a function of density). As I have shown above, we see the development of the structure that is approaching the discontinuous jump in density within the star region of the exact solution. By solving the Riemann problem with the Godunov method over successive time steps, we have smoothed out this region in our discretization of the problem. This must happen when we are inside of the star region *and* there is a discontinuity that occurs in a fluid variable. I can imagine this smoothing happening only within the (global) star region , as outside of that region, the waves have not yet penetrated the surrounding medium. Given the only variable with the potential of not being continuous in the global star region is density, I imagine the only smoothing we see of sharp peaks in the solution is with density, and any quantities that depend on density. This then supports why we see close agreement with pressure and velocity between methods. 
    199199
    200200=== Why Use One Method Over the Other ===