|
std::ostream & | operator<< (std::ostream &stream, const Inlet &inlet) |
|
Definition at line 10 of file Header.h.
◆ Inlet()
Constructor for the Inlet class, to be used in combination with the Header class, shares the same units as Header
- Parameters
-
pressure | 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) |
massFlow | double, inlet mass flow in kg/hr |
◆ getInletEnergyFlow()
double Inlet::getInletEnergyFlow |
( |
| ) |
const |
|
inline |
◆ getInletProperties()
◆ getMassFlow()
double Inlet::getMassFlow |
( |
| ) |
const |
|
inline |
◆ getPressure()
double Inlet::getPressure |
( |
| ) |
const |
|
inline |
◆ getQuantityType()
◆ getQuantityValue()
double Inlet::getQuantityValue |
( |
| ) |
const |
|
inline |
◆ inletEnergyFlow
double Inlet::inletEnergyFlow |
|
private |
◆ inletProperties
◆ massFlow
◆ pressure
◆ quantityType
◆ quantityValue
double Inlet::quantityValue |
|
private |
The documentation for this class was generated from the following file: