MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
This is the complete list of members for HeatLoss, including all inherited members.
calculateProperties() (defined in HeatLoss) | HeatLoss | private |
getHeatLoss() const | HeatLoss | inline |
getInletMassFlow() const | HeatLoss | inline |
getInletPressure() const | HeatLoss | inline |
getInletProperties() const | HeatLoss | inline |
getOutletProperties() const | HeatLoss | inline |
getPercentHeatLoss() const | HeatLoss | inline |
getQuantityType() const | HeatLoss | inline |
getQuantityValue() const | HeatLoss | inline |
heatLoss (defined in HeatLoss) | HeatLoss | private |
HeatLoss(double inletPressure, SteamProperties::ThermodynamicQuantity quantityType, double quantityValue, double inletMassFlow, double percentHeatLoss) | HeatLoss | |
inletEnergyFlow (defined in HeatLoss) | HeatLoss | private |
inletMassFlow (defined in HeatLoss) | HeatLoss | private |
inletPressure (defined in HeatLoss) | HeatLoss | private |
inletProperties (defined in HeatLoss) | HeatLoss | private |
operator<< (defined in HeatLoss) | HeatLoss | friend |
outletEnergyFlow (defined in HeatLoss) | HeatLoss | private |
outletProperties (defined in HeatLoss) | HeatLoss | private |
percentHeatLoss (defined in HeatLoss) | HeatLoss | private |
quantityType (defined in HeatLoss) | HeatLoss | private |
quantityValue (defined in HeatLoss) | HeatLoss | private |
setInletMassFlow(double inletMassFlow) | HeatLoss | |
setInletPressure(double inletPressure) | HeatLoss | |
setPercentHeatLoss(double percentHeatLoss) | HeatLoss | |
setQuantityType(SteamProperties::ThermodynamicQuantity quantityType) | HeatLoss | |
setQuantityValue(double quantityValue) | HeatLoss |