-
Notifications
You must be signed in to change notification settings - Fork 11
ud_inp_flwreg_pump
advase edited this page Sep 27, 2022
·
4 revisions
Identifies each pump of the drainage system, which acts as flow regulator.
Column name | Data type | Description | Example |
---|---|---|---|
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 | |
curve_id | character varying(16) | Id of curve, defined inp_curve | |
status | character varying(3) | Status at start of simulation | [ON, OFF] |
startup | numeric(12,4) | Depth at inlet node when pump turns on | |
shutoff | numeric(12,4) | Depth at inlet node when pump turns off | |
nodarc_id | varchar(20) | Id of nodarc |