Energy management system in electric two wheeler

3 vues (au cours des 30 derniers jours)
MANISH PARASAR
MANISH PARASAR le 9 Jan 2022
Actually i need to connect the motors, controllers and all the auxiliary units( like head lights, sensors, brake lights etc) with the battery and show how much the energy they are consuming in simulink.
Does anyone have any idea regarding that?

Réponses (1)

Ganesh Gudipati
Ganesh Gudipati le 16 Mar 2022
Hi Manish,
As per my understanding, you want to calculate the energy consumed by all the auxiliary components in a two-wheeler using Simulink.
Most of the components like motor, controller etc will be readily available as blocks in Simulink Library. In case we don’t find some component that is required for our model, we can build it in using the basic components already available in Simulink and add it to the library for future use.
Let’s say we need a component that can capture the electrical energy for the scenario given in question. But it’s not available in Simulink Library. We can build it using the equations we know
  • We know that Power = Voltage x Current
  • Energy = Power x time => (Voltage x Current) x time
  • We can get the values of voltage and current using the voltage and current sensors which are already available in the Simulink Library.
Suppose if you want to check some block, you can directly double click the mouse on Simulink interface and then type the name of the block like “motor”. This will display all the types of motors available in Simulink and select the one as per requirement.
To know about different toolboxes available in Simulink refer Simulink Toolboxes.
To know more about Simulink refer Simulink Documentation.

Catégories

En savoir plus sur Get Started with Simulink dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by