Conference PaperPDF Available

WHEEL-RAIL CONTACT MODELLING FOR REAL-TIME ADHESION ESTIMATION SYSTEMS WITH CONSIDERATION OF BOGIE DYNAMICS

Authors:

Abstract and Figures

Information about the adhesion condition in wheel-rail contact during railway operations is required to characterise the braking and traction which are key factors in railway performance and safety issues. Adhesion estimation is a methodical process which requires mathematical models of crucial processes. As a part of this development, the wheel-rail interface process needs to be modelled at the initial stage. A real-time multipoint wheel-rail contact model is developed in the Matlab software environment using a modular approach. Additionally, a simplified friction condition estimation algorithm is implemented to determine friction condition between wheels and rails. The friction condition information is further implemented in a Matlab contact model to determine the actual adhesion coefficient. Finally, a bogie test rig is developed in the Gensys multibody simulation tool to validate the Matlab contact model. The contact model gives realistic results during numerical investigations. The friction condition algorithm is able to handle the change in slip under varying friction conditions which indicates the robustness of the algorithm.
Content may be subject to copyright.
11th International Conference on Contact Mechanics and Wear of Rail/Wheel Systems
(CM2018), Delft, The Netherlands, September 24-27, 2018
1
WHEEL-RAIL CONTACT MODELLING FOR REAL-TIME ADHESION ESTIMATION SYSTEMS WITH
CONSIDERATION OF BOGIE DYNAMICS
Sundar Shrestha1,*, Qing Wu 1, Maksym Spiryagin1
1 Centre for Railway Engineering, Central Queensland University, Rockhampton, Australia
* s.shrestha@cqu.edu.au
Abstract: Information about the adhesion condition in
wheel-rail contact during railway operations is required
to characterise the braking and traction which are key
factors in railway performance and safety issues.
Adhesion estimation is a methodical process which
requires mathematical models of crucial processes. As a
part of this development, the wheel-rail interface process
needs to be modelled at the initial stage. A real-time
multipoint wheel-rail contact model is developed in the
Matlab software environment using a modular approach.
Additionally, a simplified friction condition estimation
algorithm is implemented to determine friction condition
between wheels and rails. The friction condition
information is further implemented in a Matlab contact
model to determine the actual adhesion coefficient.
Finally, a bogie test rig is developed in the Gensys
multibody simulation tool to validate the Matlab contact
model. The contact model gives realistic results during
numerical investigations. The friction condition
algorithm is able to handle the change in slip under
varying friction conditions which indicates the robustness
of the algorithm.
Keywords: wheel-rail contact; adhesion estimation; real-
time; inverse model; slip.
1. Introduction
Adhesion estimation at the wheel-rail contact interface is
a multifaceted process because it is dependent on several
operational factors such as processes at the wheel-rail
nonlinear contact interface, distribution of load
conditions acting on small contact patches, speed of the
vehicle; operational rail self-cleaning mechanism, track
irregularities and axle load distributions. Moreover,
environmental factors also have a significant influence on
the adhesion estimation. Some of these are
unintentionally spilled contaminations, deliberately used
friction modifiers, weather condition and contact surface
temperature. Hence, adhesion is dependent on many
parameters and the analytical dependency on some of
them may not be easy to define. Moreover, adhesion
estimation requires carefully selected methodological
processes and a wheel-rail interface process is one of
them, which is modelled in this work.
For the adhesion estimation process, several model-based
methods have been implemented. The first is based on the
inverse method as described in the patent [1]. In this
method, the wheel-rail contact forces are predicted from
vehicle dynamic behaviour without incorporating the
wheel-rail contact algorithm [2,3]. The result may not be
sufficiently accurate in some cases as explained in paper
[4]. Different Kalman filter methods have been used in
adhesion estimation. In [5,6], an Extended Kalman Filter
is used in the online estimation of low adhesion condition
by using vehicle response to lateral track irregularities in
normal (no traction or braking) running condition. In [7],
the Kalman-Bucy filter is used to detect lateral creep
force for local adhesion condition determination.
Multiple Kalman filters are used in [8] based on wheelset
dynamics and a fuzzy logic observer to identify the
operating condition of the wheelset at the wheel-rail
interface. Recently, a multiple model approach based on
swarm intelligence to estimate friction at the wheel-rail
interface was proposed in [9]. The artificial neural
network method was also used to predict wheel-rail
contact force [10] and to estimate adhesion condition
[11]. However, these approaches do not consider many
significant parameters such as wheel and rail profile
change, friction conditions, etc. In this case, it is better to
use classical wheel-rail contact algorithms [12] that are
used for multi-body software packages which provide
results with good accuracy.
However, the classical contact models become
impracticable for implementation in real-time due to the
low computational speed. To achieve real-time
simulation by satisfying the requirements mentioned in
literature [13], the fast approximation model seems to
produce reasonable accuracy, however, it is unable to
consider contact profile change and requires user-defined
coefficients in models. In [14,15], the real-time model is
implemented in field-programmable gate array (FPGA)
hardware including Hertz and Fastsim modules to
describe contact laws between wheels and rails. The
contact geometry, creepages and normal forces are
extracted from a precalculated lookup table. Furthermore,
a real-time contact model for a scaled test rig has been
developed at Politecnico di Torino, Italy [16,17] which
considers single point contact.
This paper presents a methodological development of a
multipoint wheel-rail contact model for the purpose of
real-time adhesion estimation. The model has potential to
consider multiple wheel-rail contact points.
2. Contact model in MATLAB
The proposed model considers multiple point wheel-rail
contact. It is created in the MATLAB platform. The
model consists of the following modules:
2
2.1. Profile generation module
In this work, the S1002 new (unworn) wheel profile and
UIC60 new rail profile are used. The profiles for both
right and left side wheel and rail are initialised separately
by loading stored prm-files as ASCII data to ensure a
modular approach.
Since it is a two dimensional (2D) contact model, the
profiles can be defined on the x-plane (profile in y and z
coordinates) to their local reference. To define the wheel
and rail surface in a global reference system, a rotary-
translation subroutine is defined based on the 2D
rotational matrix algorithm. The wheel profile is first
translated in the lateral direction of wheelset (). A rotary
translation is then performed in the vertical direction ()
and along the roll angle () to achieve the defined contact
condition in an iterative process.


(1)
For faster execution, it considers only that part of the
wheel profile which has a projection of rail profile
on a horizontal plane and interpolates using the common
abscissa to calculate distance function between
the two profiles as shown in Figure 1.
(2)
Figure 1: Interpolation for wheel-rail contact geometry
2.2. Geometrical module
It is possible to determine the entire area in which there
is interpenetration between wheel and rail profiles and the
point of contact corresponds to the point in that area that
has the maximum penetration value. If the penetration is
greater than a specified tolerance value, or in the case
of no contact, rotary translation is applied to the wheelset
to reach the desired value. Relatively more iterative
process is required in the case of non-linear profiles
(i.e.) as compared to a linear
profile (i.e.). Here  is
wheel roll angle,  is rail roll angle and is yaw angle.
For at least single contact point detection on both sides of
the wheel and rail interaction, the requirements specified
in Equation (3) need to be fulfilled.

 


(3)
where  is the interpolated distance between wheel
and rail profiles on the left side and  is the
interpolated distance between wheel and rail profiles on
right side. The suggested penetration for a 50 kN wheel
load is in the order of 10-2 mm approximately, hence a
specified tolerance value of 10-4 mm is used here to
meet the accuracy requirements.
Figure 2: Penetrated sections after interpolation- collinear contact
points (top), non-collinear contact points (bottom)
To determine if there is multi-point contact, the
requirements specified in Equation (3) need to be fulfilled
first. If the requirements are satisfied, there exists one or
more contact point(s). In Figure 2, there are five extreme
points which satisfy the requirements, however, and
are not probable contact points. An additional essential
condition for multi-point contact is that each independent
contact point must be adequately far from each other and
separated by at least one extreme point (such as or in
Figure 2) as specified in Equation (4).
x
y
z
0
y
x
z
0
y
x
z
ϴ
x
y
z
0





x
z
0
y






3

(4)
where is the penetration depth of the potential contact
point. The number of probable contact point(s) is.
If, multi-point contact exists and if, single
point contact occurs.
Figure 3 shows one case of the wheel-rail profiles not in
contact. In this case, the vertical distance of the wheel is
lower by  and rotated clockwise by. The value of
 differs on the right and left sides which is calculated
as in Equation (5). The value of is calculated as in
Equation (6).

(5)

Figure 3.Potential contact points on both sides of the wheel-rail
profiles
  

(6)
 



Here  are slopes of the lines connecting potential
contact points on wheel and rail respectively.
 denote right and left sides of wheelset
respectively.  denote rail/roller and
wheelset respectively. The radii of curvature is calculated
using the Frenet formula, which requires first and second
derivatives of contact points. The contact angle is the
arctangent of the first derivative at the point of contact.
2.3. Vertical force calculation
The vertical force acting on the bogie was evaluated
based on the simplified inverse modelling presented in
the study by Sun et al. [18]. The following simplified
expressions were used, assuming constant train
acceleration/deceleration and tangent track.

(7)
 
(8)
where,  is vertical force acting on bogie,  is
vertical force acting on each wheelset, is carbody
mass, is bogie mass, is axle mass, is train
acceleration, is acceleration due to gravity.
2.4. Normal task module
The normal problem is solved by using the theory of
Hertz [19]. For faster calculation, an approximation
function reported by Ayasse and Chollet [20] is
implemented in this work. Suppose that each body has
two principal rolling radii, one in the y-z plane
(,) and the other in the x-z plane (,).
The separation for this case can be written in terms of
coefficients C and D,

(9)
where




and are non-dimensional coefficients tabulated as a
function of the ratio  or the angle . When 0 <
g <, in all the cases, . Hence, the
Hertz table can be rewritten as Table 1. C/D can be used
directly as the input to the table, instead of  [20]. The
coefficient is determined from the Piecewise Cubic
Hermite Interpolating Polynomial (PCHIP) method [21].
(10)

(11)

(12)
where normal load at the point of contact is, is
Young’s Modulus and is Poisson’s Ratio.
Table 1: Hertz Coefficients for =0 to 180 degrees.
ϴ
0 5 10 30 60 90 120 150 170 175 180
C/D 0 0.002 0.01 0.07 0.333 1 3 13.93 130.6 524.6 Inf
m Inf 11.24 6.61 2.73 1.486 1 0.72 0.493 0.311 0.238 0
2.5. Creepage module
In this module the longitudinal, lateral, and spin
creepages are calculated.


(13)
 
(14)
(15)
where  for the right wheel and left wheel
respectively; is the longitudinal translation velocity;


,

)
, )
, )
, )


4
is the nominal velocity in the longitudinal direction;  is
the nominal spin velocity; is the nominal radius of a
wheel for the central position of a wheelset; is the yaw
angle of a wheelset; is a geometrical parameter based
on the contact patch dimensions; is the actual rolling
radius; is the contact angle; is the actual distance
from the centreline of the track to the wheel contact point
in the lateral direction; is the velocity of a wheelset in
the lateral direction.
2.6. Tangential task module
This module is used to calculate the value of creep force
based on the Polach algorithm [22] which is described as:


(16)


(17)
(18)
(19)
 
(20)
where is wheel load, is proportionality coefficient
characterising the contact shear stiffness, and are the
semi-axes of the elliptic contact patch, and are
longitudinal and lateral creepages, is the longitudinal
creepage force and  are model parameters
for different friction conditions which are defined in
Table 2.
Table 2: Creep force model parameters
Parameters
Dry
Wet
Low
0.47
0.25
0.1
0.44
0.40
0.40
0.60
0.20
0.20
1.0
1.0
0.6
0.4
0.4
0.2
3. Adhesion coefficient detection algorithm
The algorithm is based on the approach presented in [23].
First, the adhesion-slip curve is created to define the
relationship between the adhesion in dry, wet and low
conditions with respect to slip. The adhesion coefficient
is calculated for the longitudinal slip range from zero to
one at step size of 0.001.

(21)
where represents the probable adhesion coefficients in
all conditions for a given slip value,  is preliminary
estimated adhesion coefficient and is friction condition
represented numerically (i.e., for dry, wet and
low). The schematic of the algorithm is presented in
Figure 4. The predicted adhesion condition is provided to
the real-time contact model to determine the actual
adhesion coefficient as shown in Figure 5.
Figure 4: Schematic diagram of adhesion condition detection
algorithm [23].
Figure 5: Adhesion coefficient calculation from contact model
Vertical
force
Braking/
Traction
force
Estimated
adhesion
coefficient
Adhesion condition
detection algorithm
Slip
Adhesion
condition
Geometrical
module
Normal
contact
problem
Wheel-rail
profile
generation
Contacts
Curvature
Contact area
dimensions
Creepage
module
Rolling radii;
Contact angles
Adhesion
condition
from
algorithm
Adhesion coefficient
calculation
Tangent
contact
problem
Bogie test rig model
(Gensys)
Slip
Vertical
wheel load
calculation
Creep forces
Wheelsets:
State vector
  
Contact Model
Actual adhesion coefficient
5
4. Bogie test rig model in Gensys
For the simulation process, the two axle wagon bogie test
rig model as shown in Figure 6 is designed based on the
model provided from the real-time bogie test rig model
[24]. It uses the new ENS1002 wheel on new UIC60
roller profiles identical to the profiles used in Matlab
contact model. The car body is modelled as a single mass
with six degrees of freedom (DOFs) considering
longitudinal, roll and pitch DOFs as zero. The bogie
frame consists of two side frames and a bolster each with
four DOFs. The connection between masses is shown in
Figure 7 with the relevant number of DOFs.
The connection between car body and bolster include 10
couplings;
two vertical coil springs with longitudinal,
lateral and vertical stiffness;
one anti-roll stiffness element, two lateral bump
stops, one lateral damper, two vertical viscous
dampers;
one damping element and one stiffness element
working in parallel in the longitudinal direction
for the traction rod.
The connection between bolster and side frames includes:
14 couplings;
six damper and six stiffness elements for
longitudinal, lateral and vertical directions;
two yaw dampers.
Each wheelset is modelled as a single mass with six
DOFs. The connection between the bogie side frames and
each wheelset includes:
24 couplings;
twenty-four stiffness and damping elements for
longitudinal, lateral and vertical directions;
four vertical and four lateral bump stops.
The bogie masses and inertia are shown in Table 3.
Figure 6: Default view of bogie test rig in Gensys
Table 3: The bogie mass and inertia parameters
Parameter
Value
Unit
Car body
Centre of gravity, vertical
1.4
m
Mass
8000
kg
Moment of inertia, roll
1.50e5
kg m2
Moment of inertia, pitch
1.44e5
kg m2
Moment of inertia, yaw
1.44e5
kg m2
Bolster frame
Mass
661.9818
kg
Centre of gravity, vertical
0.4445
m
Moment of inertia, roll
311.8392
kg m2
Moment of inertia, pitch
50
kg m2
Moment of inertia, yaw
311.8392
kg m2
Side frame
Centre of gravity, vertical
0.4572
m
Mass
521.87
kg
Moment of inertia, roll
50
kg m2
Moment of inertia, pitch
154.7897
kg m2
Moment of inertia, yaw
154.7897
kg m2
Wheelset
Centre of gravity, vertical
0.4572
m
Mass
1100.735
kg
Moment of inertia, roll
665.4830
kg m2
Moment of inertia, pitch
282.4631
kg m2
Moment of inertia, yaw
665.4830
kg m2
Roller
Mass
2000
kg
Radius
1.0
m
Moment of inertia, roll
1789
kg m2
Moment of inertia, pitch
1200
kg m2
Moment of inertia, yaw
1789
kg m2
Figure 7: Bogie test rig model with mass, force element, constraints
and joints with degrees of freedom.
Side frame
1
Ground
Bolster
Car body
Name
1
Rigid body with
label
Force
element
Joint with number
of DOFs
Constraint
4
Wheelset
Roller set
6
6
1
1
1
Wheelset
bearing
Rollerset
bearing
Wheelset
bearing
Rollerset
bearing
6
5. Simulation and results
5.1. Validation of the contact model
Both the Gensys bogie test rig model and the contact
model consider the same wheel and roller profiles. In
order to validate the geometrical and normal problem,
results provided by Gensys [25] are compared. Results
can be seen for variation in the contact patch semi-axes
ratio due to lateral wheelset displacement in Figure 8. A
significant discrepancy between results is seen in the area
of contact switching from wheel tread to the flange and
in the flange region because the yaw angle is not taken
into account in the contact model. To validate the tangent
module of the contact model, the Polach creep force
model [22] is used in both models. The state vectors from
the Gensys model were used in the contact model. The
comparisons of the results from the Gensys bogie model
against the real-time contact model are presented in
Figure 9.
Figure 8: Comparison of contact patch semi-axes ratio of contact
model (top) and Gensys model (bottom) from [25]
5.2. Cases
Two simulation cases are performed in this study. The
first case is required to validate the real-time contact
model and friction condition detection algorithm. In this
case, the longitudinal slip value has been adjusted for
each friction condition, namely ‘dry’, ‘wet’ and ‘low’, by
means of a simple traction controller. Each condition
remains for 5 seconds in an order of dry-low-wet. The
bogie model was run on the roller rig under varying
friction conditions with a constant speed of 20km/h.
Figure 9: Comparison of results from Gensys bogie test rig model
(orange line) and real-time wheel-rail contact model (blue line)
Subplot [a]
Subplot [b]
Subplot [c]
Subplot [d]
7
The second case is required to validate the friction
condition detection in a braking mode. In this case, the
friction condition is ‘wet’ for the first 30 seconds, ‘low’
for the next 30 seconds and then remains ‘dry’ until the
test rig stops. The initial braking speed is 90km/h.
The result of the first case simulation is presented in
Figure 9. The adhesion condition detected from the
algorithm is displayed in subplot [a]. The longitudinal
creepage obtained by the contact model is slightly higher
as compared to the Gensys bogie test rig model which can
be seen in subplot [b]. The longitudinal creep force is
marginally higher and adhesion coefficient is slightly
lower in the contact model in a dry condition which can
be seen in subplots [c] and [d] respectively. The
algorithm is able to handle the change in slip under
variations of friction condition, which shows that the
algorithm is robust.
The results for the second case simulation are presented
in Figure 10. The speed of the roller and wheel are
presented in subplot [a]. The slope gradient between 30
to 60 seconds is the lowest among all, which indicates the
‘low’ friction condition. The estimated slip value has
highest fluctuation when the friction condition is changed
which is noticeable in subplot [b].
Figure 10: Results for friction condition detection in braking mode
Based on these simulation results, the contact model
gives realistic results during numerical investigations.
Moreover, the adhesion estimation algorithm provides
the anticipated result in both traction and braking
conditions which indicates the robustness of the
algorithm.
6. Conclusion
At this stage, the algorithm uses a simplified adhesion
estimation method which will be further advanced by
using dedicated input observers. In the next stage, the
contact model and the adhesion estimation algorithm will
be experimentally validated using test rig data. In this
study, vertical force and braking/traction force are used
to determine the preliminary results. To achieve more
realistic initial results, an approach such as rolling noise
analysis [26] could be used in combination.
Acknowledgments
The authors greatly appreciate the financial support from
the Rail Manufacturing Cooperative Research Centre
(funded jointly by participating rail organisations and the
Australian Federal Government’s Business Cooperative
Research Centres Program) through Project R1.7.1
Estimation of adhesion conditions between wheels and
rails for the development of advanced braking control
systems.
References
[1] Xia F, Wolfs PJ. Estimation of wheel rail
interaction forces. United States Patent US
7,853,412 B2. 2010.
[2] Xia F, Cole C, Wolfs P. An inverse railway
wagon model and its applications. Vehicle
System Dynamics. 2007;45:583605.
[3] Xia F, Cole C, Wolfs P. Grey box-based inverse
wagon model to predict wheelrail contact forces
from measured wagon body responses. Vehicle
System Dynamics. 2008;46:469479.
[4] Xia F, Cole C, Wolfs P. A method for setting
wagon speed restrictions based on wagon
responses. Vehicle System Dynamics.
2006;44:424432.
[5] Charles G, Goodall R, Dixon R. Model-based
condition monitoring at the wheelrail interface.
Vehicle System Dynamics. 2008;46:415430.
[6] Charles G, Goodall RM. Low adhesion
estimation. The Institution of Engineering and
Technology International Conference on
Railway Condition Monitoring. Birmingham,
UK; 2006. p. 96101.
[7] Ward CP, Goodall RM, Dixon R, et al. Adhesion
estimation at the wheelrail interface using
advanced model-based filtering. Vehicle System
Dynamics. 2012;50:17971816.
[8] Mei TX, Hussain I. Multi Kalman filtering
approach for estimation of wheel-rail contact
conditions. UKACC International Conference on
CONTROL 2010. Coventry, UK: Institution of
Engineering and Technology; 2010. p. 459464.
Subplot [a]
Subplot [b]
Subplot [c]
8
[9] Altan O, Voltr P. Swarm intelligence based
multiple model approach for friction estimation
at wheel-rail interface. The 5th International
Symposium on Engineering, Artificial
Intelligence and Applications (ISEAIA 2017).
Kyrenia, Cyprus; 2017.
[10] Hossein-Zadeh N, Dhanasekar M, Sun YQ. ANN
application to predict the wheelrail impact
forces due to the short wavelength defects in rail.
The second international conference on artificial
intelligence in science and technology (AISAT
2004). Hobart, Australia; 2004. p. 212217.
[11] Gajdar T, Rudas I, Suda Y. Neural network based
estimation of friction coefficient of wheel and
rail. IEEE International Conference on Intelligent
Engineering Systems. Budapest, Hungary; 1997.
p. 315318.
[12] Meymand SZ, Keylin A, Ahmadian M. A survey
of wheelrail contact models for rail vehicles.
Vehicle System Dynamics: International Journal
of Vehicle Mechanics and Mobility.
2016;54:386428.
[13] Belanger J, Venne P, Paquin J-N. The what,
where and why of real-time simulation. Transient
Analysis of Power Systems: Solution
Techniques, Tools, and Applications. 2011.
[14] Mei TX, Zhou YJ. Systems-on-chip approach for
real-time simulation of wheelrail contact laws.
Vehicle System Dynamics. 2013;51:542553.
[15] Zhou Y, Mei TX, Freear S. Real-time modeling
of wheel-rail contact laws with system-on-chip.
IEEE Transactions on Parallel and Distributed
Systems. 2010;21:672684.
[16] Bosso N, Spiryagin M, Gugliotta A, et al.
Mechatronic modeling of real-time wheel-rail
contact. Springer. Springer Berlin Heidelberg;
2013.
[17] Bosso N, Gugliotta A, Zampieri N.
RTCONTACT: An efficient wheel-rail contact
algorithm for real-time dynamic simulations.
2012 Joint Rail Conference (JRC2012).
Philadelphia, Pennsylvania, USA; 2012. p. 110.
[18] Sun YQ, Cole C, Spiryagin M. Monitoring
vertical wheelrail contact forces based on
freight wagon inverse modelling. Advances in
Mechanical Engineering. 2015;7:111.
[19] Hertz H. Ueber die Beruehrung fester elastischer
Koerper. Journal fur die Reine und Angewandte
Mathematik. 1881;156171.
[20] Ayasse J-B, Chollet H. Wheel-rail contact. In:
Iwnicki S, editor. Handbook of Railway Vehicle
Dynamics. Boca Raton, Florida: CRC Press;
2006. p. 85120.
[21] Chawla MM, Jayarajan N. A generalization of
Hermite’s interpolation formula in two variables.
Journal of the Australian Mathematical Society.
1974;18:402.
[22] Polach O. Creep forces in simulations of traction
vehicles running on adhesion limit. Wear.
2005;258:9921000.
[23] Spiryagin M, Cole C, Sun YQ. Adhesion
estimation and its implementation for traction
control of locomotives. International Journal of
Rail Transportation. 2014;2:187204.
[24] Spiryagin M, Sun YQ, Cole C, et al.
Development of a real-time bogie test rig model
based on railway specialised multibody software.
Vehicle System Dynamics. 2013;51:236250.
[25] DEsolver. Users manual for program KPF
[Internet]. [cited 2017 Sep 3]. Available from:
http://www.gensys.se/doc_html/kpf.html.
[26] Spiryagin M, Lee KS, Yoo HH, et al.
Experimental and theoretical investigation of
adhesion based on analysis of wheel-rail noise.
15th International Congress on Sound and
Vibration 2008, ICSV2008. 2008;2:942949.
... And hybrid algorithms work partially online. Those sections in a hybrid algorithm which have less influence of dynamic operation are assigned as the offline part [2]. Moreover, from the available calculation approaches, the geometrical problem is divided into two groups: the analytical method and the semi-analytical method. ...
... Then, the maximum penetration and its position in the contact patch is determined using Equation (2) and the virtual penetration is defined from Equation (3) ...
Article
Full-text available
Knowledge of creep forces at wheel-rail interface when high power is applied to the locomotive wheels has been the subject of many recent studies. The common wheel-rail interaction methods are generally divided by two theories – Hertzian and non-Hertzian. The first method uses Hertzian contact for the normal problem and the tangential problem is divided into two algorithms – Polach’s theory and the Simplified theory-based algorithm referred to as Modified Fastsim. Kalker’s original Fastsim-based method shows a better accuracy for these two Hertzian-based algorithms. The second method is based on the non-Hertzian theory, and it uses the Exact theory also developed by Kalker and implemented in the Extended Contact library to calculate forces at the wheel-rail interface. Considering that the second method is more accurate, this paper aims to present an adaptive simulation and integration method (ASIM) which is positioned in the middle between the two common methods and is designed to introduce a transition from the non-Hertzian to Hertzian contact in the normal problem with the application of the Modified Fastsim for the calculation of contact forces at the wheel-rail interface. The proposed method is aimed to be used in vehicle system dynamics studies performed in multibody software packages. A specially developed wheel-rail coupling incorporating geometrical, normal, and tangential modules is integrated into Gensys multibody software and benchmarked with the standard Extended Contact based wheel-rail coupling by means of locomotive traction tests that use a full mechatronic model of a high adhesion locomotive. The computational performance and accuracy of the proposed method are assessed and discussed.
... A scaled bogie test rig is modeled as shown in Fig. 4 to replicate the physical scaled test rig. The parameters for the scaled bogie test rig (SBTR) model were derived from the actual test rig model developed in Gensys [27]. Additionally, the moment of inertia of the scaled model was derived from the SolidWorks model of the SBTR. ...
... 4Bogie test rig model with mass, force element, constraints, and joint with the degree of freedom. Adopted from[27] ...
Preprint
Full-text available
In wheel rail adhesion studies, most of the test rigs used are simplified designs such as a single wheel or wheelset, but the results may not be accurate. Alternatively, representing the complex system by using a full vehicle model provides accurate results but may incur complexity in design. To trade off accuracy over complexity, a bogie model can be the optimum selection. Furthermore, only a real time model can replicate its physical counterpart in the time domain. Developing such a model requires broad expertise and appropriate software and hardware. A few published works are available which deal with real time modeling. However, the influence of the control system has not been included in those works. To address these issues, a real-time scaled bogie test rig including the control system is essential. Therefore, a 1:4 scaled bogie roller rig is developed to study the adhesion between wheel and roller contact. To compare the performances obtained from the scaled bogie test rig and to expand the test applications, a numerical simulation model of that scaled bogie test rig is developed using Gensys multibody software. This model is the complete model of the test rig which delivers more precise results. To exactly represent the physical counterpart system in the time domain, a real-time scaled bogie test rig (RT SBTR) is developed after four consecutive stages. Then, to simulate the RT-SBTR to solve the internal state equations and functions representing the physical counterpart system in equal or less than actual time, the real-time simulation environment is prepared in two stages. To such end, the computational time improved from 4 times slower than real time to 2 times faster than real time. Finally, the real time scaled bogie model is also incorporated with the braking control system which slightly reduces the computational performances without affecting real time capability.
... A scaled bogie test rig is modeled as shown in Fig. 4 to replicate the physical scaled test rig. The parameters for the scaled bogie test rig (SBTR) model were derived from the actual test rig model developed in Gensys [27]. Additionally, the moment of inertia of the scaled model was derived from the SolidWorks model of the SBTR. ...
... 4Bogie test rig model with mass, force element, constraints, and joint with the degree of freedom. Adopted from[27] ...
Article
Full-text available
In wheel–rail adhesion studies, most of the test rigs used are simplified designs such as a single wheel or wheelset, but the results may not be accurate. Alternatively, representing the complex system by using a full vehicle model provides accurate results but may incur complexity in design. To trade off accuracy over complexity, a bogie model can be the optimum selection. Furthermore, only a real-time model can replicate its physical counterpart in the time domain. Developing such a model requires broad expertise and appropriate software and hardware. A few published works are available which deal with real-time modeling. However, the influence of the control system has not been included in those works. To address these issues, a real-time scaled bogie test rig including the control system is essential. Therefore, a 1:4 scaled bogie roller rig is developed to study the adhesion between wheel and roller contact. To compare the performances obtained from the scaled bogie test rig and to expand the test applications, a numerical simulation model of that scaled bogie test rig is developed using Gensys multibody software. This model is the complete model of the test rig which delivers more precise results. To exactly represent the physical counterpart system in the time domain, a real-time scaled bogie test rig (RT-SBTR) is developed after four consecutive stages. Then, to simulate the RT-SBTR to solve the internal state equations and functions representing the physical counterpart system in equal or less than actual time, the real-time simulation environment is prepared in two stages. To such end, the computational time improved from 4 times slower than real time to 2 times faster than real time. Finally, the real-time scaled bogie model is also incorporated with the braking control system which slightly reduces the computational performances without affecting real-time capability.
... To overcome some of the limitations of the simplified approach, the geometrical module is separated into online and offline segments in a hybrid approach. Those sections in a hybrid algorithm that have less influence on dynamic operation are assigned as the offline part [87] where the contact parameters are precomputed and stored in a look-up table. The parameters are retrieved by interpolation during the dynamic simulation. ...
Article
Full-text available
Locomotive design is a highly complex task that requires the use of systems engineering that depends upon knowledge from a range of disciplines and is strongly oriented on how to design and manage complex systems that operate under a wide range of different train operational conditions on various types of tracks. Considering that field investigation programs for locomotive operational scenarios involve high costs and cause disruption of train operations on real railway networks and given recent developments in the rollingstock compliance standards in Australia and overseas that allow the assessment of some aspects of rail vehicle behaviour through computer simulations, a great number of multidisciplinary research studies have been performed and these can contribute to further improvement of a locomotive design technique by increasing the amount of computer-based studies. This paper was focused on the presentation of the all-important key components required for locomotive studies, starting from developing a realistic locomotive design model, its validation and further applications for train studies. The integration of all engineering disciplines is achieved by means of advanced simulation approaches that can incorporate existing AC and DC locomotive designs, hybrid locomotive designs, full locomotive traction system models, rail friction processes, the application of simplified and exact wheel-rail contact theories, wheel-rail wear and rolling contact fatigue, train dynamic behaviour and in-train forces, comprehensive track infrastructure details, and the use of co-simulation and parallel computing. The co-simulation and parallel computing approaches that have been implemented on Central Queensland University’s High-Performance Computing cluster for locomotive studies will be presented. The confidence in these approaches is based on specific validation procedures that include a locomotive model acceptance procedure and field test data. The problems and limitations presented in locomotive traction studies in the way they are conducted at the present time are summarised and discussed.
... Each level of design passed through physical modelling, mathematical modelling, analysis and identification of the issues and control design. The conceptual design, function modelling, and analysis and identification of the issues are explained in the authors' previous papers [3][4][5]. The detailed design methodology is described in Sect. 2. ...
Article
Full-text available
The dynamic parameters of a roller rig vary as the adhesion level changes. The change in dynamics parameters needs to be analysed to estimate the adhesion level. One of these parameters is noise emanating from wheel–rail interaction. Most previous wheel–rail noise analysis has been conducted to mitigate those noises. However, in this paper, the noise is analysed to estimate the adhesion condition at the wheel–rail contact interface in combination with the other methodologies applied for this purpose. The adhesion level changes with changes in operational and environmental factors. To accurately estimate the adhesion level, the influence of those factors is included in this study. The testing and verification of the methodology required an accurate test prototype of the roller rig. In general, such testing and verification involve complex experimental works required by the intricate nature of the adhesion process and the integration of the different subsystems (i.e. controller, traction, braking). To this end, a new reduced-scale roller rig is developed to study the adhesion between wheel and rail roller contact. The various stages involved in the development of such a complex mechatronics system are described in this paper. Furthermore, the proposed brake control system was validated using the test rig under various adhesion conditions. The results indicate that the proposed brake controller has achieved a shorter stopping distance as compared to the conventional brake controller, and the brake control algorithm was able to maintain the operational condition even at the abrupt changes in adhesion condition.
... The characteristics curve has been determined in this study by a five-stage process as shown in Fig. 7. In the first stage, the geometrical module of the contact model [34] determines the contact patch parameters such as contact point and curvature. In the second stage, the predetermined parameters are used to calculate maximum contact stresses at each contact area. ...
Article
This paper discusses the improvement in rail vehicle braking systems and proposes a new control algorithm for optimum utilization of the available adhesion between wheel and rail during braking conditions. Unlike conventional controllers, the proposed controller algorithm is responsive to the change of operational and environmental parameters between wheel and rail. It is designed based on multiple mode shifting during operations as the parameters change. Furthermore, adhesion is a process which cannot be measured directly; it has to be estimated from related measurable parameters and can be expressed in a quantitative term such as adhesion coefficient. Thus, an online observer to estimate the available adhesion is also proposed in this paper. The observer uses feedback responses to compensate for any error and ensures better accuracy by overcoming steady-state fluctuations and an impractical initial error. For numerical simulation, a wagon model considering longitudinal dynamics is developed. The adhesion force is then modelled by a proper definition of an adhesion-creep characteristics curve that was achieved from the experimental data collected from field measurements. Two sets of simulation were carried out. In the first simulation, the performance of the proposed observer was compared with the existing observer under different adhesion conditions. The comparison suggests that the proposed observer estimates realistic results even under different adhesion conditions as well as during switching between these conditions. In the second simulation, the performance of the proposed control algorithm was compared with the conventional algorithm. The comparison suggests that the proposed control algorithm is able to optimally utilize the available adhesion between wheel and
Article
Dynamic contact behavior occurs between wheels and rails while the train is running, it is an unsteady phenomenon and becomes more complicated when passing through a curved section. To examine the mechanism of this phenomenon, the authors have developed a dynamic rolling contact tool, called “Wheel/Rail rolling contact simulator,” using a large-scale parallel finite element method (FEM). This tool uses the Lagrange multiplier method to calculate the contact force in the normal direction between the wheel and the rail, and it is possible to obtain a precise contact force distribution within the contact surface. In this paper, we introduce a developed algorithm to make the finite element (FE) model of the curved section automatically. Then, we reproduce the rolling behavior in the curved section with one bogie model for validation of the developed numerical simulation method and discuss the behavior in the contact patch of each wheel. As a result, the calculated summation of the wheel load and lateral force of all wheels indicate a quantitatively good agreement in comparison to the initial condition. Moreover, the dynamic behavior of the bogie during the rolling from the straight section to the transition curve section has been qualitatively good. In the future, improvement of the boundary conditions such as the bottom of the rail, and the use of fine mesh on the wheel/rail contact surface model will be carried out to do the quantitative comparison with the actual phenomenon.
Article
Full-text available
The safety and stability of freight train operations are closely related to the wheel-rail contact dynamic forces. To evaluate and monitor the wheel-rail dynamic forces based on the accelerations on the wagon components, a two-dimensional inverse wagon model has been developed. To verify the inverse modelling, a detailed VAMPIRE wagon model has been used for the simulations on two cases of track rail top surface and cross-level irregularities. The simulated accelerations on wagon components are then the inputs into the inverse wagon model. Reasonable agreement has been achieved in the comparison between the predicted and simulated primary and secondary suspension forces and wheel-rail contact forces. The inverse wagon model is finally simplified into a one-dimensional vertical model for potential online applications. The predicted and simulated wheel-rail contact dynamic forces are also compared due to the random track geometry irregularities.
Article
Full-text available
The efficiency of work for tractive railway rolling stock depends on the values of tractive forces for desired operating conditions. For a more exact prediction of the tractive force it is necessary to take into account the factors that have an influence on processes in wheel-rail contact. The main goal of research, described in this article, is to obtain preliminary results for the further development of a strategy that enables the prediction of adhesion conditions of rail-wheel contact based on noise analysis. This paper includes both experimental and theoretical research. Results from this study are presented and the effectiveness of this work is discussed.
Conference Paper
Full-text available
This paper presents a novel detection technique of wheel-rail contact conditions from the dynamic properties of the railway wheelset. The proposed scheme is an indirect method which avoids difficult and expensive measurement requirements. A nonlinear model of lateral and yaw dynamics of a conventional solid axle wheelset is used for study. The scheme consists of a bank of Kalman filters based on linearized wheelset models that represent different characteristics of typical creep/slip curves. Normalized rms values from the residual of each filter calculated using time moving windows are assessed to identify the operating condition of the wheelset at the interface with the rail surface. Simulation results are presented to demonstrate the effectiveness of the proposed scheme.
Article
Full-text available
The design of mechatronic systems of rail vehicles requires performing verification and validation in the real-time mode. One useful validation instrument is the application of software-in-the-loop, hardware-in-the-loop or processor-in-the-loop simulation approaches. All of these approaches require development of a real-time model of the physical system. In this paper, the investigation of the usage of the model of the locomotive's bogie test rig created in Gensys multibody software has been performed and the calculation time for each time step has been analysed. The verification of the possibility of the usage of such an approach for real-time simulation has been made by means of a simple data transferring process between Gensys and Simulink through the TCP/IP interface. The limitations and further development issues for the proposed approach have been discussed in this paper.
Article
Accurate and efficient contact models for wheel–rail interaction are essential for the study of the dynamic behaviour of a railway vehicle. Assessment of the contact forces and moments, as well as contact geometry provide a fundamental foundation for such tasks as design of braking and traction control systems, prediction of wheel and rail wear, and evaluation of ride safety and comfort. This paper discusses the evolution and the current state of the theories for solving the wheel–rail contact problem for rolling stock. The well-known theories for modelling both normal contact (Hertzian and non-Hertzian) and tangential contact (Kalker's linear theory, FASTSIM, CONTACT, Polach's theory, etc.) are reviewed. The paper discusses the simplifying assumptions for developing these models and compares their functionality. The experimental studies for evaluation of contact models are also reviewed. This paper concludes with discussing open areas in contact mechanics that require further research for developing better models to represent the wheel–rail interaction.
Book
Real-time simulations of the behaviour of a rail vehicle require realistic solutions of the wheel-rail contact problem which can work in a real-time mode. Examples of such solutions for the online mode have been well known and are implemented within standard and commercial tools for the simulation codes for rail vehicle dynamics. This book is the result of the research activities carried out by the Railway Technology Lab of the Department of Mechanical and Aerospace Engineering at Politecnico di Torino. This book presents work on the project for the development of a real-time wheel-rail contact model and provides the simulation results obtained with dSpace real-time hardware. Besides this, the implementation of the contact model for the development of a real-time model for the complex mechatronic system of a scaled test rig is presented in this book and may be useful for the further validation of the real-time contact model with experiments on a full scale test rig.
Conference Paper
Determination of contact forces exchanged between wheel and rail is one of the most important topics in railway dynamics. Recent studies are oriented to improve the existing contact methods in terms of computational efficiency on one side and on the other side to develop more complex and precise representation of the contact problem. This work shows some new results of the contact code developed at Politecnico di Torino identified as RTCONTACT; this code, which is an improvement of the CONPOL algorithm, is the result of long term activities, early versions were used in conjunction with MBS codes or in Matlab® environment to simulate vehicle behaviour. The code has been improved also using experimental tests performed on a scaled roller-rig. More recently the contact model was improved in order to obtain a higher computational efficiency that is a required for the use inside of a Real Time process. Benefit of a Real Time contact algorithm is the possibility to use complex simulation models in diagnostic or control systems in order to improve their performances. This work shows several comparisons of the RTCONTACT contact code respect commercial codes, standards and benchmark results.
Article
This paper presents the development of a systems-on-chip approach to speed up the simulation of wheel–rail contact laws, which can be used to reduce the requirement for high-performance computers and enable simulation in real time for the use of hardware-in-loop for experimental studies of the latest vehicle dynamic and control technologies. The wheel–rail contact laws are implemented using a field programmable gate array (FPGA) device with a design that substantially outperforms modern general-purpose PC platforms or fixed architecture digital signal processor devices in terms of processing time, configuration flexibility and cost. In order to utilise the FPGA's parallel-processing capability, the operations in the contact laws algorithms are arranged in a parallel manner and multi-contact patches are tackled simultaneously in the design. The interface between the FPGA device and the host PC is achieved by using a high-throughput and low-latency Ethernet link. The development is based on FASTSIM algorithms, although the design can be adapted and expanded for even more computationally demanding tasks.
Article
During locomotive movement in traction or braking modes, body weight distribution varies between bogies in different proportions depending on many factors. Each bogie and wheelset thus experiences a different traction coefficient. Locomotive manufacturers introduce traction control system strategies for achieving optimal adhesion allowing for axle weight transfers. Determination of adhesion coefficients to input into traction control systems is a complex and difficult issue. Optimising this task requires solving the problem of how to estimate rail friction condition. This paper describes the algorithm which allows estimation of friction parameters for hauling locomotives, and uses a low computational cost solution based on existing approaches and input signals from sensors. The verification of the algorithm is performed using a co-simulation process between the multibody software and Matlab/Simulink package. Simulation results obtained confirm that the proposed approach is an efficient and practical tool that can be recommended for implementation for locomotive traction control systems.