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.
|
Public Member Functions | |
LowPressureFlashedSteamIntoHeaderCalculatorDomain | calc (const int headerCountInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain) const |
Private Member Functions | |
std::shared_ptr< FlashTank > | makeMediumPressureCondensateFlashTank (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &mediumPressureCondensate, const SteamSystemModelerTool::FluidProperties &highPressureCondensate, const std::shared_ptr< FlashTank > &highPressureCondensateFlashTank) const |
std::shared_ptr< FlashTank > | makeHighPressureCondensateFlashTank (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &highPressureCondensate) const |
std::shared_ptr< Header > | makeHighAndMediumPressureMixHeader (const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const SteamSystemModelerTool::FluidProperties &mediumPressureCondensate, const SteamSystemModelerTool::FluidProperties &highPressureCondensate, const std::shared_ptr< FlashTank > &highPressureCondensateFlashTank) const |
Private Attributes | |
const FlashTankFactory | flashTankFactory = FlashTankFactory() |
const HeaderFactory | headerFactory = HeaderFactory() |
Definition at line 12 of file LowPressureFlashedSteamIntoHeaderCalculator.h.
|
private |
Definition at line 21 of file LowPressureFlashedSteamIntoHeaderCalculator.h.
|
private |
Definition at line 22 of file LowPressureFlashedSteamIntoHeaderCalculator.h.