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.
|
#include <RestarterService.h>
Public Member Functions | |
void | restartIfNotEnoughSteam (const std::shared_ptr< Turbine > &turbine, const double availableMassFlow, const Boiler &boiler) const |
void | restartIfNotEnoughSteam (const double additionalSteamNeeded, const Boiler &boiler) const |
Private Member Functions | |
void | logMessage (const std::string &message) const |
Determines when to have the Steam Modeler move to the next iteration attempt for balancing the system.
Definition at line 12 of file RestarterService.h.