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 | |
double | calc (const int headerCountInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const BoilerInput &boilerInput, const std::shared_ptr< FlashTank > &blowdownFlashTank, const Boiler &boiler, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const |
Private Member Functions | |
double | calcFlashTankAdditionalSteam (const int headerCountInput, const BoilerInput &boilerInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< FlashTank > &blowdownFlashTank, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const |
double | calcPrvAdditionalSteam (const int headerCountInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const |
double | addPrvMassFlow (double prvAdditionalSteam, const std::shared_ptr< PrvWithoutDesuperheating > &prv) const |
Definition at line 15 of file SteamProductionCalculator.h.