![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
#include <HeatLoss.h>
Friends | |
std::ostream & | operator<< (std::ostream &stream, const HeatLoss &heatLoss) |
std::ostream & | operator<< (std::ostream &stream, const HeatLoss &heatLoss) |
std::ostream & | operator<< (std::ostream &stream, const HeatLoss &heatLoss) |
Heat Loss calculator class Used to calculate the heat energy loss and outlet steam properties
Definition at line 23 of file HeatLoss.h.
HeatLoss::HeatLoss | ( | double | inletPressure, |
SteamProperties::ThermodynamicQuantity | quantityType, | ||
double | quantityValue, | ||
double | inletMassFlow, | ||
double | percentHeatLoss | ||
) |
Constructor for the heat loss calculator
inletPressure | double, inlet pressure in MPa |
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
quantityValue | double, value of the quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
inletMassFlow | double, inlet mass flow in kg/hr |
percentHeatLoss | double, heat loss as % |
Definition at line 12 of file HeatLoss.cpp.
HeatLoss::HeatLoss | ( | double | inletPressure, |
SteamProperties::ThermodynamicQuantity | quantityType, | ||
double | quantityValue, | ||
double | inletMassFlow, | ||
double | percentHeatLoss | ||
) |
Constructor for the heat loss calculator
inletPressure | double, inlet pressure in MPa |
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
quantityValue | double, value of the quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
inletMassFlow | double, inlet mass flow in kg/hr |
percentHeatLoss | double, heat loss as % |
HeatLoss::HeatLoss | ( | double | inletPressure, |
SteamProperties::ThermodynamicQuantity | quantityType, | ||
double | quantityValue, | ||
double | inletMassFlow, | ||
double | percentHeatLoss | ||
) |
Constructor for the heat loss calculator
inletPressure | double, inlet pressure in MPa |
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
quantityValue | double, value of the quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
inletMassFlow | double, inlet mass flow in kg/hr |
percentHeatLoss | double, heat loss as % |
|
inline |
|
inline |
|
inline |
|
inline |
Gets the inlet mass flow
Definition at line 73 of file HeatLoss.h.
|
inline |
Gets the inlet mass flow
Definition at line 73 of file HeatLoss.h.
|
inline |
Gets the inlet mass flow
Definition at line 73 of file HeatLoss.h.
|
inline |
Gets the inlet pressure
Definition at line 61 of file HeatLoss.h.
|
inline |
Gets the inlet pressure
Definition at line 61 of file HeatLoss.h.
|
inline |
Gets the inlet pressure
Definition at line 61 of file HeatLoss.h.
|
inline |
Gets all of the inlet properties
Definition at line 43 of file HeatLoss.h.
|
inline |
Gets all of the inlet properties
Definition at line 43 of file HeatLoss.h.
|
inline |
Gets all of the inlet properties
Definition at line 43 of file HeatLoss.h.
|
inline |
Gets all of the outlet steam properties
Definition at line 49 of file HeatLoss.h.
|
inline |
Gets all of the outlet steam properties
Definition at line 49 of file HeatLoss.h.
|
inline |
Gets all of the outlet steam properties
Definition at line 49 of file HeatLoss.h.
|
inline |
|
inline |
|
inline |
|
inline |
Gets the quantity type
Definition at line 85 of file HeatLoss.h.
|
inline |
Gets the quantity type
Definition at line 85 of file HeatLoss.h.
|
inline |
Gets the quantity type
Definition at line 85 of file HeatLoss.h.
|
inline |
Gets the quantity value
Definition at line 67 of file HeatLoss.h.
|
inline |
Gets the quantity value
Definition at line 67 of file HeatLoss.h.
|
inline |
Gets the quantity value
Definition at line 67 of file HeatLoss.h.
void HeatLoss::setInletMassFlow | ( | double | inletMassFlow | ) |
Sets the inlet mass flow
inletMassFlow | double, mass flow of the inlet steam in kg/hr |
void HeatLoss::setInletMassFlow | ( | double | inletMassFlow | ) |
Sets the inlet mass flow
inletMassFlow | double, mass flow of the inlet steam in kg/hr |
Definition at line 62 of file HeatLoss.cpp.
void HeatLoss::setInletMassFlow | ( | double | inletMassFlow | ) |
Sets the inlet mass flow
inletMassFlow | double, mass flow of the inlet steam in kg/hr |
void HeatLoss::setInletPressure | ( | double | inletPressure | ) |
Sets the inlet pressure
inletPressure | double, pressure of the inlet steam in MPa |
Definition at line 52 of file HeatLoss.cpp.
void HeatLoss::setInletPressure | ( | double | inletPressure | ) |
Sets the inlet pressure
inletPressure | double, pressure of the inlet steam in MPa |
void HeatLoss::setInletPressure | ( | double | inletPressure | ) |
Sets the inlet pressure
inletPressure | double, pressure of the inlet steam in MPa |
void HeatLoss::setPercentHeatLoss | ( | double | percentHeatLoss | ) |
Sets the percent heat loss
percentHeatLoss | double, heat loss as % |
Definition at line 67 of file HeatLoss.cpp.
void HeatLoss::setPercentHeatLoss | ( | double | percentHeatLoss | ) |
Sets the percent heat loss
percentHeatLoss | double, heat loss as % |
void HeatLoss::setPercentHeatLoss | ( | double | percentHeatLoss | ) |
Sets the percent heat loss
percentHeatLoss | double, heat loss as % |
void HeatLoss::setQuantityType | ( | SteamProperties::ThermodynamicQuantity | quantityType | ) |
Sets the quantity type
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
void HeatLoss::setQuantityType | ( | SteamProperties::ThermodynamicQuantity | quantityType | ) |
Sets the quantity type
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
void HeatLoss::setQuantityType | ( | SteamProperties::ThermodynamicQuantity | quantityType | ) |
Sets the quantity type
quantityType | SteamProperties::ThermodynamicQuantity, type of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
Definition at line 72 of file HeatLoss.cpp.
void HeatLoss::setQuantityValue | ( | double | quantityValue | ) |
Sets the quantity value
quantityValue | double, value of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
void HeatLoss::setQuantityValue | ( | double | quantityValue | ) |
Sets the quantity value
quantityValue | double, value of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |
Definition at line 57 of file HeatLoss.cpp.
void HeatLoss::setQuantityValue | ( | double | quantityValue | ) |
Sets the quantity value
quantityValue | double, value of quantity (either temperature in K, enthalpy in kJ/kg, entropy in kJ/kg/K, or quality - unitless) |