- Timestamp:
- Nov 27, 2008, 11:34:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/okushiri_tank_validation/run_okushiri.py
r6005 r6007 55 55 domain.set_name(project.output_filename) # Name of output sww file 56 56 domain.set_default_order(2) # Apply second order scheme 57 #domain.set_all_limiters(0.9) # Max second order scheme58 # (old lim)59 57 domain.set_minimum_storable_height(0.001) # Don't store w < 0.001m 60 58 domain.set_quantities_to_be_monitored('stage') 61 62 domain.use_centroid_velocities = True63 59 64 60 #-------------------------
Note: See TracChangeset
for help on using the changeset viewer.