Changeset 9653
- Timestamp:
- Feb 10, 2015, 6:30:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/anuga/parallel/parallel_structure_operator.py
r9625 r9653 371 371 372 372 # Update Stats 373 self.discharge = Q #outflow_extra_depth*self.outflow.get_area()/timestep374 self.velocity = barrel_speed #self.discharge/outlet_depth/self.width373 self.discharge = Q*timestep_star/timestep #outflow_extra_depth*self.outflow.get_area()/timestep 374 self.velocity = barrel_speed #self.discharge/outlet_depth/self.width 375 375 376 376 new_outflow_depth = outflow_average_depth + outflow_extra_depth 377 377 378 self.outlet_depth = new_outflow_depth 378 379 #if self.use_momentum_jet : 379 380 # # FIXME (SR) Review momentum to account for possible hydraulic jumps at outlet
Note: See TracChangeset
for help on using the changeset viewer.