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.
|
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< Turbine > | makePtrWithMassFlow (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< Turbine > | makePtrWithPowerOut (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 |
Definition at line 9 of file TurbineFactory.h.