-
Notifications
You must be signed in to change notification settings - Fork 11
ws_node_add
advase edited this page May 19, 2023
·
3 revisions
Additional table that stores the values of hydraulic model and shows them in a inventory view.
Column name | Data type | Description |
---|---|---|
node_id | character varying(16) | Id of node |
demand_max | numeric(12,4) | Maximum water demand |
demand_min | numeric(12,4) | Minimum water demand |
demand_avg | numeric(12,4) | Average water demand |
press_max | numeric(12,4) | Maximum water pressure |
press_min | numeric(12,4) | Minimum water pressure |
press_avg | numeric(12,4) | Average water pressure |
head_max | numeric(12,4) | Maximum water height |
head_min | numeric(12,4) | Minimum water height |
head_avg | numeric(12,4) | Average water height |
quality_max | numeric(12,4) | Maximum water quality |
quality_min | numeric(12,4) | Minimum water quality |
quality_avg | numeric(12,4) | Average water quality |
result_id | text | Id of result |