-
Notifications
You must be signed in to change notification settings - Fork 33
ud_inp_junction
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Identifies each junction of the drainage system.
| Column name | Data type | Description |
|---|---|---|
| node_id | character varying(50) | Id of node |
| y0 | numeric(12,4) | Water depth at start of simulation |
| ysur | numeric(12,4) | Maximum additional head above ground elevation that manhole junction can sustain under surcharge conditions |
| apond | numeric(12,4) | Area subjected to surface ponding once water depth exceeds |
| outfallparam | json | Parameters of junction in case it is an outfall (works only when it's a sink node and this column is not null) |


