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

Public Member Functions

const Header make (const double &headerPressure, const Boiler &boiler) const
 
const Header make (const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< PrvWithoutDesuperheating > &prvWithoutDesuperheating, const PressureTurbine &highToMediumTurbineInput, const std::shared_ptr< Turbine > &highToMediumPressureTurbine, const std::shared_ptr< FlashTank > &highPressureCondensateFlashTank) const
 
const Header make (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< FlashTank > &highPressureCondensateFlashTank, const SteamSystemModelerTool::FluidProperties &mediumPressureCondensate) const
 
const Header make (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureCondensate, const SteamSystemModelerTool::FluidProperties &mediumPressureCondensate) const
 
const Header make (const double headerCountInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const PressureTurbine &highToLowTurbineInput, const PressureTurbine &mediumToLowTurbineInput, const BoilerInput &boilerInput, const std::shared_ptr< PrvWithoutDesuperheating > &lowPressurePrvWithoutDesuperheating, const std::shared_ptr< Turbine > &highToLowPressureTurbine, const std::shared_ptr< FlashTank > &blowdownFlashTank, const LowPressureFlashedSteamIntoHeaderCalculatorDomain &lowPressureFlashedSteamIntoHeaderCalculatorDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain) const
 
const Header make (const int headerCountInput, const double headerPressure, const std::shared_ptr< FlashTank > &highPressureCondensateFlashTank, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const
 
const Header make (const double headerPressure, const SteamSystemModelerTool::FluidProperties &returnCondensate, const BoilerInput &boilerInput, const std::shared_ptr< HeatExchanger::Output > &heatExchangerOutput, const SteamSystemModelerTool::FluidProperties &makeupWater, const CondensingTurbine &condensingTurbineInput, const std::shared_ptr< Turbine > &condensingTurbine) const
 
const Header make (const int headerCountInput, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const
 
double determineLowHeaderPressure (const int headerCountInput, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const
 
const std::shared_ptr< FlashTankselectHighPressureCondensateFlashTank (const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const
 

Private Member Functions

bool isMediumPressureCondensateFlashTankNull (const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const
 

Private Attributes

const InletFactory inletFactory = InletFactory()
 

Detailed Description

Definition at line 22 of file HeaderFactory.h.

Member Data Documentation

◆ inletFactory

const InletFactory HeaderFactory::inletFactory = InletFactory()
private

Definition at line 76 of file HeaderFactory.h.


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