#include <SteamModelRunner.h>
|
SteamModelCalculationsDomain | run (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) const |
|
SteamModelCalculationsDomain | run (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) const |
|
SteamModelCalculationsDomain | run (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) const |
|
Runs the Steam Model.
Definition at line 15 of file SteamModelRunner.h.
◆ run() [1/3]
Repeatedly run the Steam Model algorithm until the system balances.
- Parameters
-
isBaselineCalc | true if this is a baseline calc run. |
baselinePowerDemand | Amount of the baseline power demand. |
headerInput | All of the headers input data. |
boilerInput | The boiler input data. |
turbineInput | All of the turbines input data. |
operationsInput | The operational input data. |
- Returns
- The Steam Modeler processing results.
- Exceptions
-
std::logic_error | when unable to attain balanced steam model. |
Definition at line 4 of file SteamModelRunner.cpp.
◆ run() [2/3]
Repeatedly run the Steam Model algorithm until the system balances.
- Parameters
-
isBaselineCalc | true if this is a baseline calc run. |
baselinePowerDemand | Amount of the baseline power demand. |
headerInput | All of the headers input data. |
boilerInput | The boiler input data. |
turbineInput | All of the turbines input data. |
operationsInput | The operational input data. |
- Returns
- The Steam Modeler processing results.
- Exceptions
-
std::logic_error | when unable to attain balanced steam model. |
◆ run() [3/3]
Repeatedly run the Steam Model algorithm until the system balances.
- Parameters
-
isBaselineCalc | true if this is a baseline calc run. |
baselinePowerDemand | Amount of the baseline power demand. |
headerInput | All of the headers input data. |
boilerInput | The boiler input data. |
turbineInput | All of the turbines input data. |
operationsInput | The operational input data. |
- Returns
- The Steam Modeler processing results.
- Exceptions
-
std::logic_error | when unable to attain balanced steam model. |
The documentation for this class was generated from the following files: