Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curb Inlet on Grade with local depression computes capture efficiency incorrectly #21

Open
BenTWhite opened this issue Feb 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@BenTWhite
Copy link

Take the following curb inlet:

Property Value
Long Slope 1%
Sx 2%
Sw 0.0
Curb Length 3 ft
Local Depression Width 2 ft
Local Depression Height 2 inches
Flow 1 Cfs

SWMM calculates a capture efficiency of around 60%, but if you run the same inlet in the FHWA Hydraulic Toolbox, you get a capture efficiency of around 48%

SWMM is calculating the upstream spread taking into account the local depression, whereas the spread computation should ignore the local depression, and be based on the incoming uniform gutter.

Here is a quote from HEC-22

Remember that for locally depressed inlets, the quantity of flow reaching the inlet would be dependent on the upstream gutter section geometry and not the depressed section geometry. (HEC-22, 4-41)

UI Issue

There is another related UI issue that I will bring up here as well, the local depression width and local depression height on the street view get messed up on save and reopen of the SWMM project and u need to re-enter them.

@LRossman
Copy link
Collaborator

LRossman commented Feb 2, 2024

I get an efficiency of 51.7% from the FHWA Toolbox (v.4.4) using a Manning's roughness of 0.016 compared to SWMM 2.4's 61.3%. (Release 2.4 included a bug fix for the equivalent cross slope for a depressed inlet that is used to compute capture efficiency.) Without the local depression both programs give the same result (26.8%).

I ran both programs on the two examples in the HEC-22 manual that include curb inlets with a local depression. The results were as follows:

Example Solution Variable HEC-22 SWMM Toolbox
4-9a Captured Flow (cfs) 1.55 1.54 1.47
4-9b Inlet Length (ft) 12.5 11.5 13.9

The manual calculations appearing in HEC-22 only carry two decimal points which might explain some of the differences in the table. But it still appears that the Toolbox may have some issues of its own when implementing the HEC-22 procedures for depressed inlets. I can't find any source code for it to check its calculations against SWMM's.

I did verify the UI bug that was reported so that needs to be fixed.

@MattAndersonPE
Copy link

MattAndersonPE commented Feb 2, 2024 via email

@cbuahin cbuahin self-assigned this Feb 15, 2024
@michaeltryby michaeltryby added the bug Something isn't working label Aug 1, 2024
@cbuahin cbuahin transferred this issue from USEPA/Stormwater-Management-Model Oct 31, 2024
@cbuahin cbuahin added this to the v5.3.0 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants