Modelling and Prediction of Diesel Engine Performance using Relevance. Vector Machine

Size: px
Start display at page:

Download "Modelling and Prediction of Diesel Engine Performance using Relevance. Vector Machine"

Transcription

1 Modelling and Prediction of Diesel Engine Performance using Relevance Vector Machine Ka In Wong a, *, Pak Kin Wong a, Chun Shun Cheung b a Department of Electromechanical Engineering, University of Macau, Macau b Department of Mechanical Engineering, The Hong Kong Polytechnic University, Hong Kong *Corresponding author. Tel: ; fax: address: imkain@gmail.com (Ka In Wong) Abstract Diesel engines are being increasingly adopted by many car manufacturers today, yet no exact mathematical diesel engine model exists due to its highly nonlinear nature. In the current literature, black-box identification has been widely used for diesel engine modelling and many artificial neural network (ANN) based models have been developed. However, ANN has many drawbacks such as multiple local minima, user burden on selection of optimal network structure, large training data size and over-fitting risk. To overcome these drawbacks, this paper proposes to apply an emerging machine learning technique, relevance vector machine (RVM), to model and predict the diesel engine performance. The property of global optimal solution of RVM allows the model to be trained using only a few experimental data sets. In this study, the inputs of the model are engine speed, load and cooling water temperature, while the output parameters are the brake specific fuel consumption and the 1

2 amount of exhaust emissions like nitrogen oxides and carbon dioxide. Experimental results show that the model accuracy is satisfactory even the training data is scarce. Moreover, the model accuracy is compared with that using typical ANN. Evaluation results also show that RVM is superior to typical ANN approach. Keywords: diesel engine modelling, engine performance, artificial neural network, relevance vector machine, data scarcity Nomenclature ANN BPNN BSFC CO 2 NO x RBFNN RMSE RMSE test RMSE train R 2 R 2 test Artificial neural network Back-propagation neural network Brake-specific fuel consumption Carbon dioxide Nitrogen oxides Radial basis function neural network Root mean square error Root mean square error for testing data Root mean square error for training data Coefficient of determination Coefficient of determination for testing data 2

3 R 2 train RPM RVM Coefficient of determination for training data Revolution per minute Relevance vector machine 1. Introduction Air pollution is a serious problem in many cities. Despite the tightening of emission standards, the amount of exhaust emissions is still increasing as more and more motor vehicles are being used on roads. According to a recent study (Lim et al. 2012), more than 3.2 millions of people around the world died prematurely in 2010 because of the ambient air pollution problem, mainly caused by diesel soot and exhaust gases. On the other hand, there is also a demand on the reduction of fuel consumption so as to reduce reliance on fossil fuel. Therefore, many researchers have been working on the improvement of vehicle engines, aiming to reduce the exhaust emission and fuel consumption concurrently. Diesel engines are almost exclusively used on commercial vehicles like buses and trucks due to their high fuel efficiency and high durability. However, they are the major emitter of many pollutant gases, including carbon dioxide (CO 2 ) and nitrogen oxides (NO x ). The former is a global warming gas while the latter is posing significant threat to human health. These two gases together bring along both health and environmental problems. Therefore, in order to reduce these emissions and fuel consumption simultaneously, the combustion process of 3

4 the diesel engine must be well controlled. To do so, more dedicated investigations have to be conducted to understand the performance and emission characteristics of the diesel engine. Obviously these investigations are complicated, expensive and time-consuming (Canakci, Erdil, and Arcaklioǧlu 2006; Wong et al. 2010). A way to solve these problems is to create a mathematical diesel engine model so that all the costly and immeasurable data can be predicted and virtual sensors can be built to replace the costly sensors (Hanzevack et al. 1997). Figure 1 is an example of diesel engine performance map originated from (Heywood 1988), which shows that the relationship among the engine torque, engine speed and brake specific fuel consumption is already highly nonlinear. It could be imagined that if the emissions and combustion parameters are studied together, the model will be even more complicated. For example, the combustion process of a diesel engine includes sub-processes like fuel spray, fuel ignition and flame propagation, which are too complex for building up an exact mathematical model. Although several analytical multi-zone models of diesel engine have been developed (Hiroyasu, Kadota, and Arai 1983; Babajimopoulos et al. 2005; Rakopoulos, Antonopoulos, and Rakopoulos 2007), these models require many assumptions and human knowledge in defining those engine-specific parameters, making themselves constrictive in application. Black-box identification, as its name, can manage complex and uncertain information 4

5 without any knowledge of its internal workings. It is, therefore, very suitable for engine modelling and prediction. Many recent researches in black-box identification have already described the use of artificial neural network (ANN) on the modelling of diesel engine performance based on experimental data. For instance, Traver, Atkinson, and Atkinson (1999) described the use of three different types of ANNs as a virtual sensor for the prediction of diesel engine emissions. Najafi et al. (2007) conducted an analysis of a commercial diesel engine with the aid of an ANN model that was developed based on the experimental data collected from that engine. Canakci, Erdil, and Arcaklioǧlu (2006), Ghobadian et al. (2009) and Aydogan, Altun, and Ozcelik (2011) also constructed biodiesel engine models using ANN with back-propagation algorithm. More recently, Ismail et al. (2012) still used ANN to predict different engine responses for a diesel engine fuelled with biodiesel blends. Many other related works of diesel engine modelling using ANN could still be found in the current literature (Oǧuz, Saritas, and Baydan 2010; Ozgur et al. 2011; Yusaf, Yousif, and Elawad 2011). Although ANN has been adopted in many researches, according to the studies of Haykin (1999) and Wong et al. (2010), ANN has, in general, three main drawbacks for its learning process, which make these ANN models not favorable for practice use. These drawbacks are summarized as follows: 5

6 1) The architecture of ANN, including the number of hidden neurons, has to be determined a priori or modified while training by heuristic, which results in a sub-optimal network structure. 2) The training process (i.e. the minimization of the residual squared error cost function) in ANN can easily become stuck in local minima. Various ways of preventing local minima, like early stopping, weight decay, have been employed. However, these methods greatly affect the generalization of the estimated function (i.e., the capacity of handling new input cases). 3) The amount of training data is usually large for ANN. Normally, ANN require at least 200 to 400 sets of training data to build an accurate gasoline engine model (Wong et al. 2010). However, in the case of diesel engine, the collection of the engine emission and performance data is very time-consuming and costly, and the range of the engine operating speed is narrow too. Therefore, the size of the representative training data set is always very small, resulting in that ANN may not be a good solution for diesel engine modelling. Fortunately, an algorithm entitled relevance vector machine (RVM) was recently proposed by Tipping (2001) to overcome the aforementioned drawbacks of ANN. It is an approach based on sparse Bayesian inference, so the solutions are obtained probabilistically and the 6

7 corresponding weights are highly sparse. The most compelling feature of RVM is that it reduces the effort of tuning numerous parameters as required by traditional ANN. The training algorithm of RVM also ensures a global optimal solution (i.e., good generalization), whereas the learning process of ANN may lead to a local optimal solution, which is the reason why ANN requires more representative training data to minimize the risk (Haykin 1999). With these advantageous properties, RVM do not require too much sample data to build an accurate model. Although one deficiency of this approach is that the training time is approximately in the cube of the sample numbers, an accelerated training algorithm was further developed by Tipping and Faul (2003). In this algorithm, an empty model is initialized first. Then, within the same principal framework, samples are sequentially added to increase the marginal likelihood or deleted to avoid any redundant, while their weights are modified at the same time. Owing to the accelerated algorithm, RVM becomes very favorable for modelling and prediction. It was recently adopted by many researchers for system modelling and predictive control problems. For example, Khalil et al. (2005) utilized RVM and other modelling approaches for the simulation and prediction of contaminant levels in groundwater. Yuan et al. (2007) applied RVM to the modelling of seed-separating process. Wong et al. (2012) also compared RVM with other modelling approaches on the modelling and control of a piezostage. These researches show that RVM is generally superior to the ANN. Nevertheless, 7

