Changeset 7994


Ignore:
Timestamp:
Sep 2, 2010, 2:39:39 PM (14 years ago)
Author:
habili
Message:

uses new structure_operator class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/testing_wide_bridge.py

    r7990 r7994  
    2424#from anuga.shallow_water.forcing import Transmissive_boundary, Time_boundary
    2525
    26 from anuga.culvert_flows.culvert_class import Culvert_flow
    27 from anuga.culvert_flows.culvert_routines import boyd_generalised_culvert_model
     26
    2827#from anuga.culvert_flows.culvert_routines import weir_orifice_channel_culvert_model
    2928from math import pi,pow,sqrt
     
    167166domain.forcing_terms.append(culvert_energy)
    168167"""
    169 from anuga.structures.culvert_operator import Culvert_operator
     168from anuga.structures.boyd_box_operator import Boyd_box_operator
    170169#culvert0 = Culvert_operator(domain,
    171170#                            end_point0=[40.0, 75.0],
     
    187186    ep0 = [40.0, y]
    188187    ep1 = [50.0, y]
    189     culverts.append(Culvert_operator(domain,
     188    culverts.append(Boyd_box_operator(domain,
    190189                            end_point0=ep0,
    191190                            end_point1=ep1,
Note: See TracChangeset for help on using the changeset viewer.