Changeset 4355 for anuga_validation
- Timestamp:
- Apr 4, 2007, 8:29:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r4352 r4355 58 58 domain.set_maximum_allowed_speed(0.1) # Allow a little runoff (0.1 is OK) 59 59 60 # domain.H0=0 61 62 # Try this, (and comment H0=0 out) but the comparison may have to 63 # change slightly 60 # New slope limiter and first order h-limiter 61 # (this in planned to be the default!) 64 62 domain.beta_h = 0.0 65 domain.limit2007 =1 #Try this63 domain.limit2007 = 1 66 64 67 65 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.