#include <TurbineInput.h>
|
| PressureTurbine (double isentropicEfficiency, double generationEfficiency, PressureTurbineOperation operationType, double operationValue1, double operationValue2, bool useTurbine) |
|
double | getIsentropicEfficiency () const |
|
double | getGenerationEfficiency () const |
|
PressureTurbineOperation | getOperationType () const |
|
double | getOperationValue1 () const |
|
double | getOperationValue2 () const |
|
bool | isUseTurbine () const |
|
|
std::ostream & | operator<< (std::ostream &stream, const PressureTurbine &pt) |
|
Steam Modeler pressure turbine input data.
Definition at line 62 of file TurbineInput.h.
◆ generationEfficiency
double PressureTurbine::generationEfficiency |
|
private |
◆ isentropicEfficiency
double PressureTurbine::isentropicEfficiency |
|
private |
◆ operationType
PressureTurbineOperation PressureTurbine::operationType |
|
private |
◆ operationValue1
double PressureTurbine::operationValue1 |
|
private |
◆ operationValue2
double PressureTurbine::operationValue2 |
|
private |
◆ useTurbine
bool PressureTurbine::useTurbine |
|
private |
The documentation for this class was generated from the following file: