-
Notifications
You must be signed in to change notification settings - Fork 33
ws_rpt_node
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Result of EPANET modeling process.
| Column name | Data type | Description |
|---|---|---|
| id | serial | Id |
| result_id | character varying(30) | Id of a model result |
| node_id | character varying(16) | Id of node |
| elevation | numeric(12, 3) | Elevation of the node |
| demand | float8 | Demand value assigned to node |
| head | numeric | Value of head |
| press | numeric | Value of pressure |
| other | character varying(100) | Other |
| "time" | character varying(100) | Simulation time |
| quality | numeric(12,4) | Value of quality |


