35 double newFlueGasTemp,
double currentCombustionAirTemp,
double newCombustionAirTemp,
36 double currentEnergyInput)
37 : currentFlueGasOxygen_(currentFlueGasOxygen), newFlueGasOxygen_(newFlueGasOxygen),
38 currentFlueGasTemp_(currentFlueGasTemp), newFlueGasTemp_(newFlueGasTemp),
39 currentCombustionAirTemp_(currentCombustionAirTemp), newCombustionAirTemp_(newCombustionAirTemp),
40 currentEnergyInput_(currentEnergyInput)
43 currentExcessAir_ = 0.0;
45 currentHeatInput_ = 0.0;
47 currentAirSpecificHeat_ = 0.0;
48 newAirSpecificHeat_ = 0.0;
49 currentAirCorrection_ = 0.0;
50 newAirCorrection_ = 0.0;
51 currentCombustionAirCorrection_ = 0.0;
52 newCombustionAirCorrection_ = 0.0;
53 currentAvailableHeat_ = 0.0;
54 newAvailableHeat_ = 0.0;
55 currentFuelSavings_ = 0.0;
56 newFuelSavings_ = 0.0;
57 newEnergyInput_ = 0.0;
136 currentCombustionAirTemp_ = currentCombustionAirTemp;
276 double currentFlueGasOxygen_ = 0.0;
277 double newFlueGasOxygen_ = 0.0;
278 double currentFlueGasTemp_ = 0.0;
279 double newFlueGasTemp_ = 0.0;
280 double currentCombustionAirTemp_ = 0.0;
281 double newCombustionAirTemp_ = 0.0;
282 double currentEnergyInput_ = 0.0;
285 double currentExcessAir_;
286 double newExcessAir_;
287 double currentHeatInput_;
288 double newHeatInput_;
289 double currentAirSpecificHeat_;
290 double newAirSpecificHeat_;
291 double currentAirCorrection_;
292 double newAirCorrection_;
293 double currentCombustionAirCorrection_;
294 double newCombustionAirCorrection_;
295 double currentAvailableHeat_;
296 double newAvailableHeat_;
297 double currentFuelSavings_;
298 double newFuelSavings_;
299 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()