ws_arc_add - Giswater/giswater_dbmodel GitHub Wiki
Description:
Additional table that stores the values of hydraulic model and shows them in a inventory view.
Fields:
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 |