![]() |
deltaFlow
|
Aggregate bus totals (load/gen) used in the bus-data result tables. More...
#include <OutputFileCommon.H>
Public Attributes | |
| double | totalPl = 0.0 |
| double | totalQl = 0.0 |
| double | totalPg = 0.0 |
| double | totalQg = 0.0 |
| double | totalInjected = 0.0 |
Aggregate bus totals (load/gen) used in the bus-data result tables.
Definition at line 110 of file OutputFileCommon.H.
| double OutputFileCommon::BusTotals::totalInjected = 0.0 |
Definition at line 115 of file OutputFileCommon.H.
| double OutputFileCommon::BusTotals::totalPg = 0.0 |
Definition at line 113 of file OutputFileCommon.H.
| double OutputFileCommon::BusTotals::totalPl = 0.0 |
Definition at line 111 of file OutputFileCommon.H.
| double OutputFileCommon::BusTotals::totalQg = 0.0 |
Definition at line 114 of file OutputFileCommon.H.
| double OutputFileCommon::BusTotals::totalQl = 0.0 |
Definition at line 112 of file OutputFileCommon.H.