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

Curve Fitting Battery Model - data file upload #2

Open
swsyoon opened this issue Nov 18, 2020 · 0 comments
Open

Curve Fitting Battery Model - data file upload #2

swsyoon opened this issue Nov 18, 2020 · 0 comments

Comments

@swsyoon
Copy link

swsyoon commented Nov 18, 2020

Hello

Could you also upload the data files below that you used in Battery model ? Thank you.

Pull in experimental data for the open circuit potential

ocpp_data = np.loadtxt('positive.dat')
ocpn_data = np.loadtxt('negative.dat')

Visulaize our experimental data. We whish to pull model parameters, D_p, S_p and S_n from this data

data = np.loadtxt('experimental_data.dat')

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

1 participant