Skip to content

Commit

Permalink
Merge pull request #877 from pybamm-team/issue-569-create-model-noteb…
Browse files Browse the repository at this point in the history
…ooks

Issue 569 create model notebooks
  • Loading branch information
rtimms authored Mar 11, 2020
2 parents a9149e6 + b8ebc9c commit 14dff27
Show file tree
Hide file tree
Showing 20 changed files with 1,484 additions and 800 deletions.
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

0 comments on commit 14dff27

Please sign in to comment.