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.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SteamModelerInput Class Reference

#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
 

Detailed Description

Steam Modeler input data; holds all of the needed input data.

Definition at line 12 of file SteamModelerInput.h.

Member Data Documentation

◆ baselineCalc

bool SteamModelerInput::baselineCalc
private

Definition at line 31 of file SteamModelerInput.h.

◆ baselinePowerDemand

double SteamModelerInput::baselinePowerDemand
private

Definition at line 32 of file SteamModelerInput.h.

◆ boilerInput

BoilerInput SteamModelerInput::boilerInput
private

Definition at line 33 of file SteamModelerInput.h.

◆ headerInput

HeaderInput SteamModelerInput::headerInput
private

Definition at line 34 of file SteamModelerInput.h.

◆ operationsInput

OperationsInput SteamModelerInput::operationsInput
private

Definition at line 35 of file SteamModelerInput.h.

◆ turbineInput

TurbineInput SteamModelerInput::turbineInput
private

Definition at line 36 of file SteamModelerInput.h.


The documentation for this class was generated from the following file: