Skip to main content

Interfacing between About:Energy's BPX electrochemical parameter sets for batteries and the PyBaMM package for battery modelling.

Project description

AEPyBaMM

AEPyBaMM (aepybamm) is a Python library that supports the use of About:Energy's Electrochemical models (such as About:DFN) in the PyBaMM implementation.

AEPyBaMM is an interface between the PyBaMM package for battery modelling and the BPX package for expression of electrochemical parameter sets. AEPyBaMM v0.2.1 requires PyBaMM v25.10+ (last supported version PyBaMM v25.10) and BPX v0.5.

The core functionality of AEPyBaMM is expressed through the function get_params, which combines a BPX parameter set and any user-defined options to yield a tuple of self-consistent pybamm.ParameterValues and pybamm.lithium_ion.{model} objects.

Example use case:

import pybamm
from aepybamm import get_params

fp_bpx = "*.json" # filepath of BPX JSON file containing parameter set

parameter_values, model = get_params(
    fp_bpx,
    **kwargs, # additional options to get_params()
)

sim = pybamm.Simulation(
    model,
    parameter_values=parameter_values,
    **kwargs, # additional options to pybamm.Simulation
)

# The pybamm.Simulation 'sim' can now be solved and post-processed as desired.

AEPyBaMM additionally provides functions solve_from_expdata and compare, to aid simple solution and comparison operations on experimental data without using the PyBaMM API directly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aepybamm-0.2.1.tar.gz (478.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aepybamm-0.2.1-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

Details for the file aepybamm-0.2.1.tar.gz.

File metadata

  • Download URL: aepybamm-0.2.1.tar.gz
  • Upload date:
  • Size: 478.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for aepybamm-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f0606eba38cd2bed557c8f6375d1fe662c467ffefe6c68a2d8bfd2be0d2f3a70
MD5 bbcae4156f2d148ae4de17bbdc2b96e1
BLAKE2b-256 16ed9ac269d5bb90e62e9b466311e82bbcdc4ebaa885fa21b15bf98b5e71c563

See more details on using hashes here.

File details

Details for the file aepybamm-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: aepybamm-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for aepybamm-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 76c6fccc195d5faa13070eef87f6b65c4ae7076421f0e4baedf8d91195dc13e9
MD5 9cd24ed669524e97808d32fcbf93cd2e
BLAKE2b-256 fac83583cbca74cad0f9fa11985c06aa1326eccdddaa0d4b6b126c0d70496ee8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page