Drive Practical EV
Drive Practical EV
Objective
To design and simulate the drive train of an electric four-wheeler using MATLAB Simulink and analyze
its performance characteristics.
Theory
The drive train of an electric vehicle consists of an electric motor, a gearbox, and the wheel assembly.
The motor converts electrical energy into mechanical energy, which is transmitted through the
gearbox to drive the wheels. Key parameters include torque, speed, and efficiency.
Procedure
- Set parameters (e.g., rated power, torque constant, resistance) based on the motor specifications.
*Gearbox*:
- Use a *Mechanical Converter* block to represent the gearbox.
.* Wheel Dynamics*:
- Add a *Rotational Inertia* block to represent the wheels.
*Control System*:
- Implement a *PI Controller* from the Control System Toolbox.
3. Use *Scope* blocks to visualize motor torque, wheel speed, and system efficiency.
Observations
- Record the maximum torque produced by the motor.
- Calculate the efficiency of the drive train based on input and output power.
Results
Performance Metrics
- *Maximum Motor Torque*: [Value] Nm
Graphical Output
- Attach screenshots of the scope outputs showing:
- Efficiency curves
Discussion
- Discuss the effectiveness of the PI controller in maintaining speed.
Conclusion
The simulation successfully demonstrated the operation of an electric vehicle drive train, providing
insights into performance characteristics such as torque, speed response, and efficiency. Further
refinement and more complex modeling can enhance accuracy and reliability.