Changeset 9053 for trunk/anuga_work/development/gareth/tests/channel_floodplain/channel_floodplain1.py
- Timestamp:
- Feb 16, 2014, 7:59:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/channel_floodplain/channel_floodplain1.py
r9022 r9053 10 10 import numpy 11 11 from anuga.structures.inlet_operator import Inlet_operator 12 13 from anuga import create_domain_from_regions 12 14 #from anuga import * 13 15 #from swb_domain import domain … … 15 17 #from balanced_basic import * 16 18 #from balanced_dev import * 17 from bal_and import *19 #from bal_and import * 18 20 #from anuga_tsunami import * 19 21 #from balanced_basic.swb2_domain import * … … 85 87 86 88 domain.set_name('channel_floodplain1') # Output name 87 domain.set_store_centroids(True)88 89 #domain.set_store_vertices_uniquely(True) 89 90 #domain.use_edge_limiter=False … … 132 133 domain.set_quantity('friction', man_n) # Constant friction 133 134 domain.set_quantity('stage', stagetopo) # Use function for stage 134 domain.set_minimum_allowed_height(0.01) # 135 135 136 #def steady_uh_calc(): 136 137 # # Calculate a boundary condition potentially suitable for steady state flows.
Note: See TracChangeset
for help on using the changeset viewer.