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 <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) |
Steam Modeler turbine input data; holds all of the turbines' data.
Definition at line 93 of file TurbineInput.h.
|
private |
Definition at line 109 of file TurbineInput.h.
|
private |
Definition at line 110 of file TurbineInput.h.
|
private |
Definition at line 111 of file TurbineInput.h.
|
private |
Definition at line 112 of file TurbineInput.h.