45 nmCDFijo = 0, nmValvula4T = 1, nmLamina = 2, nmDiscoRotativo = 3, nmLumbrera2T = 4, nmValvulaContr = 5, nmWasteGate = 6, nmStator = 7, nmRotor = 8, nmCalcExtern = 9, nmMariposa = 10
60 nmTipoValvula FTipoValvula;
95 nmRegimenValv FControlRegimen;
97 double FRelacionVelocidades;
107 double LeeDiametro();
117 nmTipoValvula getTypeOfValve() {
122 double getRegimen() {
126 double getRelacionVelocidades() {
127 return FRelacionVelocidades;
130 nmRegimenValv getControlRegimen() {
131 return FControlRegimen;
135 double getCDTubVol() {
140 double getCDVolTub() {
143 void AsignaCDVolTub(
double Valor);
175 double getDiametro() {
176 return LeeDiametro();
179 void PutDiametroTubo(
double Valor) {
183 double FCRecuperacion;
184 double getCRecuperacion() {
185 return FCRecuperacion;
187 void AsignaCRecuperacion(
double Valor);
189 virtual void LeeDatosIniciales(
const char *FileWAM, fpos_t &filepos,
int norden,
bool HayMotor,
192 void AsignaParametros(
int Pipe,
int Nodo,
int Tipo,
int valvula,
double dTubo,
int sentido);
194 void LeeDatosGraficasINS(
const char *FileWAM, fpos_t &filepos);
196 void CabeceraGraficaINS(stringstream& insoutput,
int nodo);
198 void ImprimeGraficaINS(stringstream& insoutput);
200 void AcumulaCDMedio(
double TiempoActual);
202 void LeeDatosGraficasMED(
const char *FileWAM, fpos_t &filepos);
204 void CabeceraGraficaMED(stringstream& medoutput,
int nodo);
206 void ImprimeGraficaMED(stringstream& medoutput);
208 void PutPipe(
TTubo *Pipe,
int node);
214 virtual void GetCDin(
double Time) {
218 virtual void GetCDout(
double Time) {