Battery driven Electric vehicle with regenerative Braking operation | Electric vehicle Simulation |

Learn MATLAB Simulink
19 May 202311:49

Summary

TLDRThis video tutorial explores a Matlab simulation model for a battery-driven electric vehicle with regenerative braking. It covers the model's components like the battery, bidirectional DC-DC converter, and DC motor, controlled by a speed control method with a PID controller. The simulation demonstrates energy regeneration during braking, where the DC motor acts as a generator, sending energy back to the battery. The tutorial also shows how the system responds to speed changes, illustrating the increase in battery SOC and voltage due to regenerative braking.

Takeaways

  • 🔋 The simulation model demonstrates the operation of a battery-driven electric vehicle using regenerative braking in MATLAB.
  • ⚡ The setup consists of a battery, bi-directional DC-DC converter, and a DC motor, with speed control managed by a PID controller.
  • 🚗 During motoring, the battery supplies power to the DC motor, but during braking, the energy is reversed and stored in the battery.
  • 🔄 Regenerative braking converts the motor's negative torque into energy, which is then sent back to the battery, reversing the current flow.
  • 📊 The system measures and tracks key metrics like battery voltage, current, state of charge (SOC), motor speed, and torque.
  • 🏎 The initial speed is set at 120 radians per second, with a constant torque of 10 Newton meters during motoring operation.
  • 🔧 In the simulation, the speed is reduced from 120 to 50 radians per second to simulate the regenerative braking process.
  • 🔋 When braking is applied, the DC motor acts as a generator, and the current direction changes from positive to negative as energy flows back to the battery.
  • 🔍 The simulation demonstrates how the SOC of the battery increases during regenerative braking, and the voltage also rises due to energy being transferred back to the battery.
  • 🔔 The video concludes by explaining how regenerative braking helps improve the energy efficiency of electric vehicles and invites viewers to subscribe to the channel for more content.

Q & A

  • What components are included in the electric vehicle model discussed in the script?

    -The model consists of a battery, bi-directional DC-DC converter, and a DC motor, with the battery controlled via a speed control method.

  • How does the regenerative braking system work in this model?

    -During braking, the energy from the DC motor is reversed and stored in the battery through the bi-directional DC-DC converter. The current direction reverses when the speed is reduced.

  • What role does the PID controller play in the system?

    -The PID controller compares the speed of the DC motor with a reference value and processes the signal to generate the appropriate pulse to control the MOSFET and motor operation.

  • What happens to the current during regenerative braking?

    -During regenerative braking, the current direction reverses, and the motor generates power that is stored in the battery. This changes the current from a positive value to a negative one.

  • What changes occur in the battery's state of charge (SOC) during braking?

    -The SOC of the battery increases during regenerative braking as energy is stored back into the battery.

  • How is the reference speed manipulated in the model?

    -The reference speed is initially set to 120 radians per second. After a set time, it is reduced to 50 radians per second to simulate braking and observe the regenerative process.

  • What is the rated voltage and speed of the DC motor used in the simulation?

    -The DC motor is rated at 240 volts with a rated speed of 10,750 RPM and 5 horsepower (HP).

  • How does the torque behave during the motoring and braking operations?

    -During motoring, the torque is maintained at around 10-11 Nm. During braking, the torque switches to a negative value, indicating energy regeneration.

  • What happens to the battery voltage during regenerative braking?

    -The battery voltage increases during regenerative braking as the motor returns energy to the battery.

  • What is the purpose of simulating the model at different speed conditions?

    -Simulating at different speeds, especially with braking scenarios, helps demonstrate the concept of energy regeneration and how the system stores energy back into the battery.

Outlines

00:00

🔋 Introduction to Battery-Driven Electric Vehicles with Regenerative Braking

The video introduces the concept of battery-driven electric vehicles, focusing on the regenerative braking operation using a simulation model in Matlab. The model includes a battery, a bi-directional DC-DC converter, and a DC motor. The speed of the DC motor is controlled through a PID controller, and the bi-directional converter manages power flow between the motor and battery during motoring and braking operations. During braking, the direction of the current reverses, storing energy back into the battery. This allows the vehicle to recover energy when reducing speed, with the converter facilitating this process.

