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

Issue 569 create model notebooks #877

Merged
merged 11 commits into from
Mar 11, 2020
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ input/*
!input/comsol_results/
!input/drive_cycles

# keep images required by notebooks
!examples/notebooks/Creating%20Models/SEI.png

# simulation outputs
out/
config.py
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Features

- Added additional notebooks showing how to create and compare models ([#877](https://github.com/pybamm-team/PyBaMM/pull/877))
- Added `Minimum`, `Maximum` and `Sign` operators ([#876](https://github.com/pybamm-team/PyBaMM/pull/876))
- Added a search feature to `FuzzyDict` ([#875](https://github.com/pybamm-team/PyBaMM/pull/875))
- Add ambient temperature as a function of time ([#872](https://github.com/pybamm-team/PyBaMM/pull/872))
Expand Down
279 changes: 279 additions & 0 deletions examples/notebooks/Creating Models/1-an-ode-model.ipynb

Large diffs are not rendered by default.

306 changes: 306 additions & 0 deletions examples/notebooks/Creating Models/2-a-pde-model.ipynb

Large diffs are not rendered by default.

324 changes: 324 additions & 0 deletions examples/notebooks/Creating Models/3-negative-particle-problem.ipynb

Large diffs are not rendered by default.

Loading