Ignore:
Timestamp:
Feb 6, 2015, 9:49:22 AM (10 years ago)
Author:
davies
Message:

bugfix

File:
1 edited

Legend:

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

    r9623 r9624  
    182182               [floodplain_width/2. + chan_width/2.-0.01, bridge_us+0.01] ]
    183183
    184 #hecras_discharge_function = hecras_internal_boundary_function(
    185 #    'hecras_bridge_table_high_deck.csv',
    186 #    allow_sign_reversal=True)
    187 
    188 #bridge = Internal_boundary_operator(
    189 #    domain,
    190 #    hecras_discharge_function,
    191 #    width=chan_width,
    192 #    height=1.3,
    193 #    end_points=None,
    194 #    exchange_lines=[bridge_in, bridge_out],
    195 #    invert_elevation=-3.5,
    196 #    enquiry_gap=0.01,
    197 #    use_velocity_head=False,
    198 #    smoothing_timescale=30.0,
    199 #    logging=True)
     184hecras_discharge_function = hecras_internal_boundary_function(
     185    'hecras_bridge_table_high_deck.csv',
     186    allow_sign_reversal=True)
     187
     188bridge = Internal_boundary_operator(
     189    domain,
     190    hecras_discharge_function,
     191    width=chan_width,
     192    height=1.3,
     193    end_points=None,
     194    exchange_lines=[bridge_in, bridge_out],
     195    invert_elevation=-3.5,
     196    enquiry_gap=0.01,
     197    use_velocity_head=False,
     198    smoothing_timescale=30.0,
     199    logging=True)
    200200   
    201201#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.