-
Notifications
You must be signed in to change notification settings - Fork 11
inp_dscenario_pump_additional
advase edited this page Sep 13, 2022
·
2 revisions
Defines the dscenario with additional pumps contained in the network, in case of installation with multiple pumps.
Column name | Data type | Description | Example |
---|---|---|---|
id | serial | Id | |
dscenario_id | integer | Id of dscenario | |
node_id | character varying(16) | Id of node | |
order_id | smallint | Order of pumps inside the instalation | |
power | character varying | Pump power | |
curve_id | character varying | character varying | Id of curve, defined on inp_curve |
speed | numeric(12,6) | Pump speed | |
pattern | character varying | Id of pattern, defined on inp_pattern | |
status | character varying(12) | Status of pump, defined on inp_typevalue as inp_value_status_pump | CLOSED, OPEN |
energyparam | character varying(30) | character varying(30) | Parameter of energy, defined on inp_typevalue as inp_value_param_energy |
energyvalue | character varying(30) | Value of energy |