Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify specification of active material content #41

Open
ejfdickinson opened this issue Aug 24, 2023 · 2 comments
Open

Simplify specification of active material content #41

ejfdickinson opened this issue Aug 24, 2023 · 2 comments

Comments

@ejfdickinson
Copy link
Collaborator

[...] I think it's an irritation of the present BPX that it's necessary to define the mass loading of active components indirectly, via the specification of a surface area and a particle radius combined with the assumption of spherical particles.

I think it would be more comprehensible to be able (optionally) to introduce some ability to specify e.g. a mass fraction and corresponding specific capacity of each blend component, and make the active volumetric surface area a dependent quantity under the equivalent spherical particle assumption.

Originally posted by @ejfdickinson in #33 (comment)

@ejfdickinson
Copy link
Collaborator Author

@ejfdickinson totally agree with your comment about mass loading. It feels backwards at the moment. I think we should specify the active material volume fraction directly. In your experience, what do you think is actually the most sensible set of parameters to specify from an experimental point of view? The current standard is very much from the model POV and I think it might be more useful to approach it from the other direction.

Originally posted by @rtimms in #33 (comment)

@rtimms
Copy link
Collaborator

rtimms commented Jul 19, 2024

Related discussion from PyBaMM #4265

Hello, i found out that for bpx files the active material volume fraction (eps_am) is calculated from the specific surface area (a_s) via the equation via

a_s = 3 * eps_am / R_p

For the specific surface area in the P2D model it is already assumed that all particles are spheres. This may be true for electrode materials such as NMC but not for flake-like graphite. The true specific surface area for graphite is way higher than for spheres. Under certain circumstances this may lead to a case where the Active material volume fraction + porosity are bigger than one. Also electrodes typically use binder. Characterizing the electrode area experimentally would potentially lead to lower surface area, because reaction surfaces are blocked by binder, which would then lead to lower active material volume fraction which makes no sense in my opinion.
I think in this case, although also incorrect, it makes more sense to calculate the active material surface area just as either 1-porosity or add an approximated binder term in the bpx file. The way, as it currently is, only leads to situtations where porosity + eps_am are bigger than one.

So what do you think?

Discussed in pybamm-team/PyBaMM#4241
Originally posted by dion-w July 4, 2024
Hello everyone,
I'm using a bpx file to start pybamm. I wanted to check whether the exchanged capacity between electrodes (i call it reversible electrode capacity for now) is the same, that means that the same amount of capacity leaves one electrode and enters the other. I tried to calculate it with the volume, the electrode area and the active material volume fraction as 1-porosity as the porosity is the only value that i get from the bpx file. This though gets me different reversible electrode capacities. I checked the exchanged number of moles and these were the same. I simulated a C/100 discharge with the bpx-file and saw that the active material volume fraction and the porosity of each electrode don't add up to one. They only add up to 0.94. I tried another bpx file, but here porosity and active material fraction also don't add up to one or even go above 1.

Could anyone tell me how the active material volume fraction is calculated from the porosity when using a bpx file?

Originally posted by @dion-w in pybamm-team/PyBaMM#4265

@dion-w The short answer / corollary is that because BPX enforces a strict relationship between active material content and active material volume surface area, when using a BPX JSON file as a parameter input, you are required to set the active material volume surface area in such a way that you get the correct active material content back out. Otherwise the capacity of your cell will be wrong. So you are absolutely correct that the active material volumetric surface area specified in BPX is meaningless in itself. This is hopefully a target issue for the #62.

Originally posted by @ejfdickinson in pybamm-team/PyBaMM#4265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants