Changes between Version 9 and Version 10 of u/erica/2D_Godunov


Ignore:
Timestamp:
08/07/13 15:01:06 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/2D_Godunov

    v9 v10  
    1313Density:
    1414
    15 [[Image(rhoInit3d.png, 35%)]]
     15[[Image(rhoInit3d.png, 30%)]]
    1616
    1717Velocity:
    1818
    19 [[Image(uInit.png, 35%)]]
     19[[Image(uInit.png, 30%)]]
    2020
    2121= The essence of split schemes =
     
    5858= Download the code here =
    5959
     60I followed Toro chapter 16 in writing this code. A previous blog post on coding nuances can be found [https://astrobear.pas.rochester.edu/trac/astrobear/blog/erica08052013 here]. The mathematica notebook I used for these plots is located at erica@crunch:~/Coding_Project/multidimensional. Here are downloadable versions of the [http://www.pas.rochester.edu/~erica/2DGODEUL.f90.text code], [http://www.pas.rochester.edu/~erica/2Dsolver.f90.text module], and [http://www.pas.rochester.edu/~erica/2DGodEulproblem.data.text data file].
     61
    6062= Results for cylindrical explosion =