Changes between Version 48 and Version 49 of u/erica/GudonovMethodEuler
- Timestamp:
- 05/07/13 10:02:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v48 v49 116 116 {{{ 117 117 i. Call Bcond -- Boundary condition SR that sets left and right ghost zones to adjacent physical cells (recall boundary conditions are set to 118 119 118 transmissive). 120 119 ii. Call CFLcond -- Computes timestep using cfl coeff and max speed, where the max speed is also computed in this SR. 121 120 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 122 123 121 (see above explanation of sampling routine). This is the most complicated structure of the program. 124 122