13 #ifndef AMO_SUITE_GASCOOLINGLOSSES_H 14 #define AMO_SUITE_GASCOOLINGLOSSES_H 35 GasCoolingLosses(
const double flowRate,
const double initialTemperature,
const double finalTemperature,
36 const double specificHeat,
const double correctionFactor,
const double gasDensity)
38 initialTemperature(initialTemperature),
39 finalTemperature(finalTemperature),
40 specificHeat(specificHeat),
41 correctionFactor(correctionFactor),
42 gasDensity(gasDensity) {}
51 const double flowRate, initialTemperature, finalTemperature, specificHeat, correctionFactor, gasDensity;
53 #endif //AMO_SUITE_GASCOOLINGLOSSES_H
GasCoolingLosses(const double flowRate, const double initialTemperature, const double finalTemperature, const double specificHeat, const double correctionFactor, const double gasDensity)
double getHeatLoss() const