Changeset 3704 for anuga_core/source/anuga/config.py
- Timestamp:
- Oct 5, 2006, 8:50:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r3689 r3704 70 70 # 71 71 #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 79 73 80 74 # I think these are better SR but they conflict with the unit tests! 81 #beta_w = 1.082 #beta_w_dry = 0.283 #beta_uh = 1.084 #beta_uh_dry = 0.285 #beta_vh = 1.086 #beta_vh_dry = 0.287 #beta_h = 0.275 beta_w = 1.0 76 beta_w_dry = 0.2 77 beta_uh = 1.0 78 beta_uh_dry = 0.2 79 beta_vh = 1.0 80 beta_vh_dry = 0.2 81 beta_h = 0.2 88 82 89 83
Note: See TracChangeset
for help on using the changeset viewer.