ud_inp_inflows_pol_x_node - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes.
Fields:
Column name | Data type | Description | Domain values |
---|---|---|---|
poll_id | character varying(16) | Id of polutant, defined on inp_pollutant | |
node_id | character varying(50) | Id of node | |
timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries | |
form_type | character varying(18) | CONCEN if pollutant inflow is described as a concentration, MASS if it is described as a mass flow rate | [CONCEN, MASS] |
mfactor | numeric(12,4) | factor that converts the inflow’s mass flow rate units into the project’s mass units per second | |
sfactor | numeric(12,4) | Scaling factor that multiplies the recorded time series values | |
base | numeric(12,4) | Constant baseline value added to the time series value | |
pattern_id | character varying(16) | Id of pattern, defined on inp_pattern |