-
Notifications
You must be signed in to change notification settings - Fork 33
inp_dscenario_pump
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Defines pumps properties in the selected consumption demand alternative.
| 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 | |
| power | character varying | Pump power | |
| curve_id | 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 |


