man_chamber - Giswater/giswater_dbmodel GitHub Wiki
Description:
Inventory table, that stores id and specific data of features with system id CHAMBER.
Fields:
Column name | Data type | Description |
---|---|---|
node_id | character varying(16) | Id of node |
length | numeric(12,3) | Length of the element |
width | numeric(12,3) | Width of the element |
sander_depth | numeric(12,3) | Depth of sediment box |
max_volume | numeric(12,3) | Maximum volume of the chamber |
util_volume | numeric(12,3) | Util volume of the chamber |
inlet | boolean | If true, element is an inlet |
bottom_channel | boolean | If true, element has an inferior channel |
accessibility | character varying(16) | Accessibility |
name | character varying(255) | Name of the installation |