Changeset 7994
- Timestamp:
- Sep 2, 2010, 2:39:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/structures/testing_wide_bridge.py
r7990 r7994 24 24 #from anuga.shallow_water.forcing import Transmissive_boundary, Time_boundary 25 25 26 from anuga.culvert_flows.culvert_class import Culvert_flow 27 from anuga.culvert_flows.culvert_routines import boyd_generalised_culvert_model 26 28 27 #from anuga.culvert_flows.culvert_routines import weir_orifice_channel_culvert_model 29 28 from math import pi,pow,sqrt … … 167 166 domain.forcing_terms.append(culvert_energy) 168 167 """ 169 from anuga.structures. culvert_operator import Culvert_operator168 from anuga.structures.boyd_box_operator import Boyd_box_operator 170 169 #culvert0 = Culvert_operator(domain, 171 170 # end_point0=[40.0, 75.0], … … 187 186 ep0 = [40.0, y] 188 187 ep1 = [50.0, y] 189 culverts.append( Culvert_operator(domain,188 culverts.append(Boyd_box_operator(domain, 190 189 end_point0=ep0, 191 190 end_point1=ep1,
Note: See TracChangeset
for help on using the changeset viewer.