Changeset 8309
- Timestamp:
- Jan 18, 2012, 5:06:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/channel_floodplain/channel_floodplain1.py
r8308 r8309 12 12 13 13 #from anuga import * 14 from balanced_basic import * 14 #from balanced_basic import * 15 from balanced_dev import * 15 16 #from balanced_basic.swb2_domain import * 16 17 #from balanced_basic.swb2_domain import Domain … … 27 28 bankwidth = 2. # Width of the bank regions -- note that these protrude into the channel 28 29 man_n=0.03 # Manning's n 29 l0 = 2.0 13# Length scale associated with triangle side length in channel (min_triangle area = 0.5*l0^2)30 l0 = 2.009 # Length scale associated with triangle side length in channel (min_triangle area = 0.5*l0^2) 30 31 31 32 assert chan_width < floodplain_width, \
Note: See TracChangeset
for help on using the changeset viewer.