Skip to content

ws_arc_add

Daniel Marín edited this page Jul 8, 2026 · 1 revision

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

Clone this wiki locally