8 the application of RVM to the modelling of diesel engines is still very few. For these reasons, RVM is employed to model and predict the diesel engine performance in the present study. Experiments are conducted to collect sample data for RVM model training and validation. An ANN-based diesel engine model is also constructed based on the same sample data set and compared with the RVM model in order to demonstrate the effectiveness of this approach. 2. Experimental setup for sample data collection RVM, like other black-box identification method, is data-driven, so experiments were conducted to collect sampling data for model training and validation. A naturally aspirated, water-cooled, 4-cylinder, direct-injection diesel engine was employed for the experiment. The engine specification is shown in Table 1, and the experimental setup is illustrated in Figure 2. In the setup, the engine was connected to an eddy-current dynamometer with a control system used for adjusting its speed and torque. Ultra low sulfur diesel fuel containing less than 10-ppm-wt sulfur was used for data sampling. Anapol EU5000 exhaust gas analyzer was used to measure the gaseous species in the engine exhaust on a continuous basis. It used infra-sensors for measuring CO 2 concentrations and used chemical cells for measuring nitrogen monoxide (NO) and nitrogen dioxide (NO 2 ) to obtain the NO x concentration. The gas analyzer was calibrated with standard and zero gases before each experiment. The resolution of the equipment is summarized in Table 2. 8

9 The experiments were conducted at engine speeds of 1200, 1400, 1600, 1800, and 2000 rpm, and each at engine torque of 28, 70, 140, 210, and 252 Nm. At each speed and torque, data were recorded after the engine had reached the steady state, which was indicated by the lubricating oil temperature and the cooling water temperature. For the purpose of reducing experimental uncertainties, the data were recorded continuously for 5 minutes and each test was carried out three times and the average values were used. Besides, in each test, the volumetric flow rate of fuel was measured using a measuring cylinder and then converted into mass consumption rate based on the density of the fuel (i.e., fuel flow rate). The brake specific fuel consumption (BSFC) was then derived based on the engine speed, engine torque and fuel flow rate. From the experiments, only 22 sets of data corresponding to different engine speeds and torque were collected. From the view point of the machine learning approaches, 22 sets are considered as scarce. This problem of scarce data set is always encountered in small-scale test laboratories. The collected sampling data, including the BSFC, CO 2 and NO x emissions, corresponding to different load and speed settings, are summarized in Table Diesel engine modelling 3.1. Model parameters Before constructing the diesel engine model, the input and output parameters must be 9

10 defined in advance. Since 22 data sets were collected from the experiments, to separate them, 18 of them were used as the training data for the model construction, and the rest of 4 sets were used as testing data for model evaluation. The two controllable parameters, engine speed and engine load, are selected as the input parameters. The cooling water governs the engine temperature, so the cooling water temperature is considered as an important factor and thus it is treated as the input parameter in this study too. For the output parameters, the measured data like BSFC, CO 2 and NO x emissions are chosen. engine speed i.e., = engine torque coolant temperature BSFC, = CO 2 NO x (1) 3.2. Modelling using RVM According to the theory of RVM (Tipping 2001; Tipping and Faul 2003), the diesel engine model can be approximated by Eq. (2): = +, = (2) where is the prediction output of the RVM model for the unseen input data, is the kth input vector of the training data sets, =,, is the weight vector of the RVM model,, is the kernel function and = 1,,,,,. Gaussian radial basis function was selected as the kernel function because it can easily fit scattered and highly nonlinear behavior and usually outperforms other mapping in regression problem 10

11 domain (Seeger 2004)., = (3) In order to construct an accurate model, the weight vector in Eq. (2) and the basis width ( ) of the kernel function need to be well estimated. In the RVM algorithm, this can be done by firstly determining the hyperparameter vector =,, through the maximization of the likelihood function as formulated by Eq. (4). = 1 2 Nlog 2 +log + +y + y (4) where is defined as diag,,, and y is the output vector of the training data sets. The maximization of Eq. (4) over is known as the type-ii maximum likelihood procedure, which can be accelerated using the strategy in (Tipping and Faul 2003), where an empty model is first initialized and then samples within the same principal framework are sequentially added or deleted to increase the marginal likelihood. After the most probable is generated from the procedure, it is then put into Eq. (5) to evaluate the posterior mean : = + y. (5) The posterior mean calculated from Eq. (5), which consists of very few non-zero elements (i.e., highly sparse), is used as the estimation of the weight vector. As a result, the RVM diesel engine model can be further defined as: 11

12 = +. (6) From the above RVM algorithm, only the value of the basis width need to be defined by the user. In this study, this value is tuned by using leave-one-out cross-validation, which is a well-known validation scheme specifically suitable for scarce dataset. Before training the RVM model, each input and output value, say, in the data sets was normalized according to the procedure in (Pyle 1999) in order to increase the model accuracy and prevent any parameter from dominating the output values. The normalization range is [0, +1], which can be done using Eq. (7). = = (7) where, and are the normalized parameter, the upper limit of the input/output parameter before normalization and the lower limit of the input/output parameter before normalization, respectively. After the model is trained, the output values predicted by the model need to be de-normalized using the inverse of Eq. (7) to obtain the actual values. The above RVM modelling algorithm, including the validation and the normalization scheme, was implemented using MATLAB R2012a and executed under Windows 7 on a computer with Intel Core i7 processor and 6GB RAM onboard to build the diesel engine model. 12

13 3.3. Model evaluation To illustrate the performance of the RVM model, the model predicted output values are compared with the actual values from the experimental data sets (i.e., desired values). Two performance indices, namely root mean square error ( ) and the coefficient of determination ( ), are used to evaluate the model, which can be calculated using Eqs. (8) and (9). = 1 (8) =1, where = 1 (9) In Eqs. (8) and (9), is the th model predicted value, is the desired value corresponding to the inputs that give, is the mean of the desired values, and is the number of data points. It has to be noticed that, a smaller means a better model accuracy, whereas a higher means the better the model performs in prediction. Moreover, for comparison purpose, another diesel engine model was constructed using a multilayer feed-forward ANN with back-propagation based on the same sampling data sets. Since multilayer feed-forward neural network is a well-known universal estimator (Bishop 1995) and many researches for diesel engine modelling (Traver, Atkinson, and Atkinson 1999; Khalil et al. 2005; Canakci, Erdil, and Arcaklioǧlu 2006; Najafi et al. 2007; Ghobadian et al. 13

14 2009; Oǧuz, Saritas, and Baydan 2010; Yusaf, Yousif, and Elawad 2011; Aydogan, Altun, and Ozcelik 2011; Ozgur et al. 2011; Ismail et al. 2012) were done based on this configuration, the results from it can be considered as a rather standard benchmark. The structure of the ANN used is listed in Table 4, which is very similar to those ANN structure proposed by other researchers. The RMSE and R 2 for the prediction results of both the RVM model and ANN model are summarized in Table 5. To make the modelling results more readable, Figures 3 to 5 depict the comparison between the models predicted values and the desire values. By comparing the modelling results in the figures, one can learn that RVM is, obviously, superior to ANN, and that the RVM diesel engine model constructed is reliable Discussion of the modelling results From Table 5, it can be seen that RVM outperforms the ANN by 92.13% in RMSE train, 54.02% in RMSE test, 16.41% in R 2 train, and 31.40% in R 2 test. The relatively high RMSE train of the ANN shows that the data sets are not sufficient for building such a highly-nonlinear model. This agrees with the previous studies that ANN usually requires a large sample data size to train an accurate model. Moreover, RVM attempts to optimize global parameters, whereas ANN easily stuck in local minima. Hence, the prediction result of ANN is worse than RVM. Furthermore, only one parameter,, needs to be tuned by the user for RVM, 14

15 while the learning rate, number of hidden layers and number of hidden neurons are required in ANN, which means a grid of guessed values for these parameters have to be prepared and examined. The RMSEs of both RVM and ANN for predicting the BSFC are relatively large as compared to the other output parameters. This is because the function of BSFC is extremely complicated, only 18 training data sets are insufficient for both modelling algorithms, but it is believed that the model accuracies can be improved by increasing the number of training data. Overall, the prediction accuracy of RVM for scarce data is satisfactory. 4. Conclusions In this study, RVM has been applied to model the diesel engine performance and emission characteristics under the condition of data scarcity. Although the combustion process of the diesel engine is unknown, the RVM model has successfully demonstrated the relation between the input parameters, namely the engine speeds, engine loads and cooling water temperature, and the output variables, including the BSFC, CO 2 and NO x concentrations. Experimental results show that the RVM model is still satisfactory even the available data sets are very few. It is believed that more training data sets can improve the model accuracy. Furthermore, a comparison between the RVM model and an ANN model has also been conducted. The results indicate that the average accuracy of the RVM model is higher than 15

