Ignore:
Timestamp:
May 9, 2013, 12:34:07 PM (12 years ago)
Author:
steve
Message:

Will take 0.0 as a height

File:
1 edited

Legend:

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

    r8859 r8861  
    193193            #new_outflow_xmom = outflow.get_average_xmom() + outflow_extra_momentum[0]
    194194            #new_outflow_ymom = outflow.get_average_ymom() + outflow_extra_momentum[1]
    195 
    196195            new_outflow_xmom = barrel_speed*new_outflow_depth*outflow_direction[0]
    197196            new_outflow_ymom = barrel_speed*new_outflow_depth*outflow_direction[1]
Note: See TracChangeset for help on using the changeset viewer.