-
Notifications
You must be signed in to change notification settings - Fork 33
ws_rpt_energy_usage
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Result of EPANET modeling process - information about energy usage.
| Column name | Data type | Description |
|---|---|---|
| id | integer | Id |
| result_id | character varying(30) | Id of the result |
| nodarc_id | character varying(16) | Id of nodearc created during the EPANET exportation |
| usage_fact | numeric | Actual usage |
| avg_effic | numeric | Average efficiency |
| kwhr_mgal | numeric | Kwhr value |
| avg_kw | numeric | Average kw value |
| peak_kw | numeric | Peak kw value |
| cost_day | numeric | Energy cost |


