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 | Friends | List of all members
TurbineInput Class Reference

#include <TurbineInput.h>

Public Member Functions

 TurbineInput (const CondensingTurbine &condensingTurbine, const PressureTurbine &highToLowTurbine, const PressureTurbine &highToMediumTurbine, const PressureTurbine &mediumToLowTurbine)
 
CondensingTurbine getCondensingTurbine () const
 
PressureTurbine getHighToLowTurbine () const
 
PressureTurbine getHighToMediumTurbine () const
 
PressureTurbine getMediumToLowTurbine () const
 

Private Attributes

CondensingTurbine condensingTurbine
 
PressureTurbine highToLowTurbine
 
PressureTurbine highToMediumTurbine
 
PressureTurbine mediumToLowTurbine
 

Friends

std::ostream & operator<< (std::ostream &stream, const TurbineInput &turbineInput)
 

Detailed Description

Steam Modeler turbine input data; holds all of the turbines' data.

Definition at line 93 of file TurbineInput.h.

Member Data Documentation

◆ condensingTurbine

CondensingTurbine TurbineInput::condensingTurbine
private

Definition at line 109 of file TurbineInput.h.

◆ highToLowTurbine

PressureTurbine TurbineInput::highToLowTurbine
private

Definition at line 110 of file TurbineInput.h.

◆ highToMediumTurbine

PressureTurbine TurbineInput::highToMediumTurbine
private

Definition at line 111 of file TurbineInput.h.

◆ mediumToLowTurbine

PressureTurbine TurbineInput::mediumToLowTurbine
private

Definition at line 112 of file TurbineInput.h.


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