axnj2 / PyBaMM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data set for LNMC is "Chen2020"

test that were made for multiprocessing

for 1000 frequencies (15 periods and 5 samples per periods, 1e-9 precision) :

method time(s)
map_async 12.63
map 12.85
imap 12.85

so pretty much the same time for all the methods

how to launch the code on windows

cd C:\Users\lab07\Documents\pybamm2
python -m venv ./venv/
.\venv\Scripts\activate.bat
pip install pybamm tqdm matplotlib
python EISdifferentSOC.py

and the next time :

cd C:\Users\lab07\Documents\pybamm2
.\venv\Scripts\activate.bat
python EISdifferentSOC.py

About


Languages

Language:Python 100.0%