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 <SteamBalanceException.h>
Public Member Functions | |
SteamBalanceException (double additionalSteamNeeded, double adjustedInitialSteam) | |
double | getAdditionalSteamNeeded () const |
double | getAdjustedInitialSteam () const |
Private Attributes | |
double | additionalSteamNeeded |
double | adjustedInitialSteam |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const SteamBalanceException &e) |
Represents a situation in the calculations when incorrect amount of steam remains, therefore cannot balance the system. Typically need to start the model over with an adjusted initial mass flow amount.
Definition at line 12 of file SteamBalanceException.h.
SteamBalanceException::SteamBalanceException | ( | double | additionalSteamNeeded, |
double | adjustedInitialSteam | ||
) |
additionalSteamNeeded | The additional amount of steam needed. |
adjustedInitialSteam | The adjusted amount of steam to use when re-running the model. |
|
private |
Definition at line 27 of file SteamBalanceException.h.
|
private |
Definition at line 28 of file SteamBalanceException.h.