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

Public Attributes

double remainingAdditionalSteamNeeded
 
std::shared_ptr< TurbinehighToLowPressureTurbineUpdated
 
std::shared_ptr< TurbinehighToLowPressureTurbineIdealUpdated
 

Friends

std::ostream & operator<< (std::ostream &stream, const SteamReducerOutput &output)
 

Detailed Description

Definition at line 9 of file SteamReducer.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const SteamReducerOutput output 
)
friend

Definition at line 15 of file SteamReducer.h.

Member Data Documentation

◆ highToLowPressureTurbineIdealUpdated

std::shared_ptr<Turbine> SteamReducerOutput::highToLowPressureTurbineIdealUpdated

Definition at line 13 of file SteamReducer.h.

◆ highToLowPressureTurbineUpdated

std::shared_ptr<Turbine> SteamReducerOutput::highToLowPressureTurbineUpdated

Definition at line 12 of file SteamReducer.h.

◆ remainingAdditionalSteamNeeded

double SteamReducerOutput::remainingAdditionalSteamNeeded

Definition at line 11 of file SteamReducer.h.


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