45 Output(
double energyUse,
double energyCost) : energyUse(energyUse), energyCost(energyCost) {}
48 double energyUse = 0, energyCost = 0;
52 std::vector<CompressedAirPressureReductionInput> compressedAirPressureReductionInputVec)
53 : compressedAirPressureReductionInputVec(compressedAirPressureReductionInputVec) {}
57 std::vector<CompressedAirPressureReductionInput>
const& getCompressedAirPressureReductionInputVec() {
58 return compressedAirPressureReductionInputVec;
60 void setCompressedAirPressureReductionInputVec(
61 std::vector<CompressedAirPressureReductionInput>& compressedAirPressureReductionInputVec);
64 std::vector<CompressedAirPressureReductionInput> compressedAirPressureReductionInputVec;