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 <ReducedSteamException.h>
Public Member Functions | |
ReducedSteamException (const std::string &actionMessage, const std::shared_ptr< Turbine > &highToLowPressureTurbineUpdated, const std::shared_ptr< Turbine > &highToLowPressureTurbineIdealUpdated) | |
const std::string & | getActionMessage () const |
const std::shared_ptr< Turbine > & | getHighToLowPressureTurbineUpdated () const |
const std::shared_ptr< Turbine > & | getHighToLowPressureTurbineIdealUpdated () const |
Private Attributes | |
std::string | actionMessage |
std::shared_ptr< Turbine > | highToLowPressureTurbineUpdated |
std::shared_ptr< Turbine > | highToLowPressureTurbineIdealUpdated |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const ReducedSteamException &e) |
Represents a situation in calculating when had to take steam from one to use in another to balance the system.
Definition at line 13 of file ReducedSteamException.h.
|
private |
Definition at line 28 of file ReducedSteamException.h.
|
private |
Definition at line 30 of file ReducedSteamException.h.
|
private |
Definition at line 29 of file ReducedSteamException.h.