Adityo 2020 J. Phys. Conf. Ser. 1511 012074
Adityo 2020 J. Phys. Conf. Ser. 1511 012074
Adityo 2020 J. Phys. Conf. Ser. 1511 012074
1. Introduction
Reducing energy consumption at a high-speed train to reduce its cost is the main target for the high-
speed train design phase recently. To achieve this, it must be started with proper design. Design
processes involve CFD analysis, which then it will be validated in wind tunnel testing. It is an iterative
process because based on wind tunnel testing it will give feedback to updated design to fulfill design
requirements. Thus design process needs more budget and time. For that reason, we need sophisticated
software to analyze accurately because of a lack of accusation in phase design which is validated using
wind tunnel testing, which is more cost and time to update the initial design.
To make a faster and cheaper phase design, in this research, by using the Backpropagation
algorithm, we developed robust weights between input layers and hidden layers and weights between
hidden layers and output layers. Ideally, this process needs more models as a sample but because of
many constraints, we just used just nine models. This research involved three main subjects, which are
a design that needs a mathematical formula to describe the profile and is generated to become 3D
high-speed train models, Computational fluid dynamics to compute coefficient drag model, and the
last Artificial Neural Network using the Backpropagation algorithm. The backpropagation algorithm is
Content from this work may be used under the terms of the Creative Commons Attribution 3.0 licence. Any further distribution
of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.
Published under licence by IOP Publishing Ltd 1
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
prepared to substitute Computational Fluids dynamics that need high spec hardware, software, and
more time to the simulation process.
Table 1. Specification Hardware and Software.
Design Process aerodynamics Artificial Neural
Analysis Network Analysis
RAM 6 Gb 6 GB 6 GB
Processor Core i5 Core i7 Core i5
Capacity 1 TB 1 TB 1 TB
Software Inventor OpenFoam Matlab R2014a
OS Windows 7 Ubuntu Windows 7
2. Theoretical Background
x2 y2
1 (1)
a2 b2
Where
a=length of the semi-major axis
b=length of the semi-minor axis
x=absis of coordinates of any point on the ellipse
y= ordinate of coordinates of any point on the ellipse
N
Y Ybase Wi f i (2)
i 1
Where 𝑌𝑏𝑎𝑠𝑒 is the baseline function.𝐹𝑖 and 𝑊𝑖 stand for the Hick-Henne shape function and the
weights factor, respectively. The Hick-Henne shape function 𝐹𝑖 is described in the following
Equations [1].
𝑥(1 − 𝑥)
𝐹1 = 0 < 𝑊1 < 0.12
𝑒 20𝑥
2
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
In computational fluids dynamics, the Navier-Stokes equations are discretized so it can be solved
numerically using grid concepts.
1 e x
f ( x) (5)
1 ex
Ending iteration process in Backpropagation algorithms is when the mean sum squared error is less
than tolerance value. Mean sum squared error is a parameter that shows the sum of the total deviation
between output and target in each iteration. Mean sum squared error is shown in equation (6)[4]
N
T arg et Output2
1
MSSE (6)
N i 1
Where N is severaldata
3. Methods
Methods have been used in this research shown in figure 2.
3
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
4
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
5
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
nose in which each formula is used to construct the noise model which its length respectively are 3000
m, 5000 m, and 7000 m.
6
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
Model 2 N
Y Ybase Wi f i f2 = 0.1 5
i 1
Model 3 N
Y Ybase Wi f i f2 = 0.1 7
i 1
Model 4 N
f2 = 0.4 and f6=
Y Ybase Wi f i 0.1
3
i 1
Model 5 N
f2 = 0.4 and f6=
Y Ybase Wi f i 0.1
5
i 1
Model 6 N
f2 = 0.4 and f6=
Y Ybase Wi f i 0.1
7
i 1
Model 7
x2 y2 a = 3000
1 3
a2 b2 b=1500
Model 8
x2 y2 a = 5000
1 5
a 2
b 2 b=1500
Model 9
x2 y2 a = 7000
1 7
a 2
b 2
b=1500
The nine models of the head of the high-speed train, which were converted to the obj file format,
were inputted to aerodynamics analysis using OpenFoam. Before the simulation was started, it must
be set up many aerodynamics parameters that are shown in table 3. The output of aerodynamics
analysis is the coefficient drag of each model that becomes the target of Backpropagation simulation
in the training phase to get robust weights.
7
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
Coefficient drag values are fluctuating before they reach convergent values. We took a coefficient
drag from each model as the target of backpropagation simulation when it has been convergent.
Because we only used nine models in this simulation, the time to get the convergent result was very
fast. It only took 10.000 epoch to reach the convergent result that is shown in figure 7, which the
iteration will be stoped if Mean Sum Square Error below than 10-8. The weakness of using a few
models is that the robustness is achieved if we use the same models for both training and exercise.
8
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
0,001
Mean Sum Square error
0,0008
0,0006
0,0004
0,0002
0
0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000
Epoch
Figure 7. Mean Sum Square Error in configuration I.
Comparison between CFD analysis results and Backpropagation results in the configuration I am
shown in table 6.
6. Conclusion
Based on results from aerodynamics and Backpropagation simulation, it can be concluded below.
1. Based on nine head of high-speed train models simulation using Backpropagation analysis, it is
concluded that this research can result in robust weights to compute coefficient drag, which inputs
are 4000 coordinates longitudinal nose of high-speed train model.
2. Based on aerodynamics analysis using OpenFoam software, it is known that in a similar shape the
longer the long nose of high-speed train the smaller the coefficient drag.
3. Backpropagation algorithm can be used to determine the coefficient drag of high-speed train, thus
tom guarantee robustness of weights, it must train using many models.
References
[1] Wang, Ruibin., Jianjun, Zhang., Shaojun Bianand., Lihuan, You. (2018).“A survey of
parametric modeling methods in high-speed train head design”.Journal of Rail and Rapid
Transit. Vol. 232(7), PP. 1965-1983.
[2] Bistafa, Sylvio R. (2018). “On the development of the Navier–Stokes equation by Navier”.
History of Physics and Related Sciences. Revista Brasileira de Ensino de F´ısica, vol. 40, nº
2, e2603 (2018).
[3] Julpan., Erna Budhiarti Nababan., Muhammad Zarlis. (2015). “ANALISIS FUNGSI
AKTIVASI SIGMOID BINER DAN SIGMOID BIPOLAR DALAM ALGORITMA
BACKPROPAGATION PADA PREDIKSI KEMAMPUAN SISWA”. Jurnal Teknovasi.
Volume 02, Nomor 1, 2015, PP. 103 – 116, ISSN: 2355-701X.
9
International Conference on Science Education and Technology IOP Publishing
Journal of Physics: Conference Series 1511 (2020) 012074 doi:10.1088/1742-6596/1511/1/012074
[4] Chai, T., Draxler, R.R. (2014). “Root mean square error (RMSE) or mean absolute error
(MAE)? – Arguments against avoiding RMSE in the literature”. Geoscientific Model
Development Discussion., 7, 1247–1250, 2014.
[5] Balaji, S. Arun. dan Baskaran, K. (2013). “Design and Development of Artificial Neural
Networking (ANN) System Using Sigmoid Activation Function to Predict Annual Rice
Production in Tamilnadu”. International Journal of Computer Science, Engineering and
Information Technology(IJCSEIT). Vol. 3. No.1.
[6] Anike, Marleni., Suyoto, dan Ernawati. (2012). “Pengembangan Jaringan Syaraf Tiruan dalam
Memprediksi Jumlah Dokter Keluarga Menggunakan Backpropagation (Studi Kasus :
Regional X Cabang Palu)”. Seminar Nasional Teknologi Informasi dan Komunikasi
(SENTIKA).
[7] Devi, C. J., Reddy, B. S. P., Kumar, K.V., Reddy, B. M., Nayak, N.R. (2012).
“ANNApproach for Weather Prediction using Back Propagation”. International
Journal of Engineering Trends and Technology. Vol. 3. Issue 1.
[8] Abd Alkader, Shahlla. A., Al-Allaf, Omaima. N. A. (2011). “Backpropagation Neural
Network Algorithm for Forecasting Soil Temperatures Considering Many Aspects:
A Comparison of Different Approaches”. The 5th International Conference on
Information Technology.
[9] Rebello, S., Maheshwari, U., Safreena, Souza, R. V. D. (2011). “Backpropagation Neural
Network Method for Predicting Lac Gene Structures in Streptococcus Pyogenes M Group A
Streptococcus Strains”. International Journal for Biotechnology and Molecular Biology
Research. Vol. 2 (4), PP.61-72.
[10] Gaurang Panchal, Amit Ganatra, Parth Shah, Devyani Panchal. (2011). “Determination Of
Over-Learning And Over-Fitting Problem In Back Propagation Neural Network”.
International Journal on Soft Computing (IJSC). Vol.2. No.2.
10