-
Notifications
You must be signed in to change notification settings - Fork 11
ws_inp_valve
advase edited this page Aug 12, 2022
·
2 revisions
Defines all control valve contained in the network.
Column name | Data type | Description | Domain values |
---|---|---|---|
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 | |
custom_dint | numeric(12,4) | Custom internal diameter | |
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 |
to_arc | character varying(16) | Id of arc that indicates flow direction | |
add_settings | double precision |