-
Notifications
You must be signed in to change notification settings - Fork 33
ws_inp_tank
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Defines all tank nodes contained in the network.
| Column name | Data type | Description |
|---|---|---|
| node_id | character varying(16) | Id of node |
| initlevel | numeric(12,4) | Height of the water level (in meters) at the beginning of simulation |
| minlevel | numeric(12,4) | Minimum height of the water surface (in meters) from the bottom that must be kept |
| maxlevel | numeric(12,4) | Maximum height of the water surface (in meters) from the bottom that must be kept |
| diameter | numeric(12,4) | Tank diameter (in meters). If tank is not circular, equivalent diameter shoul be calculated |
| minvol | numeric(12,4) | Minimum volume of water (in cubic meters) in the tank |
| curve_id | character varying(16) | Id of curve, defined on inp_curve |
| overflow | varchar(3) | Indicates if water overflows the tank |


