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 | |
ProcessSteamUsageCalculationsDomain | model (const double headerCountInput, const HeaderWithHighestPressure &highPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &mediumPressureHeaderInput, const std::shared_ptr< HeaderNotHighestPressure > &lowPressureHeaderInput, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain, const std::shared_ptr< MediumPressureHeaderCalculationsDomain > &mediumPressureHeaderCalculationsDomain, const std::shared_ptr< LowPressureHeaderCalculationsDomain > &lowPressureHeaderCalculationsDomain) const |
Private Member Functions | |
ProcessSteamUsage | calc (const HeaderWithHighestPressure &highPressureHeaderInput, const HighPressureHeaderCalculationsDomain &highPressureHeaderCalculationsDomain) const |
ProcessSteamUsage | calc (const std::shared_ptr< HeaderNotHighestPressure > &headerInput, const SteamSystemModelerTool::FluidProperties &headerOutput, const SteamSystemModelerTool::FluidProperties &pressureCondensate) const |
Definition at line 13 of file ProcessSteamUsageModeler.h.