|
| ElectricityReductionOutput | electricityReduction (const std::vector< ElectricityReductionInput > &input_vec) |
| | Calculates total annual electricity use, cost, and power for a collection of measures.
|
| |
| ElectricityReductionOutput | multimeterReduction (const MultimeterData &data, int operating_hours, double electricity_cost, int units) |
| | Calculates annual energy use and cost using the multimeter measurement method.
|
| |
| ElectricityReductionOutput | nameplateReduction (const NameplateData &data, int operating_hours, double electricity_cost, int units) |
| | Calculates annual energy use and cost using the nameplate measurement method.
|
| |
| ElectricityReductionOutput | powerMeterReduction (const PowerMeterData &data, int operating_hours, double electricity_cost, int units) |
| | Calculates annual energy use and cost using the power meter measurement method.
|
| |
| ElectricityReductionOutput | otherReduction (const ElectricityOtherMethodData &data, double electricity_cost) |
| | Calculates annual energy cost using a directly supplied energy consumption value.
|
| |
Provides a function-based API for estimating annual electricity use and cost savings for electricity reduction measures identified during an energy treasure hunt or efficiency assessment. Supports four measurement methods: multimeter, nameplate, power meter, and other.
- See also
- Electricity Reduction Calculator