Tools for post-processing results of the STELLGAP, AE3D and FAR3D codes.
STELLGAP computes Shear Alfvén continua in stellarators.
Method article: Shear Alfvén continua in stellarators
STELLGAP source: ORNL-Fusion/Stellgap
git clone https://github.com/arknyazev/shearalfvenwave.git
cd shearalfvenwave
pip install -e .Some examples include large data files stored with Git LFS.
To clone with all files:
git lfs install # install GIT LFS if haven't already.
git clone https://github.com/arknyazev/shearalfvenwave.gitTo clone without large files (faster):
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/arknyazev/shearalfvenwave.gitYou can download large files later if needed:
cd shearalfvenwave
git lfs pullExplore the examples directory for typical STELLGAP & AE3D workflows and visualization tools.