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 <SteamModelerInput.h>
Public Member Functions | |
SteamModelerInput (const bool isBaselineCalc, const double baselinePowerDemand, const BoilerInput &boilerInput, const HeaderInput &headerInput, const OperationsInput &operationsInput, const TurbineInput &turbineInput) | |
bool | isBaselineCalc () const |
double | getBaselinePowerDemand () const |
BoilerInput | getBoilerInput () const |
HeaderInput | getHeaderInput () const |
OperationsInput | getOperationsInput () const |
TurbineInput | getTurbineInput () const |
Private Attributes | |
bool | baselineCalc |
double | baselinePowerDemand |
BoilerInput | boilerInput |
HeaderInput | headerInput |
OperationsInput | operationsInput |
TurbineInput | turbineInput |
Steam Modeler input data; holds all of the needed input data.
Definition at line 12 of file SteamModelerInput.h.
|
private |
Definition at line 31 of file SteamModelerInput.h.
|
private |
Definition at line 32 of file SteamModelerInput.h.
|
private |
Definition at line 33 of file SteamModelerInput.h.
|
private |
Definition at line 34 of file SteamModelerInput.h.
|
private |
Definition at line 35 of file SteamModelerInput.h.
|
private |
Definition at line 36 of file SteamModelerInput.h.