ud_inp_outlet - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each outlet flow control device of the drainage system
Fields:
Column name | Data type | Description | Domain values |
---|---|---|---|
arc_id | character varying(16) | Id of arc | |
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] |