Metadata-Version: 2.4
Name: OpenFUSIONToolkit
Version: 26.6
Summary: Modeling tools for plasma and fusion research and engineering
Maintainer-email: Chris Hansen <christopher.hansen@columbia.edu>
License-Expression: LGPL-3.0-only
Project-URL: Homepage, https://openfusiontoolkit.github.io/OpenFUSIONToolkit/
Project-URL: Documentation, https://openfusiontoolkit.github.io/OpenFUSIONToolkit/docs/index.html
Project-URL: Repository, https://github.com/openfusiontoolkit/OpenFUSIONToolkit
Project-URL: Issues, https://github.com/openfusiontoolkit/OpenFUSIONToolkit/issues
Keywords: Fusion,Plasma,TokaMaker,ThinCurr
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: C
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy>=1.11.0
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: netCDF4
Provides-Extra: viz
Requires-Dist: pyvista; extra == "viz"
Dynamic: license-file

Open Flexible Unstructured Simulation Infrastructure with Open Numerics (FUSION) Toolkit (OFT)
=====================================

[![CI status](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/ci_build.yaml/badge.svg?branch=main)](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/ci_build.yaml)
[![CD status](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/cd_combined.yaml/badge.svg)](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/cd_combined.yaml)
[![Container CD status](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/container_cd.yaml/badge.svg)](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/actions/workflows/container_cd.yaml)
[![codecov](https://codecov.io/gh/openfusiontoolkit/OpenFUSIONToolkit/graph/badge.svg?token=GG282HKNAO)](https://codecov.io/gh/openfusiontoolkit/OpenFUSIONToolkit)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10306801.svg)](https://doi.org/10.5281/zenodo.10306801)

<img src="https://github.com/OpenFUSIONToolkit/OpenFUSIONToolkit/raw/main/logos/oft_logo_bg.png" width="300px" />

The Open FUSION Toolkit (OFT) is a suite of modeling tools, and their underlying finite element
framework, for problems in plasma and fusion research and engineering in arbitrary 2D and 3D geometries.
The underlying framework and its component tools support the use of variable order finite element methods on
unstructured tetrahedral (triangular) or hexahedral (quadralateral) grids.

**NOTE:** This project is under active development, please watch [releases](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/releases) for any new features and breaking changes that may be introduced.

Component tools
------------

The suite currently includes the following tools:

* **TokaMaker:** Axisymmetric statice and time-dependent ideal MHD equilibria

* **ThinCurr:** Inductively-excited currents in the thin-wall limit

* **MUG:** Time-dependent nonlinear (linear) extendend MHD

* **Marklin:** 3D force-free ideal MHD equilibria

Installation
------------

Binaries are available for Linux (x86) and macOS (x86 and arm64) for each [release on GitHub](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/releases). The framework and its components can also be built from source using the instructions provided on [the wiki](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/wiki).

To use the python interfaces add the `python` directory for your installation to your `PYTHONPATH` environment variable.

Documentation
------------

Detailed documentation is [available online](https://openfusiontoolkit.github.io/OpenFUSIONToolkit/docs/index.html) and is also included in the binary packages at `/path/to/oft/install/doc/Documentation.html` (please note `/path/to/oft/install` is a placeholder for the actual install path).

Contributing
-----------

See [CONTRIBUTING.md](https://github.com/openfusiontoolkit/OpenFUSIONToolkit/blob/main/CONTRIBUTING.md) for information on how to contribute.


Copyright
---------

Open FUSION Toolkit code development project, up to version 26.6 Copyright (c) 2023 - 2026, Open FUSION Toolkit team.

Written by Open FUSION Toolkit team and collaborators with Christopher J. Hansen as principle developer. All rights reserved.
