Ignore:
Timestamp:
Jun 26, 2008, 1:21:05 PM (17 years ago)
Author:
ole
Message:

Retired h-limiter and beta_h as per ticket:194.
All unit tests and validation tests pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/demos/island.py

    r5440 r5442  
    6161print domain.statistics()
    6262
    63 #I tried to introduce this parameter top control the h-limiter,
    64 #but it doesn't remove the 'lapping water'
    65 #NEW (ON): I think it has been fixed (or at least reduced significantly) now
    66 #
    67 # beta_h == 1.0 means that the largest gradients (on h) are allowed
    68 # beta_h == 0.0 means that constant (1st order) gradients are introduced
    69 # on h. This is equivalent to the constant depth used previously.
    70 #domain.beta_h     = 0.5
    71 #domain.beta_w_dry = 0.0
    72 #domain.alpha_balance = 10.0
    73 #domain.minimum_allowed_height = 1.0e-4
    74 #domain.maximum_allowed_speed = 0
    75 #domain.minimum_storable_height = 1.0e-4
    76 
    77 #------------------------
    78 # Combinations with creep
    79 #------------------------
    80 
    81 #domain.maximum_allowed_speed = 0
    82 #domain.beta_h = 0.0
    83 #domain.tight_slope_limiters = 0
    84 
    85 #domain.maximum_allowed_speed = 0
    86 #domain.beta_h = 0.0
    87 #domain.H0 = 0.01
    88 #domain.tight_slope_limiters = 1
    8963
    9064#---------------------------
     
    9266#---------------------------
    9367
    94 #domain.maximum_allowed_speed = 1
    95 #domain.beta_h = 0.0
    96 #domain.tight_slope_limiters = 0
    97 
    9868domain.maximum_allowed_speed = 0
    99 domain.beta_h = 0.0
    10069domain.tight_slope_limiters = True
    10170
Note: See TracChangeset for help on using the changeset viewer.