Ignore:
Timestamp:
Jun 2, 2014, 12:50:04 PM (11 years ago)
Author:
davies
Message:

Adding a smoothing_timescale to parallel_boyd_box_operator

File:
1 edited

Legend:

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

    r9013 r9130  
    212212            new_inflow_xmom = old_inflow_xmom*factor
    213213            new_inflow_ymom = old_inflow_ymom*factor
    214                
     214           
    215215            self.inflow.set_depths(new_inflow_depth)
    216216   
     
    251251            new_inflow_xmom = old_inflow_xmom/old_inflow_depth*new_inflow_depth
    252252            new_inflow_ymom = old_inflow_ymom/old_inflow_depth*new_inflow_depth
    253                
    254253            self.inflow.set_depths(new_inflow_depth)   
    255254            self.inflow.set_xmoms(new_inflow_xmom)
Note: See TracChangeset for help on using the changeset viewer.