Changeset 5442 for anuga_work/development/Rudy_vandrie_2007
- Timestamp:
- Jun 26, 2008, 1:21:05 PM (17 years ago)
- Location:
- anuga_work/development/Rudy_vandrie_2007
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Rudy_vandrie_2007/run_example.py
r4631 r5442 56 56 domain.set_all_limiters(0.9) # Max second order scheme (old lim) 57 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 58 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK)59 58 60 # New slope limiter and first order h-limiter61 # (this in planned to be the default!)62 domain.beta_h = 0.063 domain.tight_slope_limiters = 064 59 65 60 #------------------------- -
anuga_work/development/Rudy_vandrie_2007/run_hydro_example.py
r4631 r5442 30 30 domain.set_name('hydro_example') # Output name 31 31 domain.set_minimum_storable_height(0.0001) 32 domain.beta_h = 0.0 33 domain.tight_slope_limiters = 1 32 34 33 35 34
Note: See TracChangeset
for help on using the changeset viewer.