inp_dscenario_connec - Giswater/giswater_dbmodel GitHub Wiki
Description:
Defines the dscenario connection nodes contained in the network. Data is related to a selected dscenario.
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
dscenario_id | integer | Id of dscenario | |
connec_id | character varying(16) | Id of connec | |
demand | numeric(12,6) | Nominal water demand | 0.002500 |
pattern_id | character varying(16) | character varying(16) | Id of time pattern, defined on inp_pattern |
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 | |
status | varchar(16) | Status of pipe, defined on inp_typevalue as inp_value_status_pipe | CLOSED, CV, OPEN |
minorloss | float | Lower loss coefficient associated with curves, direction changes, etc. | |
custom_roughness | float | Customized roughness | |
custom_length | float | Customized length | |
custom_dint | float | Customized interior diameter |