inp_dscenario_inlet - Giswater/giswater_dbmodel GitHub Wiki
Description:
Defines dscenario inlet nodes contained in the network. Data is related to a selected dscenario.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| dscenario_id | integer | Id of dscenario | |
| node_id | character varying(16) | Id of node | |
| initlevel | numeric(12,4) | Height of the water level at the beginning of simulation | 1.00 |
| minlevel | numeric(12,4) | Minimum height of the water surface from the bottom that must be kept | 0.00 |
| maxlevel | numeric(12,4) | Maximum height of the water surface from the bottom that must be kept | 3.50 |
| diameter | numeric(12,4) | Inlet diameter | 12.00 |
| minvol | numeric(12,4) | Minimum volume of water in the inlet | 0.00 |
| curve_id | character varying(16) | Id of curve, defined on inp_curve | |
| overflow | varchar(3) | Indicates if water overflows the inlet | Yes,No |
| head | double precision | Hydraulic head (elevation + pressure head) of water in the reservoir | |
| pattern_id | varchar(16) | Id of pattern, defined on inp_pattern |