using single cell model for battery pack #2224
Replies: 5 comments 1 reply
-
If you want to describe the various cells with the same model and just divide/multiply the current and voltage for the series and parallel cells, you can just modify the parameters |
Beta Was this translation helpful? Give feedback.
-
In liionpack, I am not able to perform CCCV experiment.
Please help me with this
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ferran Brosa Planella ***@***.***>
Sent: Monday, August 22, 2022 1:48:22 PM
To: pybamm-team/PyBaMM ***@***.***>
Cc: Sourabh Jadhav ***@***.***>; Author ***@***.***>
Subject: Re: [pybamm-team/PyBaMM] using single cell model for battery pack (Discussion #2224)
If you want to describe the various cells with the same model and just divide/multiply the current and voltage for the series and parallel cells, you can just modify the parameters Number of electrodes connected in parallel to make a cell and Number of cells connected in series to make a battery. Note that this will simply calculate the current and voltage for the single cell you are modelling, so at the end you are simulating a single cell. For non-homogeneous behaviour you should use liionpack.
—
Reply to this email directly, view it on GitHub<#2224 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU7LVHWZNGGK5KOO4LQA33TV2MZU5ANCNFSM56GXTQYA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Balamurugan P ***@***.***>
Sent: Tuesday, April 4, 2023 11:15:52 AM
To: pybamm-team/PyBaMM ***@***.***>
Cc: Sourabh Jadhav ***@***.***>; Author ***@***.***>
Subject: Re: [pybamm-team/PyBaMM] using single cell model for battery pack (Discussion #2224)
Did you find a solution? I'm currently working on a similar issue.
—
Reply to this email directly, view it on GitHub<#2224 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU7LVHW3OKYVPAJJNPMPMO3W7OYRBANCNFSM56GXTQYA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Could you walk me through the steps that you took? |
Beta Was this translation helpful? Give feedback.
-
I would like to scale up my Thevenin cell model to become a battery pack. Since liionpack lacks a CCCV operating mode, I'm searching for a workaround using just pybamm. |
Beta Was this translation helpful? Give feedback.
-
is this a good way to use single cell pybamm model for battery pack by creating multiple same variables of SPMe model?
for series connection and parallel connection, I will do simple maths for current and voltage.
for terminal resistance, I will use ohm's law to calculate actual current to pass for the batteries.
for bus-bar resistance and other resistances, I will use another basic electrical formulas.
in liionpack, there is no function to experiment CCCV and other charging curves.
That's why, I used MATLAB/Simulink for battery pack but it is taking very much long time and need to design battery charger seperately. it doesn't have physical model aspect like DFN, SPM.
Please let me know, the above pybamm model method is good way or not?
Beta Was this translation helpful? Give feedback.
All reactions