-
Notifications
You must be signed in to change notification settings - Fork 11
ws_inp_inlet
Barbara Rzepka edited this page Sep 16, 2022
·
5 revisions
Defines inlet nodes contained in the network.
Column name | Data type | Description | Example |
---|---|---|---|
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 | |
pattern_id | character varying(16) | Id of pattern, defined on inp_pattern | |
overflow | varchar(3) | Indicates if water overflows the inlet |
Yes ,No
|
head | double precision | Hydraulic head (elevation + pressure head) of water in the reservoir |