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

Discrepancy in cycling data #26

Open
taranjitsinghb opened this issue May 16, 2023 · 2 comments
Open

Discrepancy in cycling data #26

taranjitsinghb opened this issue May 16, 2023 · 2 comments

Comments

@taranjitsinghb
Copy link

Hi,
First of all thank you, I have been using SLIDE to simulate degradation data and it has been insightful for our research.
I am using SLIDE in WSL.

I am using the branch SLIDE_v2.
I am only using the following functions in main.cpp (with the default degradation parameter settings and using KokamNMC)

"
estimateOCVparameters();
ProfileAgeing(M, pref, deg, cellType, settings::verbose); // simulates a bunch of drive cycle degradation experiments

"

In degradation.cpp, I only changed the following parameters from default (in ProfileAgeing - see image below) 1 second for the data. I didnt change anything checkup parameters elsewhere.

"
image

"

After simulating, obtaining results, if I just look at the few discharge cycles data (UDDS 0-100 @ 25), especially current, I integrate them considering nominal capacity, I obtain SoC which seems perfect as below:

image

However, if I look into whole data, discharge, charge and checkup, I have trouble obtaining SoC, which shows I might have some issues in currents when I integrate them assuming time steps as one seconds. See below, the first 2.5e5 samples.

image

So my question is, where does this discrepancy comes from ? my assumption of one second ? if yes then what sample time shall I use, or where can I change the sample time for every other entities (checkup, charging) to make sure the SoC is respected.

Or there is something entirely different than onesecond assumption?

Kind regards,
Taranjit

@ElektrikAkar
Copy link
Collaborator

ElektrikAkar commented Jun 2, 2023

Hi Taranjit,

I am sorry for late reply. Thank you very much. This looks interesting, I will have a look and let you know hopefully next week :)

Yours sincerely,
Volkan

@taranjitsinghb
Copy link
Author

Hi Taranjit,

I am sorry for late reply. Thank you very much. This looks interesting, I will have a look and let you know hopefully next week :)

Yours sincerely, Volkan

Thanks Volkan,

Regards,
Taranjit

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