Ignore:
Timestamp:
Oct 17, 2006, 6:31:00 PM (17 years ago)
Author:
ole
Message:

Updated default maximum_allowed_speed according to findings from the okushiri example and
fixed one test up.

File:
1 edited

Legend:

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

    r3737 r3819  
    109109#Specific to shallow water W.E.
    110110minimum_allowed_height = 1.0e-3 #Water depth below which it is considered to be 0 in the model
    111 maximum_allowed_speed = 100.0 #Maximal particle speed of water
     111
     112maximum_allowed_speed = 1.0 # Maximal particle speed of water
     113                            # Too large (100) creates 'flopping' water
     114                            # Too small (0) creates 'creep'
     115
    112116
    113117minimum_storable_height = 1.0e-5 #Water depth below which it is *stored* as 0
Note: See TracChangeset for help on using the changeset viewer.