You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# BattMo.jl is a framework for continuum modelling of lithium-ion batteries written in Julia
5
+
> [!TIP]
6
+
> Please see the docs for more details, tutorials and examples: https://battmoteam.github.io/BattMo.jl/dev/
7
+
8
+
2
9
3
10
The Battery Modelling Toolbox (**BattMo**) is a resource for continuum modelling of electrochemical devices in MATLAB. The initial development features a pseudo X-dimensional (PXD) framework for the Doyle-Fuller-Newman model of lithium-ion battery cells. This is currently a early release that implements a subset of features from the [MATLAB version of BattMo](https://github.com/BattMoTeam/BattMo) with improved numerical performance. **BattMo.jl** is based on [Jutul.jl](https://github.com/sintefmath/Jutul.jl) and uses finite-volume discretizations and automatic differentiation to simulate models in 1D, 2D and 3D.
4
11
5
12
The current implementation has two options for setting up simulation cases:
6
13
7
14
- You can read in input data prepared in the MATLAB version of BattMo (general 3D grids)
8
-
- Or you can use the common BattMo JSON format to run cases (primarily 1D grids)
15
+
- Or you can use the common BattMo JSON format to run cases
0 commit comments