-
Notifications
You must be signed in to change notification settings - Fork 33
ws_arc_add
Daniel Marín edited this page Jul 8, 2026
·
1 revision
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 |


