https://github.com/projecttorreypines/tequila.jl
Inverse Grad-Shafranov Equilibrium Solver
https://github.com/projecttorreypines/tequila.jl
Last synced: 11 months ago
JSON representation
Inverse Grad-Shafranov Equilibrium Solver
- Host: GitHub
- URL: https://github.com/projecttorreypines/tequila.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2022-07-02T00:48:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T22:15:01.000Z (12 months ago)
- Last Synced: 2025-07-01T23:26:09.026Z (12 months ago)
- Language: Jupyter Notebook
- Homepage: https://projecttorreypines.github.io/TEQUILA.jl/dev
- Size: 4.3 MB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TEQUILA.jl
TEQUILA is a fixed-boundary equilibrium solver that uses cubic-Hermite finite elements in the radial direction, Fourier modes in the poloidal angle, and a [Miller extended harmonic](https://iopscience.iop.org/article/10.1088/1361-6587/abc63b/meta) (MXH) flux-surface parametrization [[Arbon 2021](https://iopscience.iop.org/article/10.1088/1361-6587/abc63b/meta)]. MXH provides an efficient representation of flux surfaces.
The high-level implementation borrows extensively: Jardin, Stephen. Computational Methods in Plasma Physics. CRC Press, 2010.
TEQUILA uses COCOS 11 convention.
## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/TEQUILA.jl/dev).
