ws_inp_tank - Giswater/giswater_dbmodel GitHub Wiki
Description:
Defines all tank nodes contained in the network.
Fields:
| 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 |