13 #include "SteamProperties.h" 14 #include "SteamSystemModelerTool.h" 16 #ifndef AMO_TOOLS_SUITE_HEATLOSS_H 17 #define AMO_TOOLS_SUITE_HEATLOSS_H 35 double inletMassFlow,
double percentHeatLoss);
37 friend std::ostream &operator<<(std::ostream &stream,
const HeatLoss &heatLoss);
118 void calculateProperties();
120 double inletPressure, quantityValue, inletMassFlow, percentHeatLoss;
122 double inletEnergyFlow, outletEnergyFlow;
129 #endif //AMO_TOOLS_SUITE_HEATLOSS_H SteamSystemModelerTool::FluidProperties const & getInletProperties() const
void setQuantityType(SteamProperties::ThermodynamicQuantity quantityType)
void setQuantityValue(double quantityValue)
SteamSystemModelerTool::FluidProperties const & getOutletProperties() const
double getHeatLoss() const
void setInletPressure(double inletPressure)
double getQuantityValue() const
SteamProperties::ThermodynamicQuantity getQuantityType() const
double getInletPressure() const
HeatLoss(double inletPressure, SteamProperties::ThermodynamicQuantity quantityType, double quantityValue, double inletMassFlow, double percentHeatLoss)
void setPercentHeatLoss(double percentHeatLoss)
double getPercentHeatLoss() const
ThermodynamicQuantity
enum class for ThermodynamicQuantity
void setInletMassFlow(double inletMassFlow)
double getInletMassFlow() const