Changeset 6902 for branches/numpy/anuga/culvert_flows/culvert_routines.py
- Timestamp:
- Apr 24, 2009, 5:22:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/culvert_flows/culvert_routines.py
r6689 r6902 217 217 else: # inlet_depth < 0.01: 218 218 Q = barrel_velocity = outlet_culvert_depth = 0.0 219 219 220 # Temporary flow limit 220 221 if barrel_velocity > max_velocity:
Note: See TracChangeset
for help on using the changeset viewer.