05:00

🚗 Simulating Motoring Operation and Regenerative Braking

The simulation tracks the motor's speed, torque, battery voltage, and current. Initially, the motor operates at a constant speed of 120 radians per second, drawing power from the battery. When the brake is applied, the speed is reduced, causing the DC motor to act as a generator. The energy generated during this braking process is stored in the battery. The simulation shows a shift in current and torque, confirming the regenerative process. The battery's state of charge (SOC) increases as power is fed back, demonstrating the system’s ability to capture and store energy during braking.

10:04

🔄 Regeneration Effects on Battery SOC and Voltage

In this section, the impact of regenerative braking on the battery is examined in detail. The current in the battery changes from positive to negative, indicating that energy is being returned to the battery. The SOC of the battery increases as the energy generated during braking is stored. The video also highlights how the voltage across the battery increases during the regeneration process. This regenerative braking operation showcases the efficiency of electric vehicles in energy recovery, ensuring longer battery life and improved vehicle performance. The video ends with a call to subscribe for more content.

Mindmap

Keywords

💡Battery

A battery is an energy storage device that provides electrical power through chemical reactions. In the context of the video, the battery is a crucial component of the electric vehicle, supplying power to the DC motor during operation. The script mentions a battery with a voltage of 60V and a capacity of 400Ah, which is used to power the electric vehicle and store regenerated energy during braking.

💡DC-DC Converter

A DC-DC converter is an electronic device that converts direct current (DC) from one voltage level to another. In the video, a bi-directional DC-DC converter is used to control the flow of power between the battery and the DC motor, ensuring efficient energy transfer and enabling regenerative braking. The converter's bidirectional capability allows it to function as both a boost converter and a buck converter, depending on the direction of power flow.

💡DC Motor

A DC motor is an electric motor driven by direct current (DC) and converts electrical energy into mechanical energy. The video discusses a DC motor with a rated speed of 10,750 RPM and a power rating of 5 HP, which is used to drive the electric vehicle. The motor's speed is controlled via a PID controller to achieve the desired performance, and during regenerative braking, it acts as a generator, sending energy back to the battery.

💡Regenerative Braking

Regenerative braking is a system that recovers energy during deceleration and braking by converting the vehicle's kinetic energy back into stored energy. The script describes how, during braking, the DC motor acts as a generator, and the energy generated is sent back to the battery through the bi-directional DC-DC converter. This process is illustrated in the video by reducing the speed reference, which causes the motor to generate electricity and increase the battery's State of Charge (SOC).

💡PID Controller

A PID controller is a control loop mechanism that calculates the necessary control action by measuring the error between a desired setpoint and a measured process variable. In the video, a PID controller is used to manage the speed of the DC motor by comparing the reference speed with the actual speed and adjusting the motor's input to minimize the error. This ensures smooth and precise control of the electric vehicle's speed.

💡State of Charge (SOC)

The State of Charge (SOC) is an indicator of the amount of charge left in a battery, usually expressed as a percentage. The video script mentions monitoring the SOC of the battery, which increases during regenerative braking as energy is returned to the battery. This is a key aspect of the electric vehicle's energy management system, ensuring that the battery's capacity is optimally utilized.

💡Bidirectional

Bidirectional refers to the ability of a system or component to operate in two opposite directions. In the context of the video, the bi-directional DC-DC converter can both supply power from the battery to the motor and, during regenerative braking, transfer power from the motor back to the battery. This dual functionality is essential for the efficient operation of the electric vehicle's energy回收 system.

💡Speed Control

Speed control is the process of managing the speed of a motor or vehicle to achieve a desired performance. The video discusses a speed control method that involves measuring the DC motor's speed, comparing it with a reference value, and using a PID controller to adjust the motor's input accordingly. This is crucial for maintaining a constant speed during motoring and for managing the energy flow during regenerative braking.

💡Torque

Torque is a measure of the force that can cause an object to rotate about an axis. In the video, torque is mentioned in relation to the DC motor's performance, where a constant torque of 10 Newton meters is maintained during normal operation. During regenerative braking, the torque becomes negative, indicating that the motor is acting as a generator and producing energy instead of consuming it.

