Changes between Version 36 and Version 37 of u/erica/MusclHancock


Ignore:
Timestamp:
06/18/13 13:11:04 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/MusclHancock

    v36 v37  
    9999 
    100100
    101 At this point, we are left with a higher order accurate code, but not one that is free of spurious oscillations near large gradients. To circumvent this, we need to add a TVD measure. There are some different ways of doing this, i.e. limited slopes, flux-limiters, and slope limiters. Here we focus on slope limiters.
    102 
    103 = Slope Limiters =
    104 
    105 = Algorithm Outline =
     101At this point, we are left with a higher order accurate code, but not one that is free of spurious oscillations near large gradients. To circumvent this, we need to add a TVD measure. There are some different ways of doing this, i.e. limited slopes, flux-limiters, and slope limiters. Using one of these methods, you would replace the slope function in steps 1 and 2 with a TVD version of the slope. This leads to a scheme that is both higher order accurate as well as minimizes spurious oscillations.
    106102
    107103= Results =