inp_dscenario_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 | 
|---|---|---|---|
| dscenario_id | int4 | Id of descenario | |
| nodarc_id | varchar(20) | Id of nodarc | |
| outlet_type | varchar(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 | varchar(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 | varchar(3) | YES if flap gate present to prevent reverse flow, NO if not | [YES, NO] |