#include <SteamBalanceException.h>
|
| SteamBalanceException (double additionalSteamNeeded, double adjustedInitialSteam) |
|
double | getAdditionalSteamNeeded () const |
|
double | getAdjustedInitialSteam () const |
|
| SteamBalanceException (double additionalSteamNeeded, double adjustedInitialSteam) |
|
double | getAdditionalSteamNeeded () const |
|
double | getAdjustedInitialSteam () const |
|
| SteamBalanceException (double additionalSteamNeeded, double adjustedInitialSteam) |
|
double | getAdditionalSteamNeeded () const |
|
double | getAdjustedInitialSteam () const |
|
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() [1/3]
SteamBalanceException::SteamBalanceException |
( |
double |
additionalSteamNeeded, |
|
|
double |
adjustedInitialSteam |
|
) |
| |
- Parameters
-
additionalSteamNeeded | The additional amount of steam needed. |
adjustedInitialSteam | The adjusted amount of steam to use when re-running the model. |
Definition at line 3 of file SteamBalanceException.cpp.
◆ SteamBalanceException() [2/3]
SteamBalanceException::SteamBalanceException |
( |
double |
additionalSteamNeeded, |
|
|
double |
adjustedInitialSteam |
|
) |
| |
- Parameters
-
additionalSteamNeeded | The additional amount of steam needed. |
adjustedInitialSteam | The adjusted amount of steam to use when re-running the model. |
◆ SteamBalanceException() [3/3]
SteamBalanceException::SteamBalanceException |
( |
double |
additionalSteamNeeded, |
|
|
double |
adjustedInitialSteam |
|
) |
| |
- Parameters
-
additionalSteamNeeded | The additional amount of steam needed. |
adjustedInitialSteam | The adjusted amount of steam to use when re-running the model. |
The documentation for this class was generated from the following files: