-
Notifications
You must be signed in to change notification settings - Fork 24
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
Compute initial concentrations from initial OCV #424
Comments
Is it possible to have the choice of specifying either an initial SOC or an initial OCV? Ie. adding an For fitting empirical models, it's more helpful to specify the initial SOC than the initial OCV, as the standard approach is to work with known SOCs, taken from a combination of coulometry and capacity-measuring experiments. Removing the option for specifying an |
Short answer: yes! For PyBaMM models, the initial SOC (for ECMs) or initial concentrations (for EChems) form part of the parameter set. For a For a I hope that makes sense, I'll request a review for you to check when it's ready. |
Feature description
Currently, a
FittingProblem
can take an initial SOC value but it would be better to compute the initial concentrations from the open-circuit voltage (OCV) at the start of a measurement.We should replace the
init_soc
option with the functionality to pass aninit_ocv
. Wheninit_ocv
is specified, the model should recalculate the initial concentrations before running the simulation.Motivation
Typically it is the initial OCV and not the initial SOC that can be obtained from voltage measurements.
Possible implementation
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: