Simulating Leaf Gates

I am trying to determine the best way to represent "leaf" gates in SWMM5.  The gate consists of two panels that overlap each other.  The top gate serves as an overflow weir and drops as the upstream water level rises.  If the top gate is fully lowered and the upstream water level is still rising, then both gates would be lifted up to create an underflow outlet.  This would then eliminate the overflow aspect.

 

My thought is to model two separate gates.  The overflow gate would need some kind of timeseries to control (lower) the crest elevation of the overflow gates until the upstream water surface elevation exceeds level X.  At that time, the overflow gate would close and flow goes to zero.

 

A separate underflow gate would open to full capacity if the upstream water surface elevation exceeds level X.

 

I welcome your suggestions on how best to tackle this issue.  Thanks.

You need to be a member of SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM to add comments!

Join SWMM 5 or SWMM or EPASWMM and SWMM5 in ICM_SWMM

Email me when people reply –

Replies

  • I think I found the answer.  I specify the weir in the model, but specify a maximum rise other than 9999 - maybe 10 feet.  The max rise is called the freeboard.

     

    I can then specify actions for the weir using the "controls" feature under hydraulics.  As an example:

     

    RULE WPRC010a1

     

     IF NODE 222010 HEAD >= 0

     

     AND NODE 222010 HEAD < 5.7 
     
     THEN WEIR WPRC010a SETTING = 0.82 

     

    Where the 0.82 = the percentage of the freeboard equal to the elevation where I want the crest.

This reply was deleted.