16 that of the ANN model, implying that RVM is superior to the ANN. With the diesel engine model constructed by RVM, experimental efforts can be reduced significantly as the performance and emissions of the diesel engine can be predicted more easily. A more comprehensive diesel engine model will be further developed if other engine performance data, such as hydrocarbon emissions, particulate mass concentration, in-cylinder pressure and heat release rate, are available. By applying the RVM model as a virtual sensor on diesel vehicles, the exhaust emissions can be controlled more effectively by incorporating with some advanced control algorithms, such as model predictive control. The study of model predictive diesel emission control based on RVM model will be considered as a future work. Since RVM can also perform online model update, the applications of RVM to online system modelling and online control will also be explored in the future. Acknowledgements The research is supported by the University of Macau Research Grant, grant numbers MYRG149(Y2-L2)-FST11-WPK, and the short-term visiting scholar programme of University of Macau. The authors would like to thank the support from The Hong Kong Polytechnic University and the technician, Mr. Hang Cheong Wong, of the Automotive Engineering Laboratory of University of Macau. 16

17 References Aydogan, H., A. A. Altun, and A. E. Ozcelik "Performance analysis of a turbocharged diesel engine using biodiesel with back propagation artificial neural network." Energy Education Science and Technology Part A: Energy Science and Research no. 28 (1): Babajimopoulos, A., D. N. Assanis, D. L. Flowers, S. M. Aceves, and R. P. Hessel "A fully coupled computational fluid dynamics and multi-zone model with detailed chemical kinetics for the simulation of premixed charge compression ignition engines." International Journal of Engine Research no. 6 (5): Bishop, C.M Neural networks for pattern recognition. New York: Oxford University Press. Canakci, M., A. Erdil, and E. Arcaklioǧlu "Performance and exhaust emissions of a biodiesel engine." Applied Energy no. 83 (6): Ghobadian, B., H. Rahimi, A. M. Nikbakht, G. Najafi, and T. F. Yusaf "Diesel engine performance and exhaust emission analysis using waste cooking biodiesel fuel with an artificial neural network." Renewable Energy no. 34 (4): Hanzevack, Emil L., Theresa W. Long, Chris M. Atkinson, and Michael L. Traver "Virtual sensors for spark ignition engines using neural networks." Proceedings of the 1997 American Control Conference no. 1:

18 Haykin, S Neural Networks: A comprehensive foundation. New Jersey: Prentice-Hall. Heywood, John B Internal Combustion Engine Fundamentals. New York: McGraw-Hill. Hiroyasu, Hiroyuki, Toshikazu Kadota, and Masataka Arai "Development and use of a spray combustion modeling to predict diesel engine efficiency and pollutant emissions (part 1 combustion modeling)." Bulletin of the JSME no. 26 (214): Ismail, H. Mohamed, H. K. Ng, C. W. Queck, and S. Gan "Artificial neural networks modelling of engine-out responses for a light-duty diesel engine fuelled with biodiesel blends." Applied Energy no. 92: Khalil, A., M. N. Almasri, M. McKee, and J. J. Kaluarachchi "Applicability of statistical learning algorithms in groundwater quality modeling." Water Resources Research no. 41 (5). Lim, S. S., T. Vos, A. D. Flaxman, et al "A comparative risk assessment of burden of disease and injury attributable to 67 risk factors and risk factor clusters in 21 regions, : A systematic analysis for the Global Burden of Disease Study 2010." The Lancet no. 380 (9859): Najafi, G., B. Ghobadian, T. F. Yusaf, and H. Rahimi "Combustion analysis of a CI engine performance using waste cooking biodiesel fuel with an artificial neural network 18

19 aid." American Journal of Applied Sciences no. 4 (10): Oǧuz, H., I. Saritas, and H. E. Baydan "Prediction of diesel engine performance using biofuels with artificial neural network." Expert Systems with Applications no. 37 (9): Ozgur, T., G. Tuccar, M. Ozcanli, and K. Aydin "Prediction of emissions of a diesel engine fueled with soybean biodiesel using artificial neural networks." Energy Education Science and Technology Part A: Energy Science and Research no. 27 (2): Pyle, D Data preparation for data mining. San Francisco: Morgan Kaufmann. Rakopoulos, C. D., K. A. Antonopoulos, and D. C. Rakopoulos "Development and application of multi-zone model for combustion and pollutants formation in direct injection diesel engine running with vegetable oil or its bio-diesel." Energy Conversion and Management no. 48 (7): Seeger, M "Gaussian processes for machine learning." International Journal of Neural Systems no. 14 (2): Tipping, M. E "Sparse Bayesian Learning and the Relevance Vector Machine." Journal of Machine Learning Research no. 1 (3): Tipping, M.E., and A.C. Faul Fast marginal likelihood maximisation for sparse Bayesian models. Paper read at Proceedings of the Ninth International Workshop on Artificial Intelligence and Statistics, at Key West, FL. 19

20 Traver, Michael L., Richard J. Atkinson, and Chris M. Atkinson "Neural network-based diesel engine emissions prediction using in-cylinder combustion pressure." SAE Paper no Wong, P. K., L. M. Tam, K. Li, and C. M. Vong "Engine idle-speed system modelling and control optimization using artificial intelligence." Proceedings of the Institution of Mechanical Engineers, Part D: Journal of Automobile Engineering no. 224 (1): Wong, P. K., Q. Xu, C. M. Vong, and H. C. Wong "Rate-dependent hysteresis modeling and control of a piezostage using online support vector machine and relevance vector machine." IEEE Transactions on Industrial Electronics no. 59 (4): Yuan, J., K. Wang, T. Yu, and M. Fang "Integrating relevance vector machines and genetic algorithms for optimization of seed-separating process." Engineering Applications of Artificial Intelligence no. 20 (7): Yusaf, T. F., B. F. Yousif, and M. M. Elawad "Crude palm oil fuel for diesel-engines: Experimental and ANN simulation approaches." Energy no. 36 (8): doi: /j.energy

21 List of figures Figure 1. Performance map for an air-cooled naturally aspirated diesel engine (Heywood 1988) Figure 2. Schematic diagram of experimental setup Figure 3. Comparison between the models predicted values and the desired values of BSFC Figure 4. Comparison between the models predicted values and the desired values of CO 2 Figure 5. Comparison between the models predicted values and the desired values of NO x 21

22 Figure 1. Performance map for an air-cooled naturally aspirated diesel engine (Heywood 1988) 22

23 Dynamometer control system Eddy-current dynamometer Data acquisition system Diesel engine Exhaust gases Gas analyzers Figure 2. Schematic diagram of experimental setup 23

24 Predicted value of BSFC (g/kwh) RVM ANN Desired value of BSFC (g/kwh) Figure 3. Comparison between the models predicted values and the desired values of BSFC 24

25 Predicted value of CO 2 (%) RVM ANN Desired value of CO 2 (%) Figure 4. Comparison between the models predicted values and the desired values of CO 2 25

26 Predicted value of NO x (ppm) RVM ANN Desired value of NO x (ppm) Figure 5. Comparison between the models predicted values and the desired values of NO x 26

27 List of tables Table 1. Engine specifications Table 2. Resolution of the equipment Table 3. Experimental data for model training and validation Table 4. Architecture of the ANN model Table 5. Prediction results of the RVM model and the ANN model 27

28 Table 1. Engine specifications Model Type Maximum power Maximum torque Bore stroke Displacement Isuzu 4HF1 In-line four-cylinder 88 kw / 3200 rpm 285 Nm / 1800 rpm 112 mm 110 mm 4334 cc Compression ratio 19.0:1 Fuel Injection timing (BTDC) 8 Injection pump type Injection nozzle Bosch in-line type Hole type (with five orifices) 28

29 Table 2. Resolution of the equipment Equipment Resolution Speed control 1 rpm Ono Sokki diesel engine system Torque control 0.1 Nm Throttle control 0.1% CO 2 analyzer 0.01% NO x analyzer 1 ppm Measuring cylinder 1% 29

30 Table 3. Experimental data for model training and validation Data set number Engine speed (rpm) Engine torque (Nm) Coolant temperature ( o C) BSFC (g/kwh) CO 2 concentration (%) NO x concentration (ppm)

31 Number of hidden layer 1 Number of hidden neurons 20 Table 4. Architecture of the ANN model Activation function for hidden layer Activation function for output layer Adaption learning function Hyperbolic tangent sigmoid transfer function (tansig) Linear transfer function (purelin) Gradient descent with momentum weight/bias learning function (LEARNGDM) Training function Levenberg-Marquardt method (TRAINLM) 31

32 Table 5. Prediction results of the RVM model and the ANN model Output parameters Model RMSE train * RMSE test * R 2 train R 2 test BSFC CO 2 concentration NO x concentration Overall Average RVM ANN RVM ANN RVM ANN RVM ANN * Smaller is better 32

Performance Evaluation of Electric Vehicles in Macau

Performance Evaluation of Electric Vehicles in Macau Journal of Asian Electric Vehicles, Volume 12, Number 1, June 2014 Performance Evaluation of Electric Vehicles in Macau Tze Wood Ching 1, Wenlong Li 2, Tao Xu 3, and Shaojia Huang 4 1 Department of Electromechanical

More information

Influence of Fuel Injector Position of Port-fuel Injection Retrofit-kit to the Performances of Small Gasoline Engine

Influence of Fuel Injector Position of Port-fuel Injection Retrofit-kit to the Performances of Small Gasoline Engine Influence of Fuel Injector Position of Port-fuel Injection Retrofit-kit to the Performances of Small Gasoline Engine M. F. Hushim a,*, A. J. Alimin a, L. A. Rashid a and M. F. Chamari a a Automotive Research

More information

Potential of Large Output Power, High Thermal Efficiency, Near-zero NOx Emission, Supercharged, Lean-burn, Hydrogen-fuelled, Direct Injection Engines

Potential of Large Output Power, High Thermal Efficiency, Near-zero NOx Emission, Supercharged, Lean-burn, Hydrogen-fuelled, Direct Injection Engines Available online at www.sciencedirect.com Energy Procedia 29 (2012 ) 455 462 World Hydrogen Energy Conference 2012 Potential of Large Output Power, High Thermal Efficiency, Near-zero NOx Emission, Supercharged,

More information

Power Performance and Exhaust Gas Analyses of Palm Oil and Used Cooking Oil Methyl Ester as Fuel for Diesel Engine

Power Performance and Exhaust Gas Analyses of Palm Oil and Used Cooking Oil Methyl Ester as Fuel for Diesel Engine ICCBT28 Power Performance and Exhaust Gas Analyses of Palm Oil and Used Cooking Oil Methyl Ester as Fuel for Diesel Engine R. Adnan *, Universiti Tenaga Nasional, MALAYSIA I. M. Azree, Universiti Tenaga

More information

EXPERIMENTAL INVESTIGATION OF THE EFFECT OF HYDROGEN BLENDING ON THE CONCENTRATION OF POLLUTANTS EMITTED FROM A FOUR STROKE DIESEL ENGINE

EXPERIMENTAL INVESTIGATION OF THE EFFECT OF HYDROGEN BLENDING ON THE CONCENTRATION OF POLLUTANTS EMITTED FROM A FOUR STROKE DIESEL ENGINE EXPERIMENTAL INVESTIGATION OF THE EFFECT OF HYDROGEN BLENDING ON THE CONCENTRATION OF POLLUTANTS EMITTED FROM A FOUR STROKE DIESEL ENGINE Haroun A. K. Shahad hakshahad@yahoo.com Department of mechanical

More information

Modelling of Manhattan K-Nearest Neighbor for Exhaust Emission Analysis of CNG-Diesel Engine

Modelling of Manhattan K-Nearest Neighbor for Exhaust Emission Analysis of CNG-Diesel Engine Journal of Applied Fluid Mechanics, Vol. 11, Special Issue, pp. 39-44, 2018. Selected papers from International Conference on Newer Techniques and Innovations in Mechanical Engineering (ICONTIME 2K18),

More information

Study of Performance and Emission Characteristics of a Two Stroke Si Engine Operated with Gasoline Manifold Injectionand Carburetion

Study of Performance and Emission Characteristics of a Two Stroke Si Engine Operated with Gasoline Manifold Injectionand Carburetion Indian Journal of Science and Technology, Vol 9(37), DOI: 10.17485/ijst/2016/v9i37/101984, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Study of Performance and Emission Characteristics

More information

Study of the Effect of CR on the Performance and Emissions of Diesel Engine Using Butanol-diesel Blends

Study of the Effect of CR on the Performance and Emissions of Diesel Engine Using Butanol-diesel Blends International Journal of Current Engineering and Technology E-ISSN 77 416, P-ISSN 47 5161 16 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Study of the

More information

Experimental Investigation of Performance and Emissions of a Stratified Charge CNG Direct Injection Engine with Turbocharger

Experimental Investigation of Performance and Emissions of a Stratified Charge CNG Direct Injection Engine with Turbocharger MATEC Web of Conferences 1, 7 (17 ) DOI:1.11/matecconf/1717 ICTTE 17 Experimental Investigation of Performance and Emissions of a Stratified Charge CNG Direct Injection Engine with charger Hilmi Amiruddin

More information

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC Fatih Korkmaz Department of Electric-Electronic Engineering, Çankırı Karatekin University, Uluyazı Kampüsü, Çankırı, Turkey ABSTRACT Due

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 GENERAL Diesel engines are the primary power source of vehicles used in heavy duty applications. The heavy duty engine includes buses, large trucks, and off-highway construction

More information

Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation

Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation European GT Conference 2017 - Frankfurt am Main Politecnico di Torino:

More information

An Application of Artificial Neural Network for Predicting Engine Torque in a Biodiesel Engine

An Application of Artificial Neural Network for Predicting Engine Torque in a Biodiesel Engine American Journal of Energy Research, 2014, Vol. 2, No. 4, 74-80 Available online at http://pubs.sciepub.com/ajer/2/4/1 Science and Education Publishing DOI:10.12691/ajer-2-4-1 An Application of Artificial

More information

Numerical Optimization of HC Supply for HC-DeNOx System (2) Optimization of HC Supply Control

Numerical Optimization of HC Supply for HC-DeNOx System (2) Optimization of HC Supply Control 40 Special Issue Challenges to Realizing Clean High-Performance Diesel Engines Research Report Numerical Optimization of HC Supply for HC-DeNOx System (2) Optimization of HC Supply Control Matsuei Ueda

More information

GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 12 November 2016 ISSN:

GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 12 November 2016 ISSN: GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 12 November 2016 ISSN: 2455-5703 Effect of Brake Thermal Efficiency of a Variable Compression Ratio Diesel Engine Operating

More information

EFFECT OF EGR AND CYCLONIC SEPARATOR ON EMISSIONS IN DI DIESEL ENGINES

EFFECT OF EGR AND CYCLONIC SEPARATOR ON EMISSIONS IN DI DIESEL ENGINES Proceedings of the International Conference on Mechanical Engineering 27 (ICME27) 29-31 December 27, Dhaka, Bangladesh ICME7-TH-9 EFFECT OF EGR AND CYCLONIC SEPARATOR ON EMISSIONS IN DI DIESEL ENGINES

More information

Studying Turbocharging Effects on Engine Performance and Emissions by Various Compression Ratios

Studying Turbocharging Effects on Engine Performance and Emissions by Various Compression Ratios American Journal of Energy and Power Engineering 2017; 4(6): 84-88 http://www.aascit.org/journal/ajepe ISSN: 2375-3897 Studying Turbocharging Effects on Engine Performance and Emissions by arious Compression

More information

Conversion of Naturally Aspirated Genset Engine to Meet III A Norms for Tractor Application by Using Turbocharger

Conversion of Naturally Aspirated Genset Engine to Meet III A Norms for Tractor Application by Using Turbocharger Conversion of Naturally Aspirated Genset Engine to Meet III A Norms for Tractor Application by Using Turbocharger M. Karthik Ganesh, B. Arun kumar Simpson co ltd., Chennai, India ABSTRACT: The small power

More information

Experimental Analysis of Utilization of Heat Using Methanol - Diesel Blended Fuel in Four Stroke Single Cylinder Water Cooled Diesel Engine

Experimental Analysis of Utilization of Heat Using Methanol - Diesel Blended Fuel in Four Stroke Single Cylinder Water Cooled Diesel Engine Experimental Analysis of Utilization of Heat Using Methanol - Diesel Blended Fuel in Four Stroke Single Cylinder Water Cooled Diesel Engine T. Singha 1, S. Sakhari 1, T. Sarkar 1, P. Das 1, A. Dutta 1,

More information

Foundations of Thermodynamics and Chemistry. 1 Introduction Preface Model-Building Simulation... 5 References...

Foundations of Thermodynamics and Chemistry. 1 Introduction Preface Model-Building Simulation... 5 References... Contents Part I Foundations of Thermodynamics and Chemistry 1 Introduction... 3 1.1 Preface.... 3 1.2 Model-Building... 3 1.3 Simulation... 5 References..... 8 2 Reciprocating Engines... 9 2.1 Energy Conversion...

More information

AN EXPERIMENT STUDY OF HOMOGENEOUS CHARGE COMPRESSION IGNITION COMBUSTION AND EMISSION IN A GASOLINE ENGINE

AN EXPERIMENT STUDY OF HOMOGENEOUS CHARGE COMPRESSION IGNITION COMBUSTION AND EMISSION IN A GASOLINE ENGINE THERMAL SCIENCE: Year 2014, Vol. 18, No. 1, pp. 295-306 295 AN EXPERIMENT STUDY OF HOMOGENEOUS CHARGE COMPRESSION IGNITION COMBUSTION AND EMISSION IN A GASOLINE ENGINE by Jianyong ZHANG *, Zhongzhao LI,

More information

Finite Element Analysis on Thermal Effect of the Vehicle Engine

Finite Element Analysis on Thermal Effect of the Vehicle Engine Proceedings of MUCEET2009 Malaysian Technical Universities Conference on Engineering and Technology June 20~22, 2009, MS Garden, Kuantan, Pahang, Malaysia Finite Element Analysis on Thermal Effect of the

More information

PERFORMANCE IMPROVEMENT OF A DI DIESEL ENGINE WITH TURBOCHARGING USING BIOFUEL

PERFORMANCE IMPROVEMENT OF A DI DIESEL ENGINE WITH TURBOCHARGING USING BIOFUEL ISSN: 3159-4 Vol. 2 Issue 1, January - 215 PERFORMANCE IMPROVEMENT OF A DI DIESEL ENGINE WITH CHARGING USING BIOFUEL Rasik S. Kuware, Ajay V. Kolhe Heat Power Engineering, Mechanical Department, Kavikulguru

More information

INVESTIGATION OF FOSSIL FUEL AND LIQUID BIOFUEL BLEND PROPERTIES USING ARTIFICIAL NEURAL NETWORK. P. Nematizade, B. Ghobadian and G.

INVESTIGATION OF FOSSIL FUEL AND LIQUID BIOFUEL BLEND PROPERTIES USING ARTIFICIAL NEURAL NETWORK. P. Nematizade, B. Ghobadian and G. International Journal of Automotive and Mechanical Engineering (IJAME) ISSN: 2229-8648 (Print); ISSN: 2180-1606 (Online); Volume 5, pp. 639-647, January-June 2012 Universiti Malaysia Pahang INVESTIGATION

More information

Performance Enhancement & Emission Reduction of Single Cylinder S.I. Engine using Tri Fuels -An Experimental Investigation

Performance Enhancement & Emission Reduction of Single Cylinder S.I. Engine using Tri Fuels -An Experimental Investigation IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 11 May 2015 ISSN (online): 2349-784X Performance Enhancement & Emission Reduction of Single Cylinder S.I. Engine using Tri

More information

1) The locomotives are distributed, but the power is not distributed independently.

1) The locomotives are distributed, but the power is not distributed independently. Chapter 1 Introduction 1.1 Background The railway is believed to be the most economical among all transportation means, especially for the transportation of mineral resources. In South Africa, most mines

More information

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources

Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Milano (Italy) August 28 - September 2, 211 Smart Operation for AC Distribution Infrastructure Involving Hybrid Renewable Energy Sources Ahmed A Mohamed, Mohamed A Elshaer and Osama A Mohammed Energy Systems

More information

Effects of Pre-injection on Combustion Characteristics of a Single-cylinder Diesel Engine

Effects of Pre-injection on Combustion Characteristics of a Single-cylinder Diesel Engine Proceedings of the ASME 2009 International Mechanical Engineering Congress & Exposition IMECE2009 November 13-19, Lake Buena Vista, Florida, USA IMECE2009-10493 IMECE2009-10493 Effects of Pre-injection

More information

Figure 1: The Turbocharger cross-section with turbine and compressor connected with shaft [2]

Figure 1: The Turbocharger cross-section with turbine and compressor connected with shaft [2] International Journal of Applied Engineering Research ISSN 973-456 Volume 13, Number 1 (18) pp. 691-696 Effects of Pressure Boost on the Performance Characteristics of the Direct Injection Spark Ignition

More information

Chandra Prasad B S, Sunil S and Suresha V Asst. Professor, Dept of Mechanical Engineering, SVCE, Bengaluru

Chandra Prasad B S, Sunil S and Suresha V Asst. Professor, Dept of Mechanical Engineering, SVCE, Bengaluru International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 7, July 2018, pp. 997 1004, Article ID: IJMET_09_07_106 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=7

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN 0976-6480 (Print) ISSN 0976-6499

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(8): Research Article

Available online   Journal of Scientific and Engineering Research, 2018, 5(8): Research Article Available online www.jsaer.com, 2018, 5(8):139-144 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR A Study on the Reduction of Exhaust Gas by the Methanol Mixing Method of Compression Ignition Engine

More information

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition Open Access Library Journal 2018, Volume 5, e4295 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

More information

Theoretical and Experimental Investigation of Compression Loads in Twin Screw Compressor

Theoretical and Experimental Investigation of Compression Loads in Twin Screw Compressor Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2004 Theoretical and Experimental Investigation of Compression Loads in Twin Screw Compressor

More information

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Limin Niu* 1, Lijun Ye 2 School of Mechanical Engineering, Anhui University of Technology, Ma anshan 243032, China *1 niulmdd@163.com;

More information

Marc ZELLAT, Driss ABOURI and Stefano DURANTI CD-adapco

Marc ZELLAT, Driss ABOURI and Stefano DURANTI CD-adapco 17 th International Multidimensional Engine User s Meeting at the SAE Congress 2007,April,15,2007 Detroit, MI RECENT ADVANCES IN DIESEL COMBUSTION MODELING: THE ECFM- CLEH COMBUSTION MODEL: A NEW CAPABILITY

More information

Structure Parameters Optimization Analysis of Hydraulic Hammer System *

Structure Parameters Optimization Analysis of Hydraulic Hammer System * Modern Mechanical Engineering, 2012, 2, 137-142 http://dx.doi.org/10.4236/mme.2012.24018 Published Online November 2012 (http://www.scirp.org/journal/mme) Structure Parameters Optimization Analysis of

More information

Application of Artificial Neural Networks for Emission Modelling of Biodiesels for a C.I Engine under Varying Operating Conditions

Application of Artificial Neural Networks for Emission Modelling of Biodiesels for a C.I Engine under Varying Operating Conditions Application of Artificial Neural Networks for Emission Modelling of Biodiesels for a C.I Engine under Varying Operating Conditions R.Manjunatha Assistant Executive Engineer, Irrigation Department, GBC

More information

Experimental Investigation of Acceleration Test in Spark Ignition Engine

Experimental Investigation of Acceleration Test in Spark Ignition Engine Experimental Investigation of Acceleration Test in Spark Ignition Engine M. F. Tantawy Basic and Applied Science Department. College of Engineering and Technology, Arab Academy for Science, Technology

More information

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL Consumer Goods and EU Satellite navigation programmes Automotive industry Brussels, 08 April 2010 ENTR.F1/KS D(2010) European feed back to

More information

Application Note Original Instructions Development of Gas Fuel Control Systems for Dry Low NOx (DLN) Aero-Derivative Gas Turbines

Application Note Original Instructions Development of Gas Fuel Control Systems for Dry Low NOx (DLN) Aero-Derivative Gas Turbines Application Note 83404 Original Instructions Development of Gas Fuel Control Systems for Dry Low NOx (DLN) Aero-Derivative Gas Turbines Woodward reserves the right to update any portion of this publication

More information

INFLUENCE OF THE MARINE 4-STROKE DIESEL ENGINE MALFUNCTIONS ON THE NITRIC OXIDES EMISSION

INFLUENCE OF THE MARINE 4-STROKE DIESEL ENGINE MALFUNCTIONS ON THE NITRIC OXIDES EMISSION Journal of KONES Powertrain and Transport, Vol. 20, No. 1 2013 INFLUENCE OF THE MARINE 4-STROKE DIESEL ENGINE MALFUNCTIONS ON THE NITRIC OXIDES EMISSION Joanna Lewi ska Gdynia Maritime University Morska

More information

GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER AFR CONTROL IN A MULTICYLINDER S.I. ENGINE

GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER AFR CONTROL IN A MULTICYLINDER S.I. ENGINE 1 GT-Suite Users International Conference Frankfurt a.m., October 30 th 2000 GT-POWER/SIMULINK SIMULATION AS A TOOL TO IMPROVE INDIVIDUAL CYLINDER CONTROL IN A MULTICYLINDER S.I. ENGINE F. MILLO, G. DE

More information

Indian Journal of Science and Technology Vol. 5 No.3 (Mar 2012) ISSN:

Indian Journal of Science and Technology Vol. 5 No.3 (Mar 2012) ISSN: Radial basis function neural networks in prediction and modeling of diesel engine emissions operated for biodiesel blends under varying operating conditions R. Manjunatha 1*, P. Badari Narayana 2, K. Hemachandra

More information

Computer Aided Transient Stability Analysis

Computer Aided Transient Stability Analysis Journal of Computer Science 3 (3): 149-153, 2007 ISSN 1549-3636 2007 Science Publications Corresponding Author: Computer Aided Transient Stability Analysis Nihad M. Al-Rawi, Afaneen Anwar and Ahmed Muhsin

More information

INFLUENCE OF THE NUMBER OF NOZZLE HOLES ON THE UNBURNED FUEL IN DIESEL ENGINE

INFLUENCE OF THE NUMBER OF NOZZLE HOLES ON THE UNBURNED FUEL IN DIESEL ENGINE INFLUENCE OF THE NUMBER OF NOZZLE HOLES ON THE UNBURNED FUEL IN DIESEL ENGINE 1. UNIVERSITY OF RUSE, 8, STUDENTSKA STR., 7017 RUSE, BULGARIA 1. Simeon ILIEV ABSTRACT: The objective of this paper is to

More information

Crankcase scavenging.

Crankcase scavenging. Software for engine simulation and optimization www.diesel-rk.bmstu.ru The full cycle thermodynamic engine simulation software DIESEL-RK is designed for simulating and optimizing working processes of two-

More information

EFFECT OF H 2 + O 2 GAS MIXTURE ADDITION ON EMISSONS AND PERFORMANCE OF AN SI ENGINE

EFFECT OF H 2 + O 2 GAS MIXTURE ADDITION ON EMISSONS AND PERFORMANCE OF AN SI ENGINE EFFECT OF H 2 + O 2 GAS MIXTURE ADDITION ON EMISSONS AND PERFORMANCE OF AN SI ENGINE M.Sc. Karagoz Y. 1, M.Sc. Orak E. 1, Assist. Prof. Dr. Sandalci T. 1, B.Sc. Uluturk M. 1 Department of Mechanical Engineering,

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

Saud Bin Juwair, Taib Iskandar Mohamad, Ahmed Almaleki, Abdullah Alkudsi, Ibrahim Alshunaifi

Saud Bin Juwair, Taib Iskandar Mohamad, Ahmed Almaleki, Abdullah Alkudsi, Ibrahim Alshunaifi The effects of research octane number and fuel systems on the performance and emissions of a spark ignition engine: A study on Saudi Arabian RON91 and RON95 with port injection and direct injection systems

More information

Analysis of Emission characteristics on Compression Ignition Engine using Dual Fuel Mode for Variable Speed

Analysis of Emission characteristics on Compression Ignition Engine using Dual Fuel Mode for Variable Speed International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 4, Issue 3 (October 2012), PP. 23-27 Analysis of Emission characteristics on Compression

More information

Experimental Investigations on a Four Stoke Diesel Engine Operated by Jatropha Bio Diesel and its Blends with Diesel

Experimental Investigations on a Four Stoke Diesel Engine Operated by Jatropha Bio Diesel and its Blends with Diesel International Journal of Manufacturing and Mechanical Engineering Volume 1, Number 1 (2015), pp. 25-31 International Research Publication House http://www.irphouse.com Experimental Investigations on a

More information

Vehicular modal emission and fuel consumption factors in Hong Kong

Vehicular modal emission and fuel consumption factors in Hong Kong Vehicular modal emission and fuel consumption factors in Hong Kong H.Y. Tong

More information

FUELS AND COMBUSTION IN ENGINEERING JOURNAL

FUELS AND COMBUSTION IN ENGINEERING JOURNAL ENGINE PERFORMANCE AND ANALYSIS OF H 2 /NH 3 (70/30), H 2 AND GASOLINE FUELS IN AN SI ENGINE İ. İ. YURTTAŞ a, B. ALBAYRAK ÇEPER a,*, N. KAHRAMAN a, and S. O. AKANSU a a Department of Mechanical Engineering,

More information

Predicting Solutions to the Optimal Power Flow Problem

Predicting Solutions to the Optimal Power Flow Problem Thomas Navidi Suvrat Bhooshan Aditya Garg Abstract Predicting Solutions to the Optimal Power Flow Problem This paper discusses an implementation of gradient boosting regression to predict the output of

More information

Mechatronics, Electrical Power, and Vehicular Technology

Mechatronics, Electrical Power, and Vehicular Technology Mechatronics, Electrical Power, and Vehicular Technology 05 (2014) 59-66 Mechatronics, Electrical Power, and Vehicular Technology e-issn:2088-6985 p-issn: 2087-3379 Accreditation Number: 432/Akred-LIPI/P2MI-LIPI/04/2012

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 11 Nov p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 04 Issue: 11 Nov p-issn: International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Performance and emission characteristics of a constant speed diesel engine fueled with Rubber seed oil and Jatropha

More information

STUDY OF ENERGETIC BALANCE OF REGENERATIVE ELECTRIC VEHICLE IN A CITY DRIVING CYCLE

STUDY OF ENERGETIC BALANCE OF REGENERATIVE ELECTRIC VEHICLE IN A CITY DRIVING CYCLE ENGINEERING FOR RURAL DEVELOPMENT Jelgava, 24.-25.5.212. STUDY OF ENERGETIC BALANCE OF REGENERATIVE ELECTRIC VEHICLE IN A CITY DRIVING CYCLE Vitalijs Osadcuks, Aldis Pecka, Raimunds Selegovskis, Liene

More information

Investigation in to the Application of PLS in MPC Schemes

Investigation in to the Application of PLS in MPC Schemes Ian David Lockhart Bogle and Michael Fairweather (Editors), Proceedings of the 22nd European Symposium on Computer Aided Process Engineering, 17-20 June 2012, London. 2012 Elsevier B.V. All rights reserved

More information

Influence of Parameter Variations on System Identification of Full Car Model

Influence of Parameter Variations on System Identification of Full Car Model Influence of Parameter Variations on System Identification of Full Car Model Fengchun Sun, an Cui Abstract The car model is used extensively in the system identification of a vehicle suspension system

More information

Comparison of Karanja, Mahua and Polanga Biodiesel Production through Response Surface Methodology

Comparison of Karanja, Mahua and Polanga Biodiesel Production through Response Surface Methodology INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol.4, Issue 2, June 2016, p.p.78-84, ISSN 2393-865X Comparison of Karanja, Mahua and Polanga Biodiesel Production through Response Surface

More information

Optimization of Neem and Niger Oil Blends and IOP Used for Diesel Engine Using Taguchi Method

Optimization of Neem and Niger Oil Blends and IOP Used for Diesel Engine Using Taguchi Method ISSN : 25-915 Vol-3, Issue-, July 217 Optimization of Neem and Niger Oil Blends and Used for Diesel Engine Using Taguchi Method 1 Mr. Kadam S. S., 2 Mr. Burkul R.M, 3 Mr. Andhale Y. S. 1 M.E. Heat Power,

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

CHAPTER 8 EFFECTS OF COMBUSTION CHAMBER GEOMETRIES

CHAPTER 8 EFFECTS OF COMBUSTION CHAMBER GEOMETRIES 112 CHAPTER 8 EFFECTS OF COMBUSTION CHAMBER GEOMETRIES 8.1 INTRODUCTION Energy conservation and emissions have become of increasing concern over the past few decades. More stringent emission laws along

More information

Effect of Thermal Barrier Coating on Piston Head of 4-Stroke Spark Ignition Engine

Effect of Thermal Barrier Coating on Piston Head of 4-Stroke Spark Ignition Engine International Journal of Advances in Scientific Research and Engineering (ijasre) E-ISSN : 2-8006 Vol.3, Special Issue Aug - 207 Effect of Thermal Barrier Coating on Piston Head of -Stroke Spark Ignition

More information

Numerical Investigation of the Effect of Excess Air and Thermal Power Variation in a Liquid Fuelled Boiler

Numerical Investigation of the Effect of Excess Air and Thermal Power Variation in a Liquid Fuelled Boiler Proceedings of the World Congress on Momentum, Heat and Mass Transfer (MHMT 16) Prague, Czech Republic April 4 5, 2016 Paper No. CSP 105 DOI: 10.11159/csp16.105 Numerical Investigation of the Effect of

More information

Study on Performance and Exhaust Gas. Characteristics When Biogas is Used for CNG. Converted Gasoline Passenger Vehicle

Study on Performance and Exhaust Gas. Characteristics When Biogas is Used for CNG. Converted Gasoline Passenger Vehicle Contemporary Engineering Sciences, Vol. 7, 214, no. 23, 1253-1259 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ces.214.49155 Study on Performance and Exhaust Characteristics When Biogas is Used

More information

NUMERICAL INVESTIGATION OF EFFECT OF EXHAUST GAS RECIRCULATION ON COMPRESSIONIGNITION ENGINE EMISSIONS

NUMERICAL INVESTIGATION OF EFFECT OF EXHAUST GAS RECIRCULATION ON COMPRESSIONIGNITION ENGINE EMISSIONS ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

Effect of Varying Load on Performance and Emission of C.I. Engine Using WPO Diesel Blend

Effect of Varying Load on Performance and Emission of C.I. Engine Using WPO Diesel Blend IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 12, Issue 2 Ver. V (Mar - Apr. 2015), PP 37-44 www.iosrjournals.org Effect of Varying Load on Performance

More information

Intelligent CAD system for the Hydraulic Manifold Blocks

Intelligent CAD system for the Hydraulic Manifold Blocks Advances in Intelligent Systems Research, volume th International Conference on Sensors, Mechatronics and Automation (ICSMA 0) Intelligent CAD system for the Hydraulic Manifold Blocks Jinwei Bai, Guang

More information

Comparative performance and emissions study of a lean mixed DTS-i spark ignition engine operated on single spark and dual spark

Comparative performance and emissions study of a lean mixed DTS-i spark ignition engine operated on single spark and dual spark 26 IJEDR Volume 4, Issue 2 ISSN: 232-9939 Comparative performance and emissions study of a lean mixed DTS-i spark ignition engine operated on single spark and dual spark Hardik Bambhania, 2 Vijay Pithiya,

More information

Dynamic performance of flow control valve using different models of system identification

Dynamic performance of flow control valve using different models of system identification Dynamic performance of flow control valve using different models of system identification Ho Chang, Po-Kai Tzenog and Yun-Min Yeh Department of Mechanical Engineering, National Taipei University of Technology

More information

Artificial-Intelligence-Based Electrical Machines and Drives

Artificial-Intelligence-Based Electrical Machines and Drives Artificial-Intelligence-Based Electrical Machines and Drives Application of Fuzzy, Neural, Fuzzy-Neural, and Genetic-Algorithm-Based Techniques Peter Vas Professor of Electrical Engineering University

More information

Use of Alternative Fuel in Lower Heat Rejection Engine with Different Insulation Levels

Use of Alternative Fuel in Lower Heat Rejection Engine with Different Insulation Levels International Journal of Engineering Research and Technology. ISSN 0974-3154 Volume 6, Number 4 (2013), pp. 499-506 International Research Publication House http://www.irphouse.com Use of Alternative Fuel

More information

EXPERIMENTAL INVETIGATIONN ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DI- CI ENGINE FUELED WITH PREHEATED SHEA OLEIN BIODIESEL

EXPERIMENTAL INVETIGATIONN ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DI- CI ENGINE FUELED WITH PREHEATED SHEA OLEIN BIODIESEL International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 11, November 2018, pp. 2006 2014, Article ID: IJMET_09_11 211 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtype=ijmet&vtype=

More information

The influence of thermal regime on gasoline direct injection engine performance and emissions

The influence of thermal regime on gasoline direct injection engine performance and emissions IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS The influence of thermal regime on gasoline direct injection engine performance and emissions To cite this article: C I Leahu

More information

Assistant Professor, Dept. of Mechanical Engg., Shri Ram College of Engineering & Management, Banmore, Gwalior (M.P) 2

Assistant Professor, Dept. of Mechanical Engg., Shri Ram College of Engineering & Management, Banmore, Gwalior (M.P) 2 EXPERIMENTAL INVESTIGATION OF 4 STROKE COMPRESSION IGNITION ENGINE BY USING DIESEL AND PROCESSED WASTE COOKING OIL BLEND Neelesh Soni 1, Om Prakash Chaurasia 2 1 Assistant Professor, Dept. of Mechanical

More information

Available online at ScienceDirect. Procedia CIRP 33 (2015 )

Available online at  ScienceDirect. Procedia CIRP 33 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia CIRP 33 (2015 ) 581 586 9th CIRP Conference on Intelligent Computation in Manufacturing Engineering - CIRP ICME '14 Magnetic fluid seal

More information

EFFECT OF EMULSIFIER ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DIESEL ENGINE USING PALM BIODIESEL

EFFECT OF EMULSIFIER ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DIESEL ENGINE USING PALM BIODIESEL International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN(P): 2249-6890; ISSN(E): 2249-8001 Vol. 8, Issue 2, Apr 2018, 1243-1248 TJPRC Pvt. Ltd. EFFECT OF EMULSIFIER

More information

Thermal Stress Analysis of Diesel Engine Piston

Thermal Stress Analysis of Diesel Engine Piston International Conference on Challenges and Opportunities in Mechanical Engineering, Industrial Engineering and Management Studies 576 Thermal Stress Analysis of Diesel Engine Piston B.R. Ramesh and Kishan

More information

Performance and Emission Analysis of Diesel Engine using palm seed oil and diesel blend

Performance and Emission Analysis of Diesel Engine using palm seed oil and diesel blend IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 11, Issue 2 Ver. VIII (Mar- Apr. 2014), PP 29-33 Performance and Emission Analysis of Diesel Engine

More information

CHAPTER 4 VARIABLE COMPRESSION RATIO ENGINE WITH DATA ACQUISITION SYSTEM

CHAPTER 4 VARIABLE COMPRESSION RATIO ENGINE WITH DATA ACQUISITION SYSTEM 57 CHAPTER 4 VARIABLE COMPRESSION RATIO ENGINE WITH DATA ACQUISITION SYSTEM 4.1 GENERAL The variable compression ratio engine was developed by Legion brothers, Bangalore, India. This chapter briefly discusses

More information

ANALYSIS OF THE INFLUENCE OF OPERATING MEDIA TEMPERATURE ON FUEL CONSUMPTION DURING THE STAGE AFTER STARTING THE ENGINE

ANALYSIS OF THE INFLUENCE OF OPERATING MEDIA TEMPERATURE ON FUEL CONSUMPTION DURING THE STAGE AFTER STARTING THE ENGINE ANALYSIS OF THE INFLUENCE OF OPERATING MEDIA TEMPERATURE ON FUEL CONSUMPTION DURING THE STAGE AFTER STARTING THE ENGINE Martin Beran 1 Summary: In Current increase in the automobile traffic results in

More information

International Journal of Advanced Engineering Technology E-ISSN

International Journal of Advanced Engineering Technology E-ISSN International Journal of Advanced Engineering Technology E-ISS 976-3945 Research Article EXPERIMETAL WORKSTUDY O THE EFFECT OF ETHAOL GASOLIE BLEDS O THE PERFORMACE OF TWO STROKE PETROL EGIE Prof. Viral

More information

Simultaneous reduction of NOx and smoke emission of CI engine fuelled with biodiesel

Simultaneous reduction of NOx and smoke emission of CI engine fuelled with biodiesel International Journal of Renewable Energy, Vol. 8, No. 2, July - December 2013 Simultaneous reduction of NOx and smoke emission of CI engine fuelled with biodiesel ABSTRACT S.Saravanan Professor, Department

More information

Effects of Ethanol-Gasoline blends on Performance and Emissions of Gasoline Engines

Effects of Ethanol-Gasoline blends on Performance and Emissions of Gasoline Engines Effects of Ethanol-Gasoline blends on Performance and Emissions of Gasoline Engines Er. Kapil Karadia 1, Er. Ashish Nayyar 2 1 Swami Keshvanand Institute of Technology, Management &Gramothan, Jaipur,Rajasthan

More information

Engine Idle Speed Control Using ANFIS Controller A. JALALI M.FARROKHI H.TORABI IRAN UNIVERSITY OF SCIENCE AND TECHNOLOGY, TEHRAN, IRAN

Engine Idle Speed Control Using ANFIS Controller A. JALALI M.FARROKHI H.TORABI IRAN UNIVERSITY OF SCIENCE AND TECHNOLOGY, TEHRAN, IRAN Engine Idle Speed Control Using ANFIS Controller A. JALALI M.FARROKHI H.TORABI IRAN UNIVERSITY OF SCIENCE AND TECHNOLOGY, TEHRAN, IRAN Abstract: - The presented control scheme utilizes Adaptive Neuro Fuzzy

More information

Research Article. Effect of exhaust gas recirculation on NOx emission of a annona methyl ester operated diesel engine

Research Article. Effect of exhaust gas recirculation on NOx emission of a annona methyl ester operated diesel engine Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2015, 7(5):723-728 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Effect of exhaust gas recirculation on NOx emission

More information

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE P. Gopi Krishna 1 and T. Gowri Manohar 2 1 Department of Electrical and Electronics Engineering, Narayana

More information

Project Summary Fuzzy Logic Control of Electric Motors and Motor Drives: Feasibility Study

Project Summary Fuzzy Logic Control of Electric Motors and Motor Drives: Feasibility Study EPA United States Air and Energy Engineering Environmental Protection Research Laboratory Agency Research Triangle Park, NC 277 Research and Development EPA/600/SR-95/75 April 996 Project Summary Fuzzy

More information

Research in use of fuel conversion adapters in automobiles running on bioethanol and gasoline mixtures

Research in use of fuel conversion adapters in automobiles running on bioethanol and gasoline mixtures Agronomy Research 11 (1), 205 214, 2013 Research in use of fuel conversion adapters in automobiles running on bioethanol and gasoline mixtures V. Pirs * and M. Gailis Motor Vehicle Institute, Faculty of

More information

Study of Motoring Operation of In-wheel Switched Reluctance Motor Drives for Electric Vehicles

Study of Motoring Operation of In-wheel Switched Reluctance Motor Drives for Electric Vehicles Study of Motoring Operation of In-wheel Switched Reluctance Motor Drives for Electric Vehicles X. D. XUE 1, J. K. LIN 2, Z. ZHANG 3, T. W. NG 4, K. F. LUK 5, K. W. E. CHENG 6, and N. C. CHEUNG 7 Department

More information

POSIBILITIES TO IMPROVED HOMOGENEOUS CHARGE IN INTERNAL COMBUSTION ENGINES, USING C.F.D. PROGRAM

POSIBILITIES TO IMPROVED HOMOGENEOUS CHARGE IN INTERNAL COMBUSTION ENGINES, USING C.F.D. PROGRAM POSIBILITIES TO IMPROVED HOMOGENEOUS CHARGE IN INTERNAL COMBUSTION ENGINES, USING C.F.D. PROGRAM Alexandru-Bogdan Muntean *, Anghel,Chiru, Ruxandra-Cristina (Dica) Stanescu, Cristian Soimaru Transilvania

More information

The Application of UKF Algorithm for type Lithium Battery SOH Estimation

The Application of UKF Algorithm for type Lithium Battery SOH Estimation Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 1079-1084 doi:10.4028/www.scientific.net/amm.519-520.1079 2014 Trans Tech Publications, Switzerland The Application

More information

The influence of fuel injection pump malfunctions of a marine 4-stroke Diesel engine on composition of exhaust gases

The influence of fuel injection pump malfunctions of a marine 4-stroke Diesel engine on composition of exhaust gases Article citation info: LEWIŃSKA, J. The influence of fuel injection pump malfunctions of a marine 4-stroke Diesel engine on composition of exhaust gases. Combustion Engines. 2016, 167(4), 53-57. doi:10.19206/ce-2016-405

More information

Prediction on Increasing the Efficiency of Single Cylinder DI Diesel Engine Using EGR System

Prediction on Increasing the Efficiency of Single Cylinder DI Diesel Engine Using EGR System International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Prediction on Increasing the Efficiency of Single Cylinder DI Diesel Engine Using EGR System P.Muni Raja Chandra 1, Ayaz Ahmed 2,

More information

THE INFLUENCE OF THE EGR RATE ON A HCCI ENGINE MODEL CALCULATED WITH THE SINGLE ZONE HCCI METHOD

THE INFLUENCE OF THE EGR RATE ON A HCCI ENGINE MODEL CALCULATED WITH THE SINGLE ZONE HCCI METHOD CONAT243 THE INFLUENCE OF THE EGR RATE ON A HCCI ENGINE MODEL CALCULATED WITH THE SINGLE ZONE HCCI METHOD KEYWORDS HCCI, EGR, heat release rate Radu Cosgarea *, Corneliu Cofaru, Mihai Aleonte Transilvania

More information

Study on waste heat recovery from exhaust gas spark ignition (S.I.) engine using steam turbine mechanism

Study on waste heat recovery from exhaust gas spark ignition (S.I.) engine using steam turbine mechanism Study on waste heat recovery from exhaust gas spark ignition (S.I.) engine using steam turbine mechanism Kamarulhelmy Talib 1,*, Safarudin G. Herawan 1,2, Musthafah M. Tahir 1,2, Azma Putra 1,2, and Shamsul

More information

POLLUTION CONTROL AND INCREASING EFFICIENCY OF DIESEL ENGINE USING BIODIESEL

POLLUTION CONTROL AND INCREASING EFFICIENCY OF DIESEL ENGINE USING BIODIESEL POLLUTION CONTROL AND INCREASING EFFICIENCY OF DIESEL ENGINE USING BIODIESEL Deepu T 1, Pradeesh A.R. 2, Vishnu Viswanath K 3 1, 2, Asst. Professors, Dept. of Mechanical Engineering, Ammini College of

More information

EXPERIMENTAL AND THEORETICAL INVESTIGATION ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DIESEL FUEL BLENDS

EXPERIMENTAL AND THEORETICAL INVESTIGATION ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DIESEL FUEL BLENDS Int. J. Chem. Sci.: 14(4), 2016, 2967-2972 ISSN 0972-768X www.sadgurupublications.com EXPERIMENTAL AND THEORETICAL INVESTIGATION ON PERFORMANCE AND EMISSION CHARACTERISTICS OF DIESEL FUEL BLENDS M. VENKATRAMAN

More information