22 Output(
double flowFlueGas,
double effBoiler,
double enthalpySteam,
double enthalpyFW,
double flowSteam,
23 double flowFW,
double specheatFG,
double heatCapacityFG,
double specheatFW,
double heatCapacityFW,
24 double heatCapacityMin,
double ratingHeatRecFW,
double tempFlueGasOut,
double tempFWOut,
25 double energySavingsBoiler,
double costSavingsBoiler)
26 : flowFlueGas(flowFlueGas), effBoiler(effBoiler), enthalpySteam(enthalpySteam), enthalpyFW(enthalpyFW),
27 flowSteam(flowSteam), flowFW(flowFW), specheatFG(specheatFG), heatCapacityFG(heatCapacityFG),
28 specheatFW(specheatFW), heatCapacityFW(heatCapacityFW), heatCapacityMin(heatCapacityMin),
29 ratingHeatRecFW(ratingHeatRecFW), tempFlueGasOut(tempFlueGasOut), tempFWOut(tempFWOut),
30 energySavingsBoiler(energySavingsBoiler), costSavingsBoiler(costSavingsBoiler) {}
33 double flowFlueGas = 0, effBoiler = 0, enthalpySteam = 0, enthalpyFW = 0, flowSteam = 0, flowFW = 0,
34 specheatFG = 0, heatCapacityFG = 0, specheatFW = 0, heatCapacityFW = 0, heatCapacityMin = 0,
35 ratingHeatRecFW = 0, tempFlueGasOut = 0, tempFWOut = 0, energySavingsBoiler = 0, costSavingsBoiler = 0;