Skip to main content

CADET-Python is a Python interface to the CADET-Core simulator

Project description

CADET-Python

CADET-Python provides a file-based Python interface for CADET-Core, which must be installed separately. For this, please refer to the installation instructions and the CADET-Core repository.

The CADET-Python package simplifies access by mapping to the CADET interface, with all dataset names in lowercase.

Installation

To install CADET-Python, use:

pip install cadet-python

Usage Example

The package includes two primary classes:

  • CADET: The main class to configure and run simulations.
  • H5: A general-purpose HDF5 interface.

Setting Up a Simulation

To set a simulation parameter, such as the column porosity for column 1.

Referring to this path in the CADET interface:

/input/model/unit_001/COL_POROSITY

In CADET-Python, this is now set as:

from cadet import Cadet

# Initialize simulation
sim = Cadet()

# Set column porosity for unit 001
sim.root.input.model.unit_001.col_porosity = 0.33

Saving the Simulation File

Before running, save the simulation configuration to a file:

sim.filename = "/path/to/your/file.hdf5"
sim.save()

Setting the Path to CADET

To execute the simulation, specify the path to CADET-Core. On Windows, set the path to cadet-cli.exe:

sim.cadet_path = '/path/to/cadet-cli'

Running the Simulation and Loading Data

Run the simulation and load the output data with:

print(sim.run())
sim.load()

Reading Data from a Pre-Simulated File

If you have a pre-simulated file, you can read it directly:

# Initialize a new simulation object
sim = Cadet()

# Set the filename for the existing simulation data
sim.filename = "/path/to/your/file.hdf5"
sim.load()

At this point, any data in the file can be accessed.

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

cadet_python-1.3.0.tar.gz (42.5 kB view details)

Uploaded Source

Built Distribution

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

cadet_python-1.3.0-py3-none-any.whl (28.7 kB view details)

Uploaded Python 3

File details

Details for the file cadet_python-1.3.0.tar.gz.

File metadata

  • Download URL: cadet_python-1.3.0.tar.gz
  • Upload date:
  • Size: 42.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cadet_python-1.3.0.tar.gz
Algorithm Hash digest
SHA256 f61f573c636cdac257c5d64083275f25511e63fc85558915e7c18baa76c7f4b6
MD5 163a24e9b140cc69345f97b24487b91b
BLAKE2b-256 a664db39c922caeed12e6adcf47d10fa717b62d0adb044bbc06984b02f7e1ad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cadet_python-1.3.0.tar.gz:

Publisher: python-publish.yml on cadet/CADET-Python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cadet_python-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: cadet_python-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 28.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cadet_python-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7085ac12ddc5ded812580ba25afa234f5a9485f32df9e0f625a716bc78c5c109
MD5 77add3c26f75f78111802b2e33c05bcb
BLAKE2b-256 691fb9b312ee9dfdde5e6577093c5a4bb78ae557704069faf013380bf57ed7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cadet_python-1.3.0-py3-none-any.whl:

Publisher: python-publish.yml on cadet/CADET-Python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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