Ignore:
Timestamp:
Oct 5, 2006, 8:50:08 PM (18 years ago)
Author:
steve
Message:

Changed beta defaults to allow more limiting at wet/dry interface

File:
1 edited

Legend:

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

    r3689 r3704  
    7070#
    7171#Good values are:
    72 beta_w      = 0.9
    73 beta_w_dry  = 0.9
    74 beta_uh     = 0.9
    75 beta_uh_dry = 0.9
    76 beta_vh     = 0.9
    77 beta_vh_dry = 0.9
    78 beta_h      = 0.2
     72
    7973
    8074# I think these are better SR but they conflict with the unit tests!
    81 # beta_w      = 1.0
    82 # beta_w_dry  = 0.2
    83 # beta_uh     = 1.0
    84 # beta_uh_dry = 0.2
    85 # beta_vh     = 1.0
    86 # beta_vh_dry = 0.2
    87 # beta_h      = 0.2
     75beta_w      = 1.0
     76beta_w_dry  = 0.2
     77beta_uh     = 1.0
     78beta_uh_dry = 0.2
     79beta_vh     = 1.0
     80beta_vh_dry = 0.2
     81beta_h      = 0.2
    8882
    8983
Note: See TracChangeset for help on using the changeset viewer.