Changes between Version 58 and Version 59 of u/erica/GudonovMethodEuler


Ignore:
Timestamp:
05/07/13 11:00:50 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v58 v59  
    119119  iii. Call !GetFluxes -- This SR sets up the local Riemann Problem (LRP) and solves it exactly to get rho(x/t), u(x/t), P(x/t) at x/t = 0 (see above explanation of sampling routine). This is the most complicated structure of the program. A schematic of the loop is as follows:
    120120[[Image(LoopSR.png, 35%)]]
    121   i. Begin loop again for n+1 step.
     121  i. Call Update -- Updates cells using flux computed in previous step
     122  i. Call Output -- Write quantities to file
     123  i. Begin loop again for n+1 time step.
    122124'''
    123125