ud_inp_flwreg_outlet - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each outlet flow control device of the drainage system, which acts as flow regulator.
Fields:
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| id | serial | Id | |
| node_id | character varying(16) | Id of node | |
| to_arc | character varying(16) | Id of arc that indicates flow direction | |
| order_id | smallint | Id of flow regulator | |
| flwreg_length | double precision | Length of flow regulator | |
| outlet_type | character varying(16) | Type of outlet, defined on inp_typevalue as inp_typevalue_outlet_ | [FUNCTIONAL/DEPTH, FUNCTIONAL/HEAD, TABULAR/DEPTH, TABULAR/HEAD] |
| offsetval | numeric(12,4) | Amount that the outlet is offset above the invert of inlet node | |
| curve_id | character varying(16) | Id of curve, defined inp_curve | |
| cd1 | numeric(12,4) | Coefficient and exponent, respectively, of a power function that relates outflow | |
| cd2 | numeric(12,4) | coefficient and exponent, respectively, of a power function that relates outflow | |
| flap | character varying(3) | YES if flap gate present to prevent reverse flow, NO if not | [YES, NO] |
| nodarc_id | varchar(20) | Id of nodarc |