Changeset 9604


Ignore:
Timestamp:
Feb 4, 2015, 12:21:17 PM (10 years ago)
Author:
davies
Message:

Sorted

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/anuga/structures/structure_operator.py

    r9603 r9604  
    273273           
    274274        # Stats
    275        
    276275        self.accumulated_flow += gain
    277         self.discharge  = Q*timestep_star/timestep # outflow_extra_depth*self.outflow.get_area()/timestep #Q
    278         self.velocity =   barrel_speed # self.discharge/outlet_depth/self.width
     276        self.discharge  = Q*timestep_star/timestep
     277        self.velocity =   barrel_speed
    279278        self.outlet_depth = outlet_depth
    280279
Note: See TracChangeset for help on using the changeset viewer.