-
Notifications
You must be signed in to change notification settings - Fork 11
ud_inp_inflows
advase edited this page Aug 25, 2022
·
4 revisions
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes
Column name | Data type | Description | Domain values |
---|---|---|---|
id | integer | Id | |
node_id | character varying(50) | Id of node | |
timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries | |
mfactor | numeric(12,4) | Factor that converts the inflow’s mass flow rate units into the project’s mass units per second, where the project’s mass units are those specified for the pollutant | |
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 |