|
| NaturalGasReductionOutput | naturalGasReduction (const std::vector< NaturalGasReductionInput > &input_vec) |
| | Calculates total annual natural gas energy use and cost for a collection of reduction measures.
|
| |
| NaturalGasReductionOutput | flowMeterMethodReduction (const FlowMeterMethodData &data, int operating_hours, double fuel_cost, int units) |
| | Calculates annual natural gas energy use and cost using the flow meter method.
|
| |
| NaturalGasReductionOutput | airMassFlowMethodReduction (const AirMassFlowData &data, int operating_hours, double fuel_cost, int units) |
| | Calculates annual natural gas energy use and cost using the air mass flow method.
|
| |
| NaturalGasReductionOutput | waterMassFlowMethodReduction (const WaterMassFlowData &data, int operating_hours, double fuel_cost, int units) |
| | Calculates annual natural gas energy use and cost using the water mass flow method.
|
| |
| NaturalGasReductionOutput | otherMethodReduction (const NaturalGasOtherMethodData &data, double fuel_cost) |
| | Calculates annual natural gas energy use and cost using a directly supplied consumption value.
|
| |
Provides a function-based API for estimating annual natural gas energy use and cost savings for natural gas reduction measures identified during an energy treasure hunt or efficiency assessment. Supports four measurement methods: flow meter, air mass flow, water mass flow, and other.
- See also
- Natural Gas Reduction Calculator