-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
Feature/esoh model update #2192
Merged
Merged
Changes from 40 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
4de6073
ElectrodeSOH with two stage solving
anoushka2000 8603def
update notebook for eSOH model
anoushka2000 44fc92c
Merge remote-tracking branch 'origin/develop' into feature/esoh_model…
anoushka2000 9025dac
update notebook
anoushka2000 d353660
Merge remote-tracking branch 'origin/develop' into feature/esoh_model…
anoushka2000 fce929f
solve eSOH as ElectrodeSOHx100 and ElectrodeSOHC models
anoushka2000 60ff1d0
update electrode soh test
anoushka2000 b302bfc
Cn, Cp and n_Li from inputs
anoushka2000 97ee9d1
formatting
anoushka2000 2c582bf
update simulation to set up both esoh models if calc_esoh
anoushka2000 45947d4
Merge branch 'pybamm-team:develop' into feature/esoh_model_update
anoushka2000 8948968
modify get_cycle_summary_variables for two eSOH models
anoushka2000 d59390d
Merge remote-tracking branch 'origin/feature/esoh_model_update' into …
anoushka2000 7f1a238
Merge remote-tracking branch 'origin/develop' into feature/esoh_model…
anoushka2000 321a740
update simulation, notebook and tests
anoushka2000 fe8ba6f
black and flake8
anoushka2000 adfc952
working on feasibility checks
valentinsulzer 86fa7a6
use check_feasible when solving for electrode soh
valentinsulzer 4e82273
reformatting
valentinsulzer 3066711
line length
anoushka2000 6697b37
Merge branch 'develop' into feature/esoh_model_update
anoushka2000 d74b661
fix upstream merge
anoushka2000 cf532ca
get value from Scalar x_100_upper_limit
anoushka2000 88447e0
allow data for both electrodes OCP and fix get_initial_stoichiometries
anoushka2000 c687aec
fix get_initial_stoichiometries (parameter_values as kwarg)
anoushka2000 af3578e
correct case where only OCPn_data
anoushka2000 74704a6
correct model order in get_initial_stoichiometries
anoushka2000 4e93bcb
flake8
anoushka2000 7163ed9
case for both OCPn_data and OCPp_data
anoushka2000 7fa5553
merge anoushka changes
valentinsulzer 79ec839
check if initial values are float or pybamm.Scalar
anoushka2000 dea700c
update docs
anoushka2000 6d69982
update notebooks
anoushka2000 1145ae3
update esoh model checks
valentinsulzer b4cbb55
update initial guesses
valentinsulzer 8cb5d68
fix get_initial_socs
valentinsulzer 922dd1e
switch from C as a variable to x0
valentinsulzer 8c47907
Merge branch 'develop' into feature/esoh_model_update
valentinsulzer cadafa2
fix examples
valentinsulzer 4a49a18
coverage
valentinsulzer de1e60d
update changelog and docstrings
valentinsulzer a5f8687
fix doctests
valentinsulzer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
802 changes: 431 additions & 371 deletions
802
examples/notebooks/models/electrode-state-of-health.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
4,886 changes: 2,387 additions & 2,499 deletions
4,886
examples/notebooks/simulating-long-experiments.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs docstring (probably it can be very similar to the old one that has been deleted)