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.4 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.4.tar.gz (353.6 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.4-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aepybamm-0.1.4.tar.gz
  • Upload date:
  • Size: 353.6 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.4.tar.gz
Algorithm Hash digest
SHA256 526f41d932fbe755f667a14fac7dfb0a5c59a7152535c850a8c8fafe2df83dd3
MD5 f6b238d6ee4b0ff3de752f282d01a106
BLAKE2b-256 345edae5dd40158d3bec4b127e58530fab8951f4588ba6148be198d10115c705

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aepybamm-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 26.8 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 56f1eeb94622da43dc60101091b2543104de5507f2d147878a240427508f128e
MD5 045ca48d2645a66d5f73fd99bee4b700
BLAKE2b-256 003235879bc0996653e7e3228af9d6ddad037f90ea7aceb5b89df3e50732eb3b

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