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

Different Battery Data Implementation #10

Open
bakikocabasa opened this issue Nov 1, 2022 · 1 comment
Open

Different Battery Data Implementation #10

bakikocabasa opened this issue Nov 1, 2022 · 1 comment

Comments

@bakikocabasa
Copy link

Dear Authors,

Thank you very much for this work. I have seen the other issues however, there were no clear information about the details of the model.

Here are my questions if you may answer:
1-Why do u multiply your current values with some constants? you had 50 Ah battery so I try to see a point however I could not understand well.
I= -(current.data)' *1.5 / 50;

2-If I use battery data for 450 V (respectively higher current values) why the simulation gives wrong values? Here are some snapshots. I updated the capacity value....

image

3-Are the C0, R or other formulations battery dependent? If yes, how can I find my own formulation or parameters?

Thank you

@AlterWL
Copy link
Owner

AlterWL commented Nov 12, 2022

  1. In the BBDST working condition signal builder, the current data is for battery with capacity equaling to 50Ah. But I used a battery with 1.5Ah capacity to build the equivalent circuit model. So I scaled down the current amplitude to fit the battary capacity.

    图片

  2. I'm not clear what changes you made in your simulation that causes this output.

  3. Yes, they are battery dependent. You need to do specific experiments to identify them, like the HPPC test I mentioned in README.

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