|
OpenWAM
|
Public Member Functions | |
| void | PutNumeroCV (int valor) |
| int | getNumeroCV () |
| double | getPotenciaCV () |
| TCCCompresorVolumetrico (nmTypeBC TipoCC, int numCC, nmTipoCalculoEspecies SpeciesModel, int numeroespecies, nmCalculoGamma GammaCalculation, bool ThereIsEGR) | |
| void | CalculaCondicionContorno (double Time) |
| void | LeeCCCompresorVol (const char *FileWAM, fpos_t &filepos, int NumberOfPipes, TTubo **Pipe, bool HayMotor) |
| void | ObtencionValoresInstantaneos (double ene) |
| void | ReadAverageResultsCV (const char *FileWAM, fpos_t &filepos) |
| void | CabeceraResultadosMedCV (stringstream &medoutput) |
| void | ImprimeResultadosMedCV (stringstream &medoutput) |
| void | ResultadosMediosCV () |
| void | AcumulaResultadosMediosCV (double Actual) |
| void | LeeResultadosInstantCV (const char *FileWAM, fpos_t &filepos) |
| void | CabeceraResultadosInstantCV (stringstream &insoutput) |
| void | ImprimeResultadosInstantCV (stringstream &insoutput) |
| void | ResultadosInstantCV () |
| void | IniciaMedias () |
Public Member Functions inherited from TCondicionContorno | |
| 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 | TuboCalculandose (int i) |
| 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) |
Public Attributes | |
| int | FNumeroCV |
Public Attributes inherited from TCondicionContorno | |
| double | FPosicionNodo |
Additional Inherited Members | |
Protected Attributes inherited from TCondicionContorno | |
| nmTypeBC | FTipoCC |
| stTuboExtremo * | FTuboExtremo |
| int | FNumeroCC |
| int | FNumeroTubosCC |
| double | FTime0 |
| double | FTime1 |
| double | FDeltaT |
| double | FDeltaAngulo |
| double | FAnguloAnterior |
| double | FAnguloActual |
| int | FNumeroEspecies |
| nmTipoCalculoEspecies | FCalculoEspecies |
| nmCalculoGamma | FCalculoGamma |
| double | FGamma |
| double | FRMezcla |
| double | FCvMezcla |
| double | FCpMezcla |
| double * | FFraccionMasicaEspecie |
| bool | FHayEGR |
| int | FIntEGR |
| bool | FUnionDPF |
Definition at line 37 of file TCCCompresorVolumetrico.h.
|
virtual |
Acotacion del intervalo donde esta U
Implements TCondicionContorno.
Definition at line 201 of file TCCCompresorVolumetrico.cpp.
References TTubo::GetGamma(), and TTubo::GetRMezcla().
1.8.17