Skip to content

This repository contains the code snippets for the power analysis of an electrical bus under various loading scenarios, weather conditions and vehicle parameters.

Notifications You must be signed in to change notification settings

Tinker-Twins/Power_Analysis_of_Electric_Bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Power Analysis of Electric Bus

This repository contains the code snippets for the power analysis of an electrical bus under various loading scenarios, weather conditions and vehicle parameters.

Diagram

Free-Body Diagram

Problem Statement

Consider a front wheel driven electric bus travelling uphill a slope of 30°. The mass of the bus is 16.2 tonnes and the total capacity of the bus is 50 passengers (excluding the driver). Assume average mass of each person to be 75 kg. Consider the following motor parameters: number of stator poles, P = 4; armature resistance, Ra = 20 kΩ and armature current, Ia = 5 A. Analyze the power required by the bus for diffenent loading conditions (no passengers (only driver), half passengers and all passengers) for the following conditions:

  • Weather conditions: μ = 0.2, 0.3, 0.4, 0.5, 0.6, 0.7 and 0.8
  • Wheel radius: r = 0.35 m, 0.4 m, 0.45 m and 0.5 m
  • Vehicle speed: v = 30 kmph, 40 kmph, 50 kmph and 60 kmph

Results

Case Weather - Power Characteristics Wheel Radius - Power Characteristics Speed - Power Characteristics
No Passengers Weather Power Characteristics Wheel Radius Power Characteristics Speed Power Characteristics
Half Passengers Weather Power Characteristics Wheel Radius Power Characteristics Speed Power Characteristics
All Passengers Weather Power Characteristics Wheel Radius Power Characteristics Speed Power Characteristics
  • Case 1: No Passengers
    • Power = 1876888.08 W
    • Starting Current = 18.77 A
    • Starting Torque = 228271.54 N-m
    • Rated Current = 5.00 A
    • Rated Torque = 60811.17 N-m
    • Starting current is within safe limits.
  • Case 2: Half Passengers
    • Power = 2093119.43 W
    • Starting Current = 20.93 A
    • Starting Torque = 283898.45 N-m
    • Rated Current = 5.00 A
    • Rated Torque = 67817.07 N-m
    • Starting current is within safe limits.
  • Case 3: All Passengers
    • Power = 2309350.77 W
    • Starting Current = 23.09 A
    • Starting Torque = 345584.94 N-m
    • Rated Current = 5.00 A
    • Rated Torque = 74822.97 N-m
    • Starting current is within safe limits.

Inference

Following points were inferred from the power analysis of electric bus:

  • Loading the Bus: Loading the bus refers to number of passengers aboard. As the number of passengers increased, the total mass of the system increased, which increased the gravitational force acting on the system. Thus, the load force and normal force, which are the resolved components of gravitational force, also increased. This caused increase in the motor torque, and hence the power requirement also increased.
  • Weather Condition: As the weather conditions varied, the coefficient of friction changed. Since frictional force is directly proportional to the coefficient of friction, an increase in coefficient of friction caused an increase in the frictional force. This caused increase in the motor torque, and hence the power requirement also increased.
  • Wheel Radius: Torque is directly proportional to the wheel radius while angular velocity is inversely proportional to the wheel radius. Hence an increase in wheel radius caused an increase in torque but a reduction in angular velocity (at the same rate). Thus, power requirement, which is product of the two remained constant.
  • Vehicle Speed: The angular velocity is directly proportional to the vehicle speed. Hence an increase in vehicle speed caused an increase in the angular velocity and hence the power requirement also increased.

About

This repository contains the code snippets for the power analysis of an electrical bus under various loading scenarios, weather conditions and vehicle parameters.

Topics

Resources

Stars

Watchers

Forks

Languages