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.
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
TurbineFactory Class Reference

Public Member Functions

Turbine make (const SteamSystemModelerTool::FluidProperties &headerProperties, const Turbine::TurbineProperty &turbineProperty, const PressureTurbine &highToLowTurbine, const double massFlowOrPowerOut, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure) const
 
Turbine makeIdeal (const SteamSystemModelerTool::FluidProperties &headerProperties, const Turbine::TurbineProperty &turbineProperty, const PressureTurbine &highToLowTurbine, const double massFlowOrPowerOut, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure) const
 
Turbine make (const SteamSystemModelerTool::FluidProperties &headerProperties, const Turbine::TurbineProperty &turbineProperty, const PressureTurbine &highToLowTurbine, const double massFlowOrPowerOut, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure, const double isentropicEfficiency) const
 
Turbine make (const SteamSystemModelerTool::FluidProperties &headerProperties, const CondensingTurbine &condensingTurbine, const bool isCalcIdeal) const
 
Turbine make (const SteamSystemModelerTool::FluidProperties &headerProperties, const CondensingTurbine &condensingTurbine, const double isentropicEfficiency) const
 
Turbine makeWithMassFlow (const SteamSystemModelerTool::FluidProperties &headerProperties, const PressureTurbine &pressureTurbine, const double massFlow, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinemakePtrWithMassFlow (const SteamSystemModelerTool::FluidProperties &headerProperties, const PressureTurbine &pressureTurbine, double massFlow, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure, const bool isCalcIdeal) const
 
Turbine makeWithPowerOut (const SteamSystemModelerTool::FluidProperties &headerProperties, const PressureTurbine &pressureTurbine, const double powerOut, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinemakePtrWithPowerOut (const SteamSystemModelerTool::FluidProperties &headerProperties, const PressureTurbine &pressureTurbine, const double massFlow, const std::shared_ptr< HeaderNotHighestPressure > &headerWithLowPressure, const bool isCalcIdeal) const
 

Private Member Functions

Turbine make (const SteamSystemModelerTool::FluidProperties &headerProperties, const CondensingTurbine &condensingTurbine) const
 
Turbine makeIdeal (const SteamSystemModelerTool::FluidProperties &headerProperties, const CondensingTurbine &condensingTurbine) const
 
Turbine::TurbineProperty convertCondensingTurbineOperationToTurbineProperty (const CondensingTurbineOperation &operationType) const
 

Detailed Description

Definition at line 9 of file TurbineFactory.h.


The documentation for this class was generated from the following file: