Skip to main content

A Python package to easily read input + output data from dHybridR.

Project description

dhybridrpy

PyPI version

dhybridrpy allows you to easily load and plot data from dHybridR simulations. It provides programmatic access to simulation input and output data and the ability to quickly visualize that data.

Features

  • Efficiently access simulation input data and output data like timesteps, fields (e.g. magnetic field), phases (e.g. distribution functions), and unprocessed ("raw") hdf5 files.
  • Quickly plot 1D, 2D, and 3D output data.
  • Lazily load large datasets using dask.

Installation

The latest package version can be installed via pip:

pip install dhybridrpy

Usage

Basic usage of the package:

from dhybridrpy import DHybridrpy

# Enter your input file and output folder paths here
input_file = "examples/data/inputs/input"
output_folder = "examples/data/Output"

dpy = DHybridrpy(input_file=input_file, output_folder=output_folder)

# Print simulation timesteps
print(dpy.timesteps())

# Access an input variable
print(f"Timestep = {dpy.inputs['time']['dt']}")

# Access data at a specific timestep
ts = 1
Bx = dpy.timestep(ts).fields.Bx()
print(Bx.data)

# Plot data
import matplotlib.pyplot as plt
Bx.plot()
plt.show()

Further examples can be found in the examples folder.

License

Project licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.

Authors

  • Bricker Ostler
  • Miha Cernetic

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

dhybridrpy-1.0.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

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

dhybridrpy-1.0-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file dhybridrpy-1.0.tar.gz.

File metadata

  • Download URL: dhybridrpy-1.0.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for dhybridrpy-1.0.tar.gz
Algorithm Hash digest
SHA256 96498d67c75374f4c416e91b9973ba3cd2018fc273d9fd43d1cc6eaefddb8bd4
MD5 a6c3cc33e19d1608bfddd3e5b95bd389
BLAKE2b-256 23e9f588ac7a1cf37369654a2522dfc901cfacdaffe0e2dbe6ce14ead835f87a

See more details on using hashes here.

File details

Details for the file dhybridrpy-1.0-py3-none-any.whl.

File metadata

  • Download URL: dhybridrpy-1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for dhybridrpy-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd0683cd5d4934a114637d0d4a6a2e4357a801629df4e6fe65eb05ed884895ad
MD5 c7436096eebf45f166a0fee172f49671
BLAKE2b-256 6e95d61ed7950009be630bba018cd3202516878374ceb54631f4bba8756c145d

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