12#ifndef TOOLS_SUITE_EFFICIENCYIMPROVEMENT_H
13#define TOOLS_SUITE_EFFICIENCYIMPROVEMENT_H
36 double newFlueGasTemp,
double currentCombustionAirTemp,
double newCombustionAirTemp,
37 double currentEnergyInput)
38 : currentFlueGasOxygen_(currentFlueGasOxygen), newFlueGasOxygen_(newFlueGasOxygen),
39 currentFlueGasTemp_(currentFlueGasTemp), newFlueGasTemp_(newFlueGasTemp),
40 currentCombustionAirTemp_(currentCombustionAirTemp), newCombustionAirTemp_(newCombustionAirTemp),
41 currentEnergyInput_(currentEnergyInput)
44 currentExcessAir_ = 0.0;
46 currentHeatInput_ = 0.0;
48 currentAirSpecificHeat_ = 0.0;
49 newAirSpecificHeat_ = 0.0;
50 currentAirCorrection_ = 0.0;
51 newAirCorrection_ = 0.0;
52 currentCombustionAirCorrection_ = 0.0;
53 newCombustionAirCorrection_ = 0.0;
54 currentAvailableHeat_ = 0.0;
55 newAvailableHeat_ = 0.0;
56 currentFuelSavings_ = 0.0;
57 newFuelSavings_ = 0.0;
58 newEnergyInput_ = 0.0;
137 currentCombustionAirTemp_ = currentCombustionAirTemp;
277 double currentFlueGasOxygen_ = 0.0;
278 double newFlueGasOxygen_ = 0.0;
279 double currentFlueGasTemp_ = 0.0;
280 double newFlueGasTemp_ = 0.0;
281 double currentCombustionAirTemp_ = 0.0;
282 double newCombustionAirTemp_ = 0.0;
283 double currentEnergyInput_ = 0.0;
286 double currentExcessAir_;
287 double newExcessAir_;
288 double currentHeatInput_;
289 double newHeatInput_;
290 double currentAirSpecificHeat_;
291 double newAirSpecificHeat_;
292 double currentAirCorrection_;
293 double newAirCorrection_;
294 double currentCombustionAirCorrection_;
295 double newCombustionAirCorrection_;
296 double currentAvailableHeat_;
297 double newAvailableHeat_;
298 double currentFuelSavings_;
299 double newFuelSavings_;
300 double newEnergyInput_;
double getNewAirCorrection()
void setCurrentFlueGasOxygen(double currentFlueGasOxygen)
double getCurrentAirSpecificHeat()
void setNewFlueGasOxygen(double newFlueGasOxygen)
double getNewFuelSavings()
double getCurrentFlueGasTemp() const
void setCurrentCombustionAirTemp(double currentCombustionAirTemp)
double getNewAvailableHeat()
double getNewEnergyInput()
double getCurrentExcessAir()
double getNewFlueGasOxygen() const
double getNewFlueGasTemp() const
double getCurrentAvailableHeat()
double getCurrentAirCorrection()
double getNewCombustionAirTemp() const
double getNewAirSpecificHeat()
void setCurrentEnergyInput(double currentEnergyInput)
EfficiencyImprovement(double currentFlueGasOxygen, double newFlueGasOxygen, double currentFlueGasTemp, double newFlueGasTemp, double currentCombustionAirTemp, double newCombustionAirTemp, double currentEnergyInput)
double getCurrentFlueGasOxygen() const
double getCurrentEnergyInput() const
void setNewCombustionAirTemp(double newCombustionAirTemp)
double getCurrentCombustionAirTemp() const
double getCurrentFuelSavings()
void setNewFlueGasTemp(double newFlueGasTemp)
double getNewCombustionAirCorrection()
void setCurrentFlueGasTemp(double currentFlueGasTemp)
double getCurrentHeatInput()
double getCurrentCombustionAirCorrection()