-
Notifications
You must be signed in to change notification settings - Fork 11
ws_arc_add
advase edited this page Apr 20, 2023
·
2 revisions
Additional table that stores the values of hydraulic model and shows them in a inventory view.
Column name | Data type | Description |
---|---|---|
arc_id | character varying(16) | Id (automatically assigned on insert) |
flow_max | numeric(12,2) | Maximum water flow |
flow_min | numeric(12,2) | Minimum water flow |
flow_avg | numeric(12,2) | Average water flow |
flow_avg | numeric(12,2) | Maximum water velocity |
vel_min | numeric(12,2) | Minimum water velocity |
vel_avg | numeric(12,2) | Average water velocity |