Skip to content

zefang-liu/NeuralPlasmaODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ICLR'24 AI4DiffEqtnsInSci] [AAAI'25 AI2ASE] NeuralPlasmaODE: Application of Neural Ordinary Differential Equations for Tokamak Plasma Dynamics Analysis

Welcome to our project on using neural ordinary differential equations (Neural ODEs) for modeling tokamak plasma dynamics! This work was accepted as a poster at the ICLR 2024 Workshop on AI4DifferentialEquations in Science and a poster at the AAAI 2025 Workshop on AI to Accelerate Science and Engineering. You can find our papers on arXiv (DIII-D paper and ITER paper).

NeuralPlasmaODE Framework

Introduction

This study employs neural ordinary differential equations (Neural ODEs) to model energy transfer in tokamaks. By deriving diffusivity parameters from DIII-D tokamak data, the model accurately captures energy interactions between electrons and ions across core, edge, and scrape-off layers. Validated against various heating conditions, this approach demonstrates the potential of Neural ODEs to enhance tokamak simulation performance through deep learning.

Usage

  1. Clone the repository:

     git clone https://github.com/zefang-liu/NeuralPlasmaODE.git
     cd NeuralPlasmaODE
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the experiment:

    python main.py

Citation

If you find this work useful, please consider citing our work as:

@article{liu2024application,
  title={Application of Neural Ordinary Differential Equations for Tokamak Plasma Dynamics Analysis},
  author={Liu, Zefang and Stacey, Weston M},
  journal={arXiv preprint arXiv:2403.01635},
  year={2024}
}

@article{liu2024application2,
  title={Application of Neural Ordinary Differential Equations for ITER Burning Plasma Dynamics},
  author={Liu, Zefang and Stacey, Weston M},
  journal={arXiv preprint arXiv:2408.14404},
  year={2024}
}

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

About

Neural ODEs for Tokamak Plasma Dynamics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages