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.1.2 requires PyBaMM v25.4+ (last supported version PyBaMM v25.8) 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.1.2.tar.gz (354.7 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.1.2-py3-none-any.whl (24.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for aepybamm-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7f11382ab02edde05ff895d6c58d0a897fc40d445fa0b47260a722d20819ac9a
MD5 16a1082f4e91948b5e43007ae90e968d
BLAKE2b-256 aafd5e6ab6d478edbd38ace7e7bb0914ec05c93c55370779393af5834765f687

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aepybamm-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 24.5 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.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c79bf469d027fb1e4cc1f9b00f912727810f377bf38e884d7fe74ef97905168
MD5 398c97b5a6dc19c3b6898f923950678f
BLAKE2b-256 48b8198b1e531da35285d9c481e6569b9ef4a73e95fb2099dc38662677449303

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