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
HighToLowSteamTurbineCalculator Class Reference

Public Member Functions

std::shared_ptr< Turbinecalc (const int headerCountInput, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const HeaderWithHighestPressure &highPressureHeaderInput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 

Private Member Functions

std::shared_ptr< TurbinecalcHighToLowPressureTurbine (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinecalcFlowRange (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinecalcPowerRange (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinecalcPowerGeneration (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinecalcSteamFlow (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const bool isCalcIdeal) const
 
std::shared_ptr< TurbinecalcBalanceHeader (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const bool isCalcIdeal) const
 
double calcAvailableMassFlow (const HeaderWithHighestPressure &highPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine) const
 

Private Attributes

RestarterService restarter = RestarterService()
 
SteamBalanceCheckerService steamBalanceCheckerService = SteamBalanceCheckerService()
 
TurbineFactory turbineFactory = TurbineFactory()
 

Detailed Description

Definition at line 14 of file HighToLowSteamTurbineCalculator.h.

Member Data Documentation

◆ restarter

RestarterService HighToLowSteamTurbineCalculator::restarter = RestarterService()
private

Definition at line 25 of file HighToLowSteamTurbineCalculator.h.

◆ steamBalanceCheckerService

SteamBalanceCheckerService HighToLowSteamTurbineCalculator::steamBalanceCheckerService = SteamBalanceCheckerService()
private

Definition at line 26 of file HighToLowSteamTurbineCalculator.h.

◆ turbineFactory

TurbineFactory HighToLowSteamTurbineCalculator::turbineFactory = TurbineFactory()
private

Definition at line 27 of file HighToLowSteamTurbineCalculator.h.


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