16#include "compressedAir/compressed_air_utils.h"
Declarations for the bag method compressed air leak flow rate measurement.
Declarations for the decibels method compressed air leak flow rate estimation.
Declarations for the estimate method compressed air leak annual consumption estimation.
Aggregated compressed air leak survey calculation.
Result calculate(const std::vector< Input > &inputs)
Calculates the aggregate energy cost and flow impact of a compressed air leak survey.
@ kElectricity
Cost basis: electricity rate .
@ kCompressedAir
Cost basis: compressed air utility rate .
@ kOrifice
Orifice pressure and geometry — see orifice_method.
@ kEstimate
Visual and audible leak estimate — see estimate_method.
@ kDecibels
Ultrasonic decibel measurement — see decibels_method.
@ kBag
Bag fill-time measurement — see bag_method.
Declarations for the orifice method compressed air leak flow rate estimation.
Aggregate result of a compressed air leak survey.
double annual_total_electricity_cost
Total annual utility cost of all leaks .
double total_flow_rate
Combined instantaneous flow rate of all leaks .
double annual_total_electricity
Total annual electrical energy consumed by all leaks .
double annual_total_flow_rate
Combined annual air volume lost to leaks .
Compressor electricity parameters used when the electricity utility type is selected.