|
int | getNumeroCompresor () |
|
TCompresor * | getCompressor () |
|
TDeposito * | getPlenum () |
|
TTubo * | getTuboRotor () |
|
nmPipeEnd | getExtremoTuboRotor () |
|
int | getNumeroDeposito () |
|
int | getNumeroDepositoRot () |
|
int | getNumeroDepositoEst () |
|
double | getInstanteCalculo () |
|
void | PutInstanteCalculo (double valor) |
|
nmCompressorInlet | getEntradaCompresor () |
|
| TCCCompresor (nmTypeBC TipoCC, int numCC, nmTipoCalculoEspecies SpeciesModel, int numeroespecies, nmCalculoGamma GammaCalculation, bool ThereIsEGR) |
|
void | LeeNumeroCompresor (const char *FileWAM, fpos_t &filepos) |
|
void | AsignacionDatos (TCompresor **Compressor, TDeposito **Plenum, const char *FileWAM, fpos_t &filepos, int NumberOfPipes, TTubo **Pipe, TCondicionContorno **BC, int numCC, double AmbientTemperature, double AmbientPressure, double *AtmosphericComposition) |
|
void | ObtencionValoresInstantaneos (double Theta, double tiempoactual) |
|
void | CalculaCondicionContorno (double Time) |
|
void | TuboCalculandose (int TuboActual) |
|
void | ReadCompressorData (const char *FileWAM, fpos_t &filepos, TCompresor **Compressor) |
|
void | AsignData (TDeposito **Plenum, int NumberOfPipes, TTubo **Pipe, TCondicionContorno **BC, int numCC, double *AtmosphericComposition, TCompresor **Compressor, double AmbientTemperature, double AmbientPressure) |
|
nmTypeBC | getTipoCC () |
|
int | getNumeroCC () |
|
int | getNumeroTubosCC () |
|
bool | getUnionDPF () |
|
stTuboExtremo | GetTuboExtremo (int i) |
|
double | GetLanda (int i) |
|
double | GetBeta (int i) |
|
double | GetEntropia (int i) |
|
void | PutBeta (int i, double valor) |
|
void | PutEntropia (int i, double valor) |
|
void | PutLanda (int i, double valor) |
|
void | PutPosicionNodo (double valor) |
|
double | getPosicionNodo () |
|
double | getGamma () |
|
double | getR () |
|
double | GetFraccionMasicaEspecie (int i) |
|
| TCondicionContorno (nmTypeBC Tipo, int numCC, nmTipoCalculoEspecies SpeciesModel, int numeroespecies, nmCalculoGamma GammaCalculation, bool ThereIsEGR) |
|
virtual void | CalculaCaracteristicas (double Time) |
|
virtual void | ReadBoundaryData (const char *FileWAM, fpos_t &filepos, int NumberOfPipes, TTubo **Pipe, int nDPF, TDPF **DPF) |
|
virtual void | AsignAmbientConditions (double Tamb, double Pamb, double *AtmosphericComposition) |
|
virtual void | AsignaTubos (int NumberOfPipes, TTubo **Pipe) |
|
Definition at line 44 of file TCCCompresor.h.