How can I use Battery Equivalent Circuit Model to do fault inject?

7 views (last 30 days)
Hi,
I want to use Battery Equivalent Circuit to simulate fault. But there are only three faults: open circuit, internal short circuit and thermal runaway. How can I get other faults, do I need to change the internal simspace syntax?
Thank you.

Answers (1)

Hassaan
Hassaan on 16 Jan 2024
In simulating battery faults using an equivalent circuit model, you generally have three primary fault types, as you mentioned:
  1. Open Circuit: This can be simulated by setting the internal resistance to an extremely high value or by disconnecting the circuit entirely.
  2. Internal Short Circuit: This is typically simulated by setting the internal resistance to a very low value, which allows a large current to flow.
  3. Thermal Runaway: This is more complex as it involves both the electrical and thermal behavior of the battery. It usually requires a model that can simulate the heat generation and dissipation within the battery.
To simulate other types of faults, you would need to consider what electrical changes these faults would cause within the battery and then reflect these changes within the equivalent circuit model. Here are some steps you could take:
  1. Identify the Fault: Determine what type of fault you want to simulate beyond the three basic types. For example, you might be interested in simulating degradation over time, loss of active material, electrolyte leakage, increased self-discharge, or other issues that can affect battery performance.
  2. Adjust the Model: Once you've identified the fault, you need to adjust the equivalent circuit model parameters to reflect the fault condition. This might involve changing resistance values, introducing additional circuit elements, or modifying the voltage source to reflect changes in the open-circuit voltage due to the fault.
  3. Thermal Model: If the fault has a thermal component (like thermal runaway), you will need a thermal model coupled with your electrical model to properly simulate the fault. This could involve adding thermal resistances, heat sources, and capacity elements to your model.
  4. Implement in Simulink: In Simulink, you can use the Simscape toolbox to modify the equivalent circuit model of a battery. You might need to delve into the Simscape language if you are creating custom components or modifying existing components in ways that the standard blocks do not support.
  5. Run Simulations: After modifying your model to include the new fault conditions, run simulations to observe the behavior. Ensure that your simulation captures the key characteristics of the fault you're trying to model.
  6. Analyze the Results: Post-process the simulation results to understand the impact of the fault on battery performance and behavior. Look for indicators such as rapid voltage drop, excessive heating, or other signs that would be indicative of a fault.
If you're not familiar with the Simscape language and you need to modify existing Simscape components or create new ones, you'll likely need to learn more about the syntax and semantics of the language. The Simscape language allows for the creation of custom components with physical modeling capabilities, which could be necessary for simulating complex battery faults.
For specific syntax changes and model adjustments, you would typically refer to the MATLAB and Simulink documentation, particularly for Simscape and the Simscape Electrical toolboxes, or contact MathWorks support for guidance on how to implement the particular fault you're interested in within Simulink.
------------------------------------------------------------------------------------------------------------------------------------------------
If you find the solution helpful and it resolves your issue, it would be greatly appreciated if you could accept the answer. Also, leaving an upvote and a comment are also wonderful ways to provide feedback.
Professional Interests
  • Technical Services and Consulting
  • Embedded Systems | Firmware Developement | Simulations
  • Electrical and Electronics Engineering
Feel free to contact me.

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!