18#ifndef TOOLS_SUITE_SLAGOTHERMATERIAL_H
19#define TOOLS_SUITE_SLAGOTHERMATERIAL_H
40 double correctionFactor)
41 : weight(weight), inletTemperature(inletTemperature), outletTemperature(outletTemperature),
42 specificHeat(specificHeat), correctionFactor(correctionFactor) {
58 void setWeight(
double weight) { this->weight = weight; }
112 void setHeatLoss(
double totalHeat) { this->totalHeat = totalHeat; }
123 double inletTemperature;
124 double outletTemperature;
126 double correctionFactor = 1.0;
void setSpecificHeat(double specificHeat)
double getOutletTemperature() const
void setWeight(double weight)
void setCorrectionFactor(double correctionFactor)
void setHeatLoss(double totalHeat)
void setInletTemperature(double inletTemperature)
SlagOtherMaterialLosses(double weight, double inletTemperature, double outletTemperature, double specificHeat, double correctionFactor)
double getCorrectionFactor() const
double getSpecificHeat() const
double getInletTemperature() const
void setOutletTemperature(double outletTemperature)