-
Notifications
You must be signed in to change notification settings - Fork 11
ws_inp_valve_importinp
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Table of valves represented as arcs, used to import data from inp file.
Column name | Data type | Description | Example |
---|---|---|---|
arc_id | character varying(16) | Id of arc | |
valv_type | character varying(18) | Valve type, defined on inp_typevalue as inp_typevalue_valve | FCV, GPV, PBV, PRV, PSV, TCV |
pressure | numeric(12,4) | Pressure supported by the valve | |
diameter | numeric(12,4) | Custom diameter | |
flow | numeric(12,4) | flow | |
coef_loss | numeric(12,4) | Loss coefficient | |
curve_id | character varying(16) | Id of curve, defined on inp_curve | |
minorloss | numeric(12,4) | Lower loss coefficient associated with curves, direction changes, etc. | |
status | character varying(12) | Status of pump, defined on inp_typevalue as inp_value_status_valve | ACTIVE, CLOSED, OPEN |
to_arc | character varying(16) | Id of arc that indicates flow direction |