Forces On EV Calculations Using MATLAB
Electric vehicles (EVs) are becoming increasingly popular due to their environmental and economic benefits. However, to design an efficient EV, it is important to accurately estimate the forces acting on the vehicle. This can be done using Matlab, a powerful tool for numerical analysis and simulation.
The force on an EV can be divided into several components, including aerodynamic drag, rolling resistance, and gradient resistance. Aerodynamic drag is the resistance to motion caused by air moving past the vehicle. Rolling resistance is the force required to move the tires along the road surface, and gradient resistance is the force required to overcome changes in the elevation of the road.
Matlab can be used to calculate each of these forces and their contribution to the overall force acting on the vehicle. The first step is to define the parameters of the vehicle, such as its mass, dimensions, and drag coefficient. These values can be obtained from the manufacturer or estimated using empirical formulas.
Once the parameters of the vehicle are defined, Matlab can be used to calculate the aerodynamic drag using the following formula:
Fd = 0.5 * rho * Cd * A * V^2
where Fd is the force due to aerodynamic drag, rho is the air density, Cd is the drag coefficient, A is the frontal area of the vehicle, and V is the velocity of the vehicle.
The rolling resistance force can be calculated using the following formula:
Fr = m * g * Crr
where Fr is the force due to rolling resistance, m is the mass of the vehicle, g is the acceleration due to gravity, and Crr is the rolling resistance coefficient.
The gradient resistance force can be calculated using the following formula:
Fg = m * g * sin(theta)
where Fg is the force due to gradient resistance, theta is the angle of the road, and all other variables have the same meaning as before.
Once these three forces have been calculated, they can be combined to give the total force acting on the vehicle:
Ftotal = Fd + Fr + Fg
Matlab can be used to calculate and plot the total force as a function of velocity, allowing the designer to optimize the vehicle for maximum efficiency. By adjusting the vehicle parameters and analyzing the resulting forces, the designer can identify the most important factors affecting the performance of the vehicle.
SEE COMPLETE ANSWER CLICK THE LINK