Ignore:
Timestamp:
Jan 13, 2009, 11:12:52 AM (15 years ago)
Author:
ole
Message:

Simplified flow protection at the inlet and wrote better diagnostics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/culvert_flows/Test_Culvert_Flat_Water_Lev.py

    r6059 r6143  
    2121     Transmissive_boundary, Time_boundary
    2222
    23 from anuga.culvert_flows.culvert_class import Culvert_flow_rating, Culvert_flow_energy
     23from anuga.culvert_flows.culvert_class import Culvert_flow
    2424from anuga.culvert_flows.culvert_routines import boyd_generalised_culvert_model
    2525     
     
    104104
    105105
    106 culvert_rating = Culvert_flow_rating(domain,
     106culvert_rating = Culvert_flow(domain,
    107107                       culvert_description_filename='example_rating_curve.csv',
    108108                       end_point0=[9.0, 2.5],
     
    111111
    112112
    113 culvert_energy = Culvert_flow_energy(domain,
     113culvert_energy = Culvert_flow(domain,
    114114                       label='Culvert No. 1',
    115115                       description='This culvert is a test unit 1.2m Wide by 0.75m High',   
Note: See TracChangeset for help on using the changeset viewer.