![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
#include <SteamModeler.h>
Public Member Functions | |
SteamModelerOutput | model (const SteamModelerInput &steamModelerInput) |
SteamModelerOutput | model (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) |
SteamModelerOutput | model (const SteamModelerInput &steamModelerInput) |
SteamModelerOutput | model (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) |
SteamModelerOutput | model (const SteamModelerInput &steamModelerInput) |
SteamModelerOutput | model (const bool isBaselineCalc, const double baselinePowerDemand, const HeaderInput &headerInput, const BoilerInput &boilerInput, const TurbineInput &turbineInput, const OperationsInput &operationsInput) |
The entry-point into the Steam Modeler. Use one of the model methods to initiate the system balancing.
Definition at line 14 of file SteamModeler.h.
SteamModelerOutput SteamModeler::model | ( | const SteamModelerInput & | steamModelerInput | ) |
Entry into the Steam Modeler using a SteamModelerInput object.
steamModelerInput | The object containing the Steam Modeler data for processing. |
Definition at line 3 of file SteamModeler.cpp.
SteamModelerOutput SteamModeler::model | ( | const SteamModelerInput & | steamModelerInput | ) |
Entry into the Steam Modeler using a SteamModelerInput object.
steamModelerInput | The object containing the Steam Modeler data for processing. |
SteamModelerOutput SteamModeler::model | ( | const SteamModelerInput & | steamModelerInput | ) |
Entry into the Steam Modeler using a SteamModelerInput object.
steamModelerInput | The object containing the Steam Modeler data for processing. |
SteamModelerOutput SteamModeler::model | ( | const bool | isBaselineCalc, |
const double | baselinePowerDemand, | ||
const HeaderInput & | headerInput, | ||
const BoilerInput & | boilerInput, | ||
const TurbineInput & | turbineInput, | ||
const OperationsInput & | operationsInput | ||
) |
Entry into the Steam Modeler using individual data objects.
isBaselineCalc | true if this is the 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. |
SteamModelerOutput SteamModeler::model | ( | const bool | isBaselineCalc, |
const double | baselinePowerDemand, | ||
const HeaderInput & | headerInput, | ||
const BoilerInput & | boilerInput, | ||
const TurbineInput & | turbineInput, | ||
const OperationsInput & | operationsInput | ||
) |
Entry into the Steam Modeler using individual data objects.
isBaselineCalc | true if this is the 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. |
Definition at line 15 of file SteamModeler.cpp.
SteamModelerOutput SteamModeler::model | ( | const bool | isBaselineCalc, |
const double | baselinePowerDemand, | ||
const HeaderInput & | headerInput, | ||
const BoilerInput & | boilerInput, | ||
const TurbineInput & | turbineInput, | ||
const OperationsInput & | operationsInput | ||
) |
Entry into the Steam Modeler using individual data objects.
isBaselineCalc | true if this is the 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. |