Ignore:
Timestamp:
Jan 18, 2012, 5:06:52 PM (12 years ago)
Author:
davies
Message:

Minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/channel_floodplain/channel_floodplain1.py

    r8308 r8309  
    1212
    1313#from anuga import *
    14 from balanced_basic import *
     14#from balanced_basic import *
     15from balanced_dev import *
    1516#from balanced_basic.swb2_domain import *
    1617#from balanced_basic.swb2_domain import Domain
     
    2728bankwidth = 2. # Width of the bank regions -- note that these protrude into the channel
    2829man_n=0.03 # Manning's n
    29 l0 = 2.013 # Length scale associated with triangle side length in channel (min_triangle area = 0.5*l0^2)
     30l0 = 2.009 # Length scale associated with triangle side length in channel (min_triangle area = 0.5*l0^2)
    3031
    3132assert chan_width < floodplain_width, \
Note: See TracChangeset for help on using the changeset viewer.