Changeset 3801 for anuga_validation
- Timestamp:
- Oct 16, 2006, 5:56:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/run_okushiri.py
r3789 r3801 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_as2005_with_mxspd= 0')41 domain.set_name('okushiri_as2005_with_mxspd=1') 42 42 domain.set_default_order(2) 43 43 domain.set_minimum_storable_height(0.001) 44 44 domain.set_maximum_allowed_speed(0) # The default in August 2005 45 domain.set_maximum_allowed_speed(1) # Allow a little runoff 45 46 46 47
Note: See TracChangeset
for help on using the changeset viewer.