inp_dscenario_valve - Giswater/giswater_dbmodel GitHub Wiki
Description:
Defines control valve properties in the selected consumption demand alternative.
Fields:
Column name | Data type | Description | Domain values |
---|---|---|---|
dscenario_id | integer | Id of demand scenario, defined on cat_dscenario | |
node_id | character varying(16) | Id of node | |
valv_type | character varying(18) | Valve type, defined on inp_typevalue as inp_typevalue_valve | FCV, GPV, PBV, PRV, PSV, TCV |
pressure | numeric(12,4) | Pressure supported by the valve | |
flow | numeric(12,4) | Flow | |
coef_loss | numeric(12,4) | Loss coefficient | |
curve_id | character varying(16) | Id of curve, defined on inp_curve | |
minorloss | numeric(12,4) | Lower loss coefficient associated with curves, direction changes, etc. | |
status | character varying(12) | Status of pump, defined on inp_typevalue as inp_value_status_valve | ACTIVE, CLOSED, OPEN |
add_settings | double precision |