ws_rpt_energy_usage - Giswater/giswater_dbmodel GitHub Wiki
Description:
Result of EPANET modeling process - information about energy usage.
Fields:
| 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 |