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.0 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.0.tar.gz (354.3 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.0-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aepybamm-0.2.0.tar.gz
  • Upload date:
  • Size: 354.3 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.0.tar.gz
Algorithm Hash digest
SHA256 b518aea0d878abf083618d44ca01674fe8dc1f3077b1d3cb458206dcd137e475
MD5 0797907cbb9def452ec6a67b73b87457
BLAKE2b-256 ee8bd8f25384d8df564a8364f0b9c82d101b314197b9d276d86ce64e4f6868a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aepybamm-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 26.7 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae027aee91fa738590c583156a0a96ade00d6c7643ab1e98c58935511df2551
MD5 73687fac0e571f97d2a4e59cb51cd819
BLAKE2b-256 b0b2baf7008103f4953805a64111b578355094ad398160a29758263211b64606

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