Changeset 9604
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/anuga/structures/structure_operator.py
r9603 r9604 273 273 274 274 # Stats 275 276 275 self.accumulated_flow += gain 277 self.discharge = Q*timestep_star/timestep # outflow_extra_depth*self.outflow.get_area()/timestep #Q278 self.velocity = barrel_speed # self.discharge/outlet_depth/self.width276 self.discharge = Q*timestep_star/timestep 277 self.velocity = barrel_speed 279 278 self.outlet_depth = outlet_depth 280 279
Note: See TracChangeset
for help on using the changeset viewer.