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