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

Public Member Functions

MediumToLowPressureTurbineCalculatorOutput calc (const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 

Private Member Functions

MediumToLowPressureTurbineCalculatorOutput calc (const double availableMassFlow, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler) const
 
MediumToLowPressureTurbineCalculatorOutput calcFlowRange (const double availableMassFlow, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput) const
 
MediumToLowPressureTurbineCalculatorOutput calcPowerRange (const double availableMassFlow, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput) const
 
MediumToLowPressureTurbineCalculatorOutput calcPowerGeneration (const double availableMassFlow, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput) const
 
MediumToLowPressureTurbineCalculatorOutput calcSteamFlow (const double availableMassFlow, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput) const
 
MediumToLowPressureTurbineCalculatorOutput calcBalanceHeader (const double availableMassFlow, const PressureTurbine &mediumToLowTurbineInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal) const
 
double calcAvailableMassFlow (const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &mediumPressureHeaderOutput) const
 

Private Attributes

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

Detailed Description

Definition at line 34 of file MediumToLowPressureTurbineCalculator.h.

Member Data Documentation

◆ steamBalanceCheckerService

const SteamBalanceCheckerService MediumToLowPressureTurbineCalculator::steamBalanceCheckerService = SteamBalanceCheckerService()
private

Definition at line 45 of file MediumToLowPressureTurbineCalculator.h.

◆ turbineFactory

const TurbineFactory MediumToLowPressureTurbineCalculator::turbineFactory = TurbineFactory()
private

Definition at line 46 of file MediumToLowPressureTurbineCalculator.h.


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