|
| | PrvWithDesuperheating (double inletPressure, SteamProperties::ThermodynamicQuantity quantityType, double quantityValue, double inletMassFlow, double outletPressure, double feedwaterPressure, SteamProperties::ThermodynamicQuantity feedwaterQuantityType, double feedwaterQuantityValue, double desuperheatingTemp) |
| |
| bool | isWithDesuperheating () const override |
| |
| void | setFeedwaterPressure (double feedwaterPressure) |
| |
| double | getFeedwaterPressure () const |
| |
| void | setFeedwaterQuantityType (SteamProperties::ThermodynamicQuantity feedwaterQuantityType) |
| |
| SteamProperties::ThermodynamicQuantity | getFeedwaterQuantityType () const |
| |
| void | setFeedwaterQuantityValue (double feedwaterQuantityValue) |
| |
| double | getFeedwaterQuantityValue () const |
| |
| void | setDesuperheatingTemp (double desuperheatingTemp) |
| |
| double | getDesuperheatingTemp () const |
| |
| SteamSystemModelerTool::SteamPropertiesOutput const & | getFeedwaterProperties () const |
| |
| double | getOutletMassFlow () const override |
| |
| double | getOutletEnergyFlow () const override |
| |
| double | getFeedwaterMassFlow () const |
| |
| double | getFeedwaterEnergyFlow () const |
| |
| SteamSystemModelerTool::SteamPropertiesOutput const & | getInletProperties () const |
| |
| SteamSystemModelerTool::SteamPropertiesOutput const & | getOutletProperties () const |
| |
| double | getInletEnergyFlow () const |
| |
| double | getInletMassFlow () const |
| |
| | PrvWithoutDesuperheating (double inletPressure, SteamProperties::ThermodynamicQuantity quantityType, double quantityValue, double inletMassFlow, double outletPressure) |
| |
| double | getInletPressure () const |
| |
| SteamProperties::ThermodynamicQuantity | getQuantityType () const |
| |
| double | getQuantityValue () const |
| |
| double | getInletMassFlow () const |
| |
| double | getOutletPressure () const |
| |
| SteamSystemModelerTool::SteamPropertiesOutput const & | getInletProperties () const |
| |
| SteamSystemModelerTool::SteamPropertiesOutput const & | getOutletProperties () const |
| |
| double | getInletEnergyFlow () const |
| |
| void | setInletPressure (double inletPressure) |
| |
| void | setQuantityType (SteamProperties::ThermodynamicQuantity quantityType) |
| |
| void | setQuantityValue (double quantityValue) |
| |
| void | setInletMassFlow (double inletMassFlow) |
| |
| void | setOutletPressure (double outletPressure) |
| |
PRV with Desuperheating calculator class Used to calculateThermalResistance the heat steam properties
Definition at line 181 of file PRV.h.