ud_inp_junction - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each junction of the drainage system.
Fields:
| 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) |