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

Battery - Ambient Correlation Factor #145

Open
teubert opened this issue Mar 23, 2021 · 1 comment
Open

Battery - Ambient Correlation Factor #145

teubert opened this issue Mar 23, 2021 · 1 comment
Assignees
Labels
A: Models Area: Models C: Enhancement Category: A PR with an enhancement or a proposed on in an issue.

Comments

@teubert
Copy link
Contributor

teubert commented Mar 23, 2021

Add some sort of account for the batteries environment?

For example: If two batteries are being modeled, one is inclosed in a chamber the other exposed to space, the first battery's temperature would likely increase much more with the same loading than the one exposed to space (due to higher ambient temperature, or an ambient temperature highly correlated to the battery temperature).

This task is to add this affect to the model.

Perhaps some sort of ambient correlation factor (tCorr), such that

double Tamb = (1.0d-parameters.tCorr) * parameters.x0.Tb + parameters.tCorr * Tb;
double Tbdot = ((voltage_eta*i/mC) + ((Tamb - Tb)/tau));

This way correlation of 0 would use the ambient temperature of space, 1 would use the temperature of the battery, and in between would use some proportion

@teubert teubert added C: Enhancement Category: A PR with an enhancement or a proposed on in an issue. A: Models Area: Models labels Mar 23, 2021
@chetankul
Copy link

Currently working on this issue. We are planning to conduct experiments to calculate this variability which can then be added to the battery model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Models Area: Models C: Enhancement Category: A PR with an enhancement or a proposed on in an issue.
Projects
None yet
Development

No branches or pull requests

2 participants