Changeset 5442 for anuga_core/source/anuga/config.py
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/config.py
r5441 r5442 52 52 # 1'st order extrapolations. 53 53 # 54 # Large values of beta_h may cause simulations to require more timesteps55 # as surface will 'hug' closer to the bed.56 # Small values of beta_h will make code faster, but one may experience57 # artificial momenta caused by discontinuities in water depths in58 # the presence of steep slopes. One example of this would be59 # stationary water 'lapping' upwards to a higher point on the coast.60 #61 # NOTE (Ole): I believe this was addressed with the introduction of62 # tight_slope_limiters. I wish to retire the beta_? parameters.63 # Can you please let me know if you disagree?64 54 65 # There are separate betas for the w, uh, vh andh limiters55 # There are separate betas for the w, uh, and vh limiters 66 56 # I think these are better SR but they conflict with the unit tests! 67 57 beta_w = 1.0 … … 71 61 beta_vh = 1.0 72 62 beta_vh_dry = 0.2 73 74 # beta_h can be safely put to zero esp if we are using75 # tight_slope_limiters = 1. This will76 # also speed things up in general77 beta_h = 0.078 63 79 64
Note: See TracChangeset
for help on using the changeset viewer.