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

Current Profile drive cycle #10

Open
Mrzhang-hub opened this issue Nov 27, 2022 · 4 comments
Open

Current Profile drive cycle #10

Mrzhang-hub opened this issue Nov 27, 2022 · 4 comments
Labels
fixed question Further information is requested

Comments

@Mrzhang-hub
Copy link

The battery type I used is different from yours, including nominal capacity and so on. If I want to use these four current profile drive cycles in my paper, should I change the current value or keep it unchangeable?

@davidhowey
Copy link
Collaborator

That depends on whether you want to scale the current to the new capacity of the battery that you are using; if you do, then you can normalise the current to a "C-rate" and then keep that fixed. C-rate is defined as current (Amps) divided by battey capacity in Amp-hours. For example 1 A for a 2 Ah battery is "0.5C"; if you then wanted to use a 5 Ah battery instead you would scale the current to 2.5 A.

@Mrzhang-hub
Copy link
Author

That depends on whether you want to scale the current to the new capacity of the battery that you are using; if you do, then you can normalise the current to a "C-rate" and then keep that fixed. C-rate is defined as current (Amps) divided by battey capacity in Amp-hours. For example 1 A for a 2 Ah battery is "0.5C"; if you then wanted to use a 5 Ah battery instead you would scale the current to 2.5 A.

Thanks for your clear explanation. I got it. By the way, I wonder if these four current profile drive cycles in the data file are calculated with a battery capacity of 2.7Ah?

@ElektrikAkar ElektrikAkar added the question Further information is requested label Jan 13, 2023
@manjunathnilugal
Copy link

Hi,
The drive cycle data for UDDS and US06, are for what capacity of the battery.
I have to simulate drive cycle for 1.65 Ah battery, is there any method to scale it down ?
https://github.com/Battery-Intelligence-Lab/SLIDE/tree/master/data/profiles/drive_cycles

Regards,

@ElektrikAkar
Copy link
Collaborator

ElektrikAkar commented Mar 23, 2023

Hi,

When we scaled these profiles we were using 2.7 Ah battery, so we made the maximum current 8.1 A to create a profile with maximum C-rate of 3C current. Depending on your needs, you may scale it to be 1C, 2C or any Crate. You just need to divide values by maximum value (8.1 in this case) and multiply them by your desired C-rate and capacity. If you want to get a 2 C current for your 1.65 Ah battery then:

(profile/8.1)21.65 should give you the necessary scaling.

Lastly our current convention is: positive = discharge, negative = charge and values are given with 1 seconds time step.

Yours sincerely,
Volkan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants