Ignore:
Timestamp:
Mar 11, 2008, 8:43:22 PM (17 years ago)
Author:
steve
Message:

Updated some methods for quantity. Looks like we can use old
limiting system with larger values of beta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r4837 r5162  
    100100#timestepping_method = 'rk2'   # 2nd Order TVD scheme
    101101
     102# rk2 is a little more stable than euler, so rk2 timestepping
     103# can deal with a larger beta when slope limiting the reconstructed
     104# solution. The large beta is needed if solving problems sensitive
     105# to numerical diffusion, like a small forced wave in an ocean
     106beta_euler = 1.0
     107beta_rk2   = 1.6
     108
     109
     110
    102111# Option to search for signatures where isolated triangles are
    103112# responsible for a small global timestep.
Note: See TracChangeset for help on using the changeset viewer.