OpenWAM
|
Public Member Functions | |
TAcousticCompressor () | |
~TAcousticCompressor () | |
TAcousticCompressor (int InletPipeID, int VoluteID, int OutletPipeID, int RotorVolumeID, int StatorVolumeID) | |
double | P10 () |
Compute the total pressure at compressor inlet. More... | |
double | P1 () |
double | P20 () |
Compute the total pressure at compressor outlet. More... | |
double | P2 () |
Compute the pressure at compressor outlet. More... | |
double | T10 () |
Compute the total temperature at compressor inlet. More... | |
double | T2 () |
Compute the temperature at compressor outlet. More... | |
double | T20 () |
double | T1 () |
double | Din () |
double | CompRatio () |
void | PutHeatPower (double Power) |
void | PutHeatPowerIn (double Power) |
void | AsignInPipe (TTubo **Pipe) |
void | AsignOutPipe (TTubo **Pipe) |
void | AsignVolute (TTubo **Pipe) |
void | AsignRotorVol (TDeposito **Volume) |
void | AsignStatorVol (TDeposito **Volume) |
void | AsignElementsID (int InletPipeID, int VoluteID, int OutletPipeID, int RotorVolumeID, int StatorVolumeID) |
double | CRCorrector () |
double | EFCorrector (double rnew, double rorig) |
double | MassFlow () |
double | Efficiency () |
Definition at line 66 of file TAcousticCompressor.h.
TAcousticCompressor::TAcousticCompressor | ( | ) |
TAcousticCompressor::~TAcousticCompressor | ( | ) |
double TAcousticCompressor::P10 | ( | ) |
Compute the total pressure at compressor inlet.
Compute the total pressure at compressor inlet.
Definition at line 52 of file TAcousticCompressor.cpp.
References TTubo::GetAsonido(), and TTubo::GetPresion().
double TAcousticCompressor::P2 | ( | ) |
Compute the pressure at compressor outlet.
Compute the pressure at compressor outlet.
Definition at line 84 of file TAcousticCompressor.cpp.
References TTubo::GetPresion().
double TAcousticCompressor::P20 | ( | ) |
Compute the total pressure at compressor outlet.
Compute the total pressure at compressor outlet.
Definition at line 70 of file TAcousticCompressor.cpp.
References TTubo::GetAsonido(), and TTubo::GetPresion().
double TAcousticCompressor::T10 | ( | ) |
Compute the total temperature at compressor inlet.
Compute the total pressure at compressor outlet.
Definition at line 92 of file TAcousticCompressor.cpp.
References TTubo::GetAsonido(), and TTubo::GetPresion().
double TAcousticCompressor::T2 | ( | ) |
Compute the temperature at compressor outlet.
Compute the pressure at compressor outlet.
Definition at line 106 of file TAcousticCompressor.cpp.
References TTubo::GetAsonido().