29 #ifndef TControlInyeccionH
30 #define TControlInyeccionH
47 int FNumeroInyecciones;
51 double FDiferencia_SOI;
53 int FNumeroDatos_Prail_Regimen;
54 int FNumeroDatos_Mf_Prail;
56 int FNumeroDatos_Regimen;
58 double *FVector_Mf_mapa;
59 double *FVector_Mf_mapaPrail;
60 double *FVector_Prail_Regimen_mapa;
61 double *FVector_Regimen_mapa;
63 double **FMapa_Combustible_Piloto;
64 double **FMapa_SOI_Principal;
65 double **FMapa_SOI_Piloto;
70 int getNumeroInyecciones() {
71 return FNumeroInyecciones;
74 double getPresionInyeccion() {
81 double GetMasaFuel(
int i);
87 void CalculaSistemaInyeccion(
double MasaFuel,
double Regimen);
89 void LeeDatosEntrada(
char *Ruta, FILE *fich);