Skip to main content

Python module for an easy work with a tokamak plasma equilibrium.

Project description

PLEQUE - PLasma EQUilibrium Enjoyment module [pleɪɡ]

GitHub py3comp

Python module for the simple manipulation with the tokamak plasma equilibrium. For more information see the documentation at https://pleque.readthedocs.io.

Note: The work is still in the early development stage and pleque probably contains bugs. You are very welcome to put a your wishes, found bugs or any other comment as an issue. There also may occur minor changes in code structure before 0.1.0 release.

Getting Started

Prerequisites

The prerequisites should be maintained by pip.

python>=3.5
numpy
scipy
shapely
scikit-image
xarray
pandas
h5py
omas

Installing

From PyPI (https://pypi.org/project/pleque/):

pip install --user pleque

or use the unstable experimental release (probably with more fixed bugs):

 pip install --user -i https://test.pypi.org/simple/ pleque

or clone/copy the github repository and run

git clone https://github.com/kripnerl/pleque.git
cd pleque
pip install --user .

Examples

from pleque.io import readers
import matplotlib as plt

eqdsk_filename = "path_to_my_gfile.gfile"
# Create instance of `Equilibrium` class
eq = readers.read_geqdsk(eqdsk_filename)

# plot simple overview of the equilibrium:
eq.plot_overview()

Some other examples can be found as notebooks in the notebooks folder or in the examples directory.

Version

0.0.3

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Related projects

  • FreeGS - Free boundary Grad-Shafranov solver in Python
  • OMFIT is an integrated modeling and experimental data analysis software for magnetically confined thermonuclear fusion experiments. The goal of OMFIT is to enhance existing scientific workflows and enable new integrated modeling capabilities. To achieve these goals OMFIT adopts a bottom-up collaborative development approach.
  • OMAS (Ordered Multidimensional Array Structure) is a Python library designed to simplify the interface of third-party codes with the ITER Integrated Modeling and Analysis Suite (IMAS) . ITER IMAS defines a data model, a data get/put API, and a data storage infrastructure used for manipulating ITER data.

References

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

pleque-0.0.4.tar.gz (5.1 MB view hashes)

Uploaded Source

Built Distribution

pleque-0.0.4-py3-none-any.whl (5.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page