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
MediumToLowPressureTurbineCalculatorOutput Class Reference

Public Attributes

std::shared_ptr< TurbinemediumToLowPressureTurbine
 
std::shared_ptr< TurbinemediumToLowPressureTurbineIdeal
 
std::shared_ptr< TurbinehighToLowPressureTurbineUpdated
 
std::shared_ptr< TurbinehighToLowPressureTurbineIdealUpdated
 

Friends

std::ostream & operator<< (std::ostream &stream, const MediumToLowPressureTurbineCalculatorOutput &domain)
 

Detailed Description

Definition at line 17 of file MediumToLowPressureTurbineCalculator.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const MediumToLowPressureTurbineCalculatorOutput domain 
)
friend

Definition at line 24 of file MediumToLowPressureTurbineCalculator.h.

Member Data Documentation

◆ highToLowPressureTurbineIdealUpdated

std::shared_ptr<Turbine> MediumToLowPressureTurbineCalculatorOutput::highToLowPressureTurbineIdealUpdated

Definition at line 22 of file MediumToLowPressureTurbineCalculator.h.

◆ highToLowPressureTurbineUpdated

std::shared_ptr<Turbine> MediumToLowPressureTurbineCalculatorOutput::highToLowPressureTurbineUpdated

Definition at line 21 of file MediumToLowPressureTurbineCalculator.h.

◆ mediumToLowPressureTurbine

std::shared_ptr<Turbine> MediumToLowPressureTurbineCalculatorOutput::mediumToLowPressureTurbine

Definition at line 19 of file MediumToLowPressureTurbineCalculator.h.

◆ mediumToLowPressureTurbineIdeal

std::shared_ptr<Turbine> MediumToLowPressureTurbineCalculatorOutput::mediumToLowPressureTurbineIdeal

Definition at line 20 of file MediumToLowPressureTurbineCalculator.h.


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