💡Reference Speed

Reference speed is a predetermined speed setpoint used to control the operation of a motor or vehicle. The script describes setting a reference speed for the DC motor and then changing it to simulate braking. This change in reference speed triggers the regenerative braking process, where the motor's speed decreases, and the energy is regenerated back to the battery, as demonstrated in the video.

Highlights

Introduction of a battery-driven electric vehicle with daily generative braking operation using MATLAB simulation.

The simulation model includes a battery, bi-directional DC-DC converter, and DC motor with speed control via a PID controller.

During braking, the energy generated by the negative electromagnetic torque is stored in the battery using a bi-directional DC-DC converter.

The current direction reverses during braking as energy is transferred back to the battery, demonstrating regenerative braking.

The DC motor speed is controlled by comparing it to a reference speed, which is maintained by the PID controller.

During motoring operation, the battery supplies power to the DC motor, and during braking, the current flow reverses.

A detailed explanation of a 240-volt, 5-horsepower DC motor with a rated speed of 10,750 RPM and a 10 Newton-meter load.

Battery voltage decreases as power is supplied to the electric motor, with current draw measured at 27.5 amps.

Simulation shows the motor maintaining a constant speed of 120 rad/s and a torque of 10 Newton-meters during motoring.

In regenerative braking mode, the reference speed is reduced from 120 rad/s to 50 rad/s, showing the motor's response.

Regeneration occurs when the machine transitions to generator mode, reversing current flow to charge the battery.

Current changes from 11 amps during motoring to -20 amps during braking, demonstrating the regenerative process.

Electromagnetic torque changes from 11 Newton-meters to -20 Newton-meters during regeneration, indicating energy recovery.

The state of charge (SOC) of the battery increases during braking as energy is returned from the motor.

Battery voltage also rises during regeneration, confirming energy recovery through the regenerative braking system.

Transcripts

play00:00

hi viewers welcome to another solution

play00:02

today we are going to see about the

play00:04

battery and driven electric vehicle with

play00:08

daily generative braking operation

play00:10

Concept in Matlab so this is a

play00:13

simulation model we are created for a

play00:19

so this model consists of battery

play00:25

biodational dc-dc converter

play00:28

then

play00:30

DC motor okay

play00:33

and this

play00:35

battery converter will be controlled by

play00:38

means of

play00:40

speed control method so here we are

play00:42

measuring the

play00:43

speed of the

play00:45

DC motor

play00:47

so this DC motor speed will be compared

play00:50

with the reference pin okay then it will

play00:52

be process we have PID controller

play00:56

and it will be

play00:57

after PhD controller the PVD controller

play01:00

visited the

play01:04

when we process via

play01:06

this pyrolium generator so this video

play01:10

RAM generator will be generated the

play01:11

pulse so this pulse when we used to

play01:14

first drive this to master

play01:17

so we're going to be driving that to uh

play01:19

to mosfet not to

play01:22

Supply the power from the battery to

play01:27

a DC motor during motoring operation

play01:30

okay

play01:32

during breaking during breaking some

play01:36

energy will be

play01:38

reversed right some power will be

play01:41

reversed in the DC motor so that will be

play01:44

stored in the battery

play01:48

so during that time the current

play01:49

direction will be in the reverse

play01:51

Direction okay so that will happen when

play01:55

we are going to reduce the speed right

play01:57

for example consider you drive the

play01:59

vehicle okay so we are going to increase

play02:01

the oscillator right so it will be the

play02:05

speed of the electric vehicle will be

play02:07

increase and if you are going to

play02:08

maintain around

play02:10

80 kilometer

play02:13

okay so during your window please

play02:17

certain uh break in the electric vehicle

play02:20

so what will happen that there will be a

play02:23

a torque in the negative Direction okay

play02:26

so that need to be stored in the battery

play02:29

so that can be possible by means of this

play02:33

bi-directional dc-dc converter

play02:35

Arrangement okay so when you are

play02:37

applying the break right so whatever

play02:39

energy stored in that machine right then

play02:42

going to be returned back to that

play02:44

battery so via this is a converter so

play02:49

during that time during this ah that

play02:51

will uh during forward motoring

play02:54

condition right Forum not forward

play02:56

motoring during a drain condition right

play02:59

when speed increase in condition right

play03:01

so battery will be Supply the power to

play03:04

the

play03:04

this DC motor during operating braking

play03:07

right so whatever energy is stored

play03:09

because of that negative electro

play03:11

magnetic torque right so that will be

play03:14

stored in the battery so during that

play03:17

time current Direction only will be

play03:18

changed okay

play03:20

so and also when you have to look from

play03:22

this side right so it will be active

play03:24

here boost converter when we are going

play03:27

to look in this direction it will be

play03:29

back to CM boost converter so we can

play03:31

call this converter arrangement I think

play03:33

but the bi-directional bug booster

play03:35

converter arrangement

play03:37

okay and I'm going to explain here right

play03:41

here we have the battery right battery

play03:43

voltage we are considered as 60 and

play03:46

reacted capacity is folded 400 H then

play03:49

Battery Source is 50 percentage so this

play03:51

is a machine here we are having so here

play03:54

we are using 240 volt machine

play03:57

with rated speed of 10750 RPM and 300

play04:01

Volta a DC motor and rated power is 5 HP

play04:04

okay and then here we are pulling loader

play04:08

is 10 Newton meter

play04:10

and then here we have a reference speed

play04:13

condition so initially I'm going to

play04:14

operate the motor at a constant speed

play04:17

right so I am not changing any speed in

play04:19

this machine so I'm going to show the

play04:21

result of the battery voltage current

play04:24

and SOC and then I am going to show the

play04:28

result of the speed of the

play04:31

electric vehicle at the speed of the

play04:32

machine alternating machine or DC motor

play04:36

any

play04:38

[Music]

play04:41

speed reference okay

play04:45

and also I am going to show that

play04:48

tracking of

play04:50

speed also okay

play04:57

and then this is a voltage across the

play05:00

term machine

play05:09

so first I am going to simulate this one

play05:11

and then

play05:13

we will check the results

play05:16

so now we can see here right

play05:20

so reference midi here we are fixed at

play05:22

120 so it will be track the interrupting

play05:24

speed after 1.5 seconds okay so this

play05:27

voltage across that DC machine is around

play05:30

150 volt

play05:32

and then so here you can see here right

play05:35

see this is the battery

play05:38

voltage and then battery current and the

play05:40

battery Associated the battery sources

play05:42

keep on decreasing because of

play05:45

uh battery supplying power to the

play05:47

electric motor okay and then is the

play05:50

current is taken from the battery is

play05:54

around

play05:54

[Music]

play05:55

27.5 amps and here again the speed of

play05:59

the machine is maintained at 120 radian

play06:01

per second and then the torque of the

play06:04

machine is maintained into 10 Newton

play06:06

meter because Slaughter we are

play06:07

maintained six to term 10 Newton Newton

play06:09

so so here you can see that thread so it

play06:13

made an attack around the

play06:15

11 Newton meter and then current of the

play06:18

machine is around

play06:19

11 between so 11 amps okay so this is

play06:22

for like a farm motoring condition or

play06:26

motoring operation so now I am going to

play06:29

check the condition that means we are

play06:31

going to

play06:33

apply the brake right so here in order

play06:36

to create that regeneration concept so

play06:39

first I am going to maintain the

play06:40

reference speed equal to 120 radius per

play06:43

second

play06:44

after Samsung inside I'm going to change

play06:47

the speed from 120 to 80 per seconds to

play06:49

around 50 radius per second okay and

play06:52

then we have to check the other changes

play06:55

in the system so how the machine will be

play06:57

react when we are going to apply the

play06:59

brake right Supply the break in the

play07:01

scenes we are going to apply them

play07:04

uh that means we are reducing the speed

play07:07

of the machine right so during the time

play07:09

so how the machine will be hacked and

play07:12

then how the energy will be transferred

play07:13

from the machine into the battery like

play07:16

the Regeneration concept right so here

play07:18

I'm into make that

play07:21

the reference speed from after 2 seconds

play07:24

right so initially it will be run at 120

play07:27

newton so I want to delete it per second

