Changeset 5442 for anuga_work/development/demos
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/demos/island.py
r5440 r5442 61 61 print domain.statistics() 62 62 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) now66 #67 # beta_h == 1.0 means that the largest gradients (on h) are allowed68 # beta_h == 0.0 means that constant (1st order) gradients are introduced69 # on h. This is equivalent to the constant depth used previously.70 #domain.beta_h = 0.571 #domain.beta_w_dry = 0.072 #domain.alpha_balance = 10.073 #domain.minimum_allowed_height = 1.0e-474 #domain.maximum_allowed_speed = 075 #domain.minimum_storable_height = 1.0e-476 77 #------------------------78 # Combinations with creep79 #------------------------80 81 #domain.maximum_allowed_speed = 082 #domain.beta_h = 0.083 #domain.tight_slope_limiters = 084 85 #domain.maximum_allowed_speed = 086 #domain.beta_h = 0.087 #domain.H0 = 0.0188 #domain.tight_slope_limiters = 189 63 90 64 #--------------------------- … … 92 66 #--------------------------- 93 67 94 #domain.maximum_allowed_speed = 195 #domain.beta_h = 0.096 #domain.tight_slope_limiters = 097 98 68 domain.maximum_allowed_speed = 0 99 domain.beta_h = 0.0100 69 domain.tight_slope_limiters = True 101 70
Note: See TracChangeset
for help on using the changeset viewer.