-
Notifications
You must be signed in to change notification settings - Fork 33
ws_rpt_arc
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 |
| arc_id | character varying(16) | Id of arc |
| length | numeric | Length of the arc |
| diameter | numeric | Diameter of the arc |
| flow | numeric | Calculated flow result |
| vel | numeric | Calculated velocity result |
| headloss | numeric | Calculated flow result |
| setting | numeric | Calculated setting result |
| reaction | numeric | Calculated reaction result |
| ffactor | numeric | Value of ffactor |
| other | character varying(100) | |
| "time" | character varying(100) | Simulation time |
| status | character varying(16) |