play07:29

and then after that it can be changed to

play07:31

50 rating per seconds okay

play07:33

and then uh I'm going to make small uh

play07:36

that will we are creating that uh

play07:38

breaking right that mean reducing a

play07:40

speed of the machine reference speed

play07:42

from 120 to 50 up to 2 seconds so I'm

play07:46

going to take

play07:47

another

play07:50

0.05 seconds time so that means that

play07:53

that regeneration will be you can see ah

play07:57

slightly right within a second so okay

play08:00

so that's why I'm making the time so I

play08:03

am going to simulate this same model

play08:06

and then I am going to explain the

play08:07

detail with the how the tree generation

play08:10

happen in this system while we are

play08:12

reducing the speed

play08:15

so now we can see here right so this

play08:18

changes

play08:20

here you can see that the speed is speed

play08:23

references change it here but because of

play08:26

change in remote speed the speed is

play08:28

reducing here right so in this position

play08:30

you can see right right

play08:33

so this is reference speed the blue

play08:36

clear is actual script because of change

play08:38

in reference field the actual speed

play08:40

application also try to reduce right so

play08:42

you can see that reduction up to its

play08:44

feet okay so now you can see that

play08:46

because of detection of that uh speed

play08:48

command the voltage of the

play08:50

voltage across the motor also going to

play08:52

change right and also here you can see

play08:54

the change in the speed of case speed is

play08:57

releasing and then here you can see that

play09:00

variation of

play09:06

here you can easily understand that okay

play09:09

so now you can see that right the

play09:12

current of the

play09:14

DC machine or DC motor this comes to

play09:17

minus 20 amps so here when you are going

play09:21

to apply the break that so what happened

play09:24

that it will be going to be accessing

play09:26

generator right that machine DC machine

play09:29

is going back to the generator so that's

play09:32

why the current is changed from 10 11

play09:35

amps to minus 20 amps it comes to here

play09:38

and also you can see the electromagnetic

play09:41

of the machine so it changed from 11

play09:43

Newton meter to minus 20 Newton meter so

play09:46

this is known as a regeneration right so

play09:50

because of regeneration how that energy

play09:52

will be

play09:53

back to that battery so here you can see

play09:56

here right I'm going to zoom

play09:59

this area so you will see that detail

play10:04

so now we can see here right that that

play10:07

battery current right so this battery

play10:09

current is changed from 27.5 amps to

play10:13

minus around minus

play10:15

18 amps right so this is because of this

play10:19

regeneration right the water energy is

play10:21

generated during breaking right so that

play10:24

will be sent to that battery so and also

play10:27

I am going to expand that SOC okay so

play10:32

you will see that

play10:34

now we can see that right the soc of the

play10:37

battery is increasing so because of that

play10:40

regeneration power it will regeneration

play10:43

energy because of the break even

play10:45

breaking that so the soc of the battery

play10:48

also going to be increasing okay

play10:52

and also I need to check that voltage

play10:54

also so because of applying voltage so

play10:57

we need to check the voltage whether

play10:59

voltage increasing around here you can

play11:01

see the voltage of the battery also

play11:02

increasing because of Ray Gentry

play11:05

generation right

play11:07

because of the day regenerative braking

play11:10

okay so this is happen when uh that will

play11:14

region tree clicking concept of training

play11:17

the electric vehicle so whenever you are

play11:18

going to apply the brake so that during

play11:21

that break water energy in that machines

play11:23

are that will be returned back to that

play11:25

battery okay so this is known as

play11:28

regenerative operation of the electric

play11:31

vehicle so this is battery driving

play11:33

electric vehicle with with the

play11:36

Regeneration concept so thanks thanks

play11:39

for watching our videos kindly subscribe

play11:41

Channel and also click the Bell icon for

play11:43

notification for upcoming videos thank

play11:45

you thank you so much bye bye

Rate This

5.0 / 5 (0 votes)

Связанные теги
Electric VehiclesRegenerative BrakingMATLAB SimulationDC MotorBattery ManagementEnergy RecoveryBi-directional ConverterSpeed ControlVehicle DynamicsEV Efficiency
Вам нужно краткое изложение на английском?