ud_inp_gully - Giswater/giswater_dbmodel GitHub Wiki
Description:
Identifies each gully of the drainage system.
Fields:
| Column name | Data type | Description |
|---|---|---|
| gully_id | character varying (16) | Id of gully |
| outlet_type | character varying (16) | Type of outlet. There are two options: To_network and Sink. Sink means that flow will be losed as sink behaviour |
| custom_top_elev | double_precision | Customized top elevation. This value overwrites values on top_elev |
| custom_width | double_precision | Customized width. This value overwrites standard width for gully wich is defined on catalog of grates |
| custom_length | double_precision | Customized length. This value overwrites standard length for gully wich is defined on catalog of grates |
| custom_depth | double_precision | Customized depth. This value overwrites standard depth for gully wich is defined on gully.depth or node.depth |
| method | character varying (30) | Method of calculation for gully used on IBER. There are two options: W/O and UPC METHOD. Weir and orifice method uses weir_cd and orifice_cd and UPC method uses a_param and b_param values. For more information for UPC METHOD: https://upcommons.upc.edu/handle/2117/172466 |
| weir_cd | double_precision | Weir discharge coeficiend used on gully when W/O method is used |
| orifice_cd | double_precision | Orifice discharge coeficiend used on gully when W/O method is used |
| custom_a_param | double_precision | Custom A parameter used on gully when UPC method is used wich and A parameter is defined on catalog of grates |
| custom_b_param | double_precision | Custom B parameter used on gully when UPC method is used wich and B parameter is defined on catalog of grates |
| efficiency | double precision | Gully efficiency when runoff control |