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.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | Friends | List of all members
ReducedSteamException Class Reference

#include <ReducedSteamException.h>

Inheritance diagram for ReducedSteamException:

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< TurbinehighToLowPressureTurbineUpdated
 
std::shared_ptr< TurbinehighToLowPressureTurbineIdealUpdated
 

Friends

std::ostream & operator<< (std::ostream &stream, const ReducedSteamException &e)
 

Detailed Description

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.

Member Data Documentation

◆ actionMessage

std::string ReducedSteamException::actionMessage
private

Definition at line 28 of file ReducedSteamException.h.

◆ highToLowPressureTurbineIdealUpdated

std::shared_ptr<Turbine> ReducedSteamException::highToLowPressureTurbineIdealUpdated
private

Definition at line 30 of file ReducedSteamException.h.

◆ highToLowPressureTurbineUpdated

std::shared_ptr<Turbine> ReducedSteamException::highToLowPressureTurbineUpdated
private

Definition at line 29 of file ReducedSteamException.h.


The documentation for this class was generated from the following file: