Train
Train
with
by
Raj Mukhopadhyay
Powertrain Division, MECHISMU,
Department of
Mechanical Engineering
Introduction
This project has been made in the quest of a
method of finding out the appropriate tractive
force required to speed up a train, or in general,
any moving vehicle, to a certain velocity in a
given amount of time.
This is a problem statement with huge
consequences. Not only does it involve Calculus,
it also takes into consideration the air-drag
force, and friction resisting the motion of the
train. Here, we are assuming that the air-drag
experienced is directly proportional to the square
of the velocity of the train, which is an
approximate assumption. We are also assuming the
tractive force to be constant throughout the
journey of the train, which is not true in real
life.
The project combines and utilises the powers of
both, MATLAB, and Simulink, to provide the
beholder with a clear picture of how the problem
was approached.
The Definitions
In order to approach the problem, some definitions
are necessary.
• Tractive Force: This is the driving force of
the train’s motion, without which there
would’ve been no difference between an
vehicle, and a small room. Tractive force is
the force provided by the engine of the train.
The engine is connected to the wheels of the
train, and the latter is rotated by the
former. From the time a train starts moving,
its tractive force remains constant up to a
certain level, after which it begins to
decrease as speed increases, as shown in the
graph. We denote tractive force by Ft.
• Air-Drag: This is a real-life effect of
Viscosity, or Fluid Friction. The viscosity of
air is quite small, but for high speeds, its
effect becomes considerable. In real life, the
relation between air-drag experienced by a
train depends of many factors, and the
relations are complicated. The air-drag
depends upon the geometry of the train, its
velocity, atmospheric pressure, temperature,
density, and so on. In our model, we are
assuming a very simple second order drag for
our train, which is governed by the following
equation:
Fd = 0.5*A*ρ*Cd*v2
Where Fd is the drag force, A the constant
associated with the surface geometry of the train,
v is the velocity of the train, ρ the density of
air, and Cd a constant.
The Mathematics
In order to make a mathematical model of our
system ,we need a free body diagram for our train,
which is as follows: