-
Notifications
You must be signed in to change notification settings - Fork 77
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
Set the surface area of individual nodes #112
Comments
If you want a value per node you should convert the default manholes or junctions to storage nodes and use a constant surface area for the storages. |
It depends how you would propose to implement this. If the API could access this value only, it would be interesting to discuss. On the other hand, a storage node is a very simple approach that wouldn’t change the internals in a huge way |
Side note; I’m growing more and more comfortable with having features available to the api user. In the future, we can re envision the structure of an input file which will allow us to have more detail. |
Of course, from a numerical point of view, every node is a storage. A junction is just a very simple one. My proposition would not be simply changing the API, because the node storage capacity changes the hydraulic behaviour. I was thinking of adding a
I was more thinking of a functionality available through the API only. When the input API will be ready, it will be time to rethink the input file format. For now, it might be easier to keep the "legacy" input file access "legacy" functionalities only. |
The surface area of a node, is very often not the opening area that presents on the ground surface. The NODE is in fact a small storage where the internal depth and area define that storage. However the inflow characteristics are defined by a combination of EFFECTIVE weir length and EFFECTIVE area, or more simply by a rating curve of Depth Versus Flow. Possibly calling this the Internal Horizontal Area instead of Surface Area might be a good idea as it leads one to think it controls the quantity of flow able to enter the NODE ? See #111 for further comment |
@RudyFrom3 This issue is about setting the manhole surfaceArea, not its opening. Those are two different matters. See my answer in #111. |
Ok... so the next phase of this is to discover how and where in the code to add these capabilities I guess ?? |
I already have the code working. I just need to make sure to update the |
The dynamic wave model needs that each node has a surface area. By default, this
MinSurfArea
is set to ~12 ft², which is equivalent to a 4ft diameter.It is possible to set a global parameter to change this value.
However, network nodes could vastly vary in size, from a small 80cm manhole to a multi-metres pits in large mains. A value per node might be more accurate.
The text was updated successfully, but these errors were encountered: