Replies: 1 comment
-
@LllC-mmd I saw your question was answered on SWMM-USERS. If there are some coupling features that would help your research, we'd be open to integrating some of these requests into the API here. I'm going to move this over to the Discussion section. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am now developing a 2D-1D coupled hydrodynamic model where 1D hydraulic part uses SWMM as its backend.
In some discussion before #111 , I noticed there might be some constraints on the interchange flux between 2D surface and 1D sewer node based on available water storage in 2D surface area.
What I am interested that when there is drainage from 1D node to 2D surface cells, can I contain this flux by available water storage in 1D node retrieved by (
Stormwater-Management-Model/src/solver/node.c
Line 362 in 8266e44
Here I noticed that for non-storage nodes, it uses
fullVolume
to calculate the volume.How does this quantity set in SWMM for non-storage nodes?
Beta Was this translation helpful? Give feedback.
All reactions