Changes between Version 9 and Version 10 of u/erica/2D_Godunov
- Timestamp:
- 08/07/13 15:01:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/2D_Godunov
v9 v10 13 13 Density: 14 14 15 [[Image(rhoInit3d.png, 3 5%)]]15 [[Image(rhoInit3d.png, 30%)]] 16 16 17 17 Velocity: 18 18 19 [[Image(uInit.png, 3 5%)]]19 [[Image(uInit.png, 30%)]] 20 20 21 21 = The essence of split schemes = … … 58 58 = Download the code here = 59 59 60 I 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 60 62 = Results for cylindrical explosion =