Skip to content

Commit

Permalink
Update content/news/2024/11/21/pybamm-24.11.md
Browse files Browse the repository at this point in the history
Co-authored-by: Agriya Khetarpal <[email protected]>
  • Loading branch information
brosaplanella and agriyakhetarpal authored Nov 21, 2024
1 parent 83f86bb commit 1408e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2024/11/21/pybamm-24.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ With this release, we have introduced a new **opt-in** telemetry collection syst
## Experiment simulations now support output variables
_Implemented by [Pip Liggins (Oxford RSE)](https://github.com/pipliggins)_

Simulations using experiments now support the use of output variables from the `IDAKLUSolver`. This means that the model can be solved only storing the specified output variables (instead of the whole state vector), which provides benefits both in terms of computational speed and memory usage. For example, if we want to run a long simulation of the SPM model and only store time, current and voltage we can run:
Simulations using experiments now support the use of output variables from the `IDAKLUSolver`. This means that the model can be solved only storing the specified output variables (instead of the whole state vector), which provides benefits both in terms of computational speed and memory usage. For example, if we want to run a long simulation of the SPM model and only store time, current, and voltage; we can run:

```python3
model = pybamm.lithium_ion.SPM()
Expand Down

0 comments on commit 1408e80

Please sign in to comment.