-
Notifications
You must be signed in to change notification settings - Fork 33
ws_inp_connec
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Defines EPA details of all connection links contained in the network.
| Column name | Data type | Description | Example |
|---|---|---|---|
| connec_id | character varying(16) | Id of connec | |
| demand | numeric(12,6) | Nominal water demand | 0.002500 |
| pattern_id | character varying(16) | Id of time pattern, defined on inp_pattern | pattern_03 |
| peak_factor | numeric(12,4) | Ratio of the maximum flow to the average daily flow in a water system used in calculation of water balances | |
| custom_roughness | double precision | Customized roughness | |
| custom_length | double precision | Customized length | |
| custom_dint | double precision | Customized interior diameter | |
| status | varchar(16) | Status of connec pipe, defined on inp_typevalue as inp_value_status_pipe | OPEN |
| minorloss | float | Lower loss coefficient associated with curves, direction changes, etc. |


