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 | Private Attributes | List of all members
HighToMediumSteamTurbineCalculator Class Reference

Public Member Functions

HighToMediumSteamTurbineCalculationsDomain calc (const int headerCountInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const HeaderWithHighestPressure &highPressureHeaderInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 

Private Member Functions

HighToMediumSteamTurbineCalculationsDomain calc (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
HighToMediumSteamTurbineCalculationsDomain calcFlowRange (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
HighToMediumSteamTurbineCalculationsDomain calcPowerRange (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
HighToMediumSteamTurbineCalculationsDomain calcPowerGeneration (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
HighToMediumSteamTurbineCalculationsDomain calcSteamFlow (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
HighToMediumSteamTurbineCalculationsDomain calcBalanceHeader (const double availableMassFlow, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &highToMediumTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput) const
 
double calcAvailableMassFlow (const HeaderWithHighestPressure &highPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine) const
 

Private Attributes

TurbineFactory turbineFactory = TurbineFactory()
 
SteamBalanceCheckerService steamBalanceCheckerService = SteamBalanceCheckerService()
 

Detailed Description

Definition at line 18 of file HighToMediumSteamTurbineCalculator.h.

Member Data Documentation

◆ steamBalanceCheckerService

SteamBalanceCheckerService HighToMediumSteamTurbineCalculator::steamBalanceCheckerService = SteamBalanceCheckerService()
private

Definition at line 31 of file HighToMediumSteamTurbineCalculator.h.

◆ turbineFactory

TurbineFactory HighToMediumSteamTurbineCalculator::turbineFactory = TurbineFactory()
private

Definition at line 30 of file HighToMediumSteamTurbineCalculator.h.


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