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

Public Member Functions

SteamReducerOutput check (const std::string &itemName, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const double neededMassFlow, const double availableMassFlow) const
 
SteamReducerOutput check (const std::string &itemName, const PressureTurbine &highToLowTurbineInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const Boiler &boiler, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdeal, const std::shared_ptr< Turbine > &highToMediumPressureTurbine, const SteamSystemModelerTool::FluidProperties &highPressureHeaderOutput, const double availableMassFlow) const
 
void check (const std::shared_ptr< Turbine > &turbine, const double availableMassFlow, const Boiler &boiler) const
 

Private Attributes

const RestarterService restarter = RestarterService()
 
const SteamReducer steamReducer = SteamReducer()
 

Detailed Description

Definition at line 11 of file SteamBalanceCheckerService.h.

Member Data Documentation

◆ restarter

const RestarterService SteamBalanceCheckerService::restarter = RestarterService()
private

Definition at line 31 of file SteamBalanceCheckerService.h.

◆ steamReducer

const SteamReducer SteamBalanceCheckerService::steamReducer = SteamReducer()
private

Definition at line 32 of file SteamBalanceCheckerService.h.


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