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 Inlet, including all inherited members.
calculate() (defined in Inlet) | Inlet | private |
getInletEnergyFlow() const (defined in Inlet) | Inlet | inline |
getInletProperties() const (defined in Inlet) | Inlet | inline |
getMassFlow() const (defined in Inlet) | Inlet | inline |
getPressure() const (defined in Inlet) | Inlet | inline |
getQuantityType() const (defined in Inlet) | Inlet | inline |
getQuantityValue() const (defined in Inlet) | Inlet | inline |
Inlet(double pressure, SteamProperties::ThermodynamicQuantity quantityType, double quantityValue, double massFlow) | Inlet | |
inletEnergyFlow (defined in Inlet) | Inlet | private |
inletProperties (defined in Inlet) | Inlet | private |
massFlow (defined in Inlet) | Inlet | private |
operator<< (defined in Inlet) | Inlet | friend |
pressure (defined in Inlet) | Inlet | private |
quantityType (defined in Inlet) | Inlet | private |
quantityValue (defined in Inlet) | Inlet | private |
setMassFlow(double massFlow) (defined in Inlet) | Inlet | |
setPressure(double pressure) (defined in Inlet) | Inlet | |
setQuantityType(SteamProperties::ThermodynamicQuantity quantityType) (defined in Inlet) | Inlet | |
setQuantityValue(double quantityValue) (defined in Inlet) | Inlet |