MATLAB code for parametric mapping of the electron-cyclotron resonance condition in tokamak plasmas, developed in the context of an Integrated Master's diploma thesis at the National Technical University of Athens (NTUA).
The repository contains a MATLAB implementation for scanning the electron-cyclotron resonance condition across prescribed tokamak geometry, plasma-profile, magnetic-field, launch-angle, and frequency settings, with resonance-root results written to CSV for downstream analysis.
- radial scan or fixed-radius / q-surface evaluation
- selectable density-profile models
- parameter scans over
theta,B0,phi, and frequency - resonance-root solving inside a prescribed EC frequency band
- CSV export of resonance results
wave-electron-resonance-mapping/
├─ README.md
├─ LICENSE
├─ CITATION.cff
├─ assets/
│ └─ resonance-landscape.png
├─ matlab/
│ └─ matlab_code.m
├─ docs/
│ ├─ SAMPS_Thesis_Plochoros.pdf
│ ├─ thesis-abstract.md
│ ├─ thesis-context.md
│ ├─ usage-notes.md
│ └─ usage-notes-original.txt
├─ examples/
│ └─ sample-output-schema.md
└─ .gitignore
- Open MATLAB.
- Navigate to the repository root.
- Run
matlab/matlab_code.m. - Follow the interactive prompts for radial mode, density profile, and output filename.
- Inspect the generated CSV output.
Supporting notes are available in:
docs/thesis-abstract.mddocs/thesis-context.mddocs/usage-notes.mdexamples/sample-output-schema.md
The repository is associated with the thesis:
Parametrization of the Wave-Electron Interaction with Applications to the Suppression of Instabilities in Thermonuclear Plasma
Theotokis Plochoros
National Technical University of Athens, 2025
The full thesis PDF is currently available directly in this repository:
If you use or reference the code, please cite the archived software release:
Plochoros, Theotokis (2025). Wave-Electron Resonance Mapping Code for Tokamak Plasmas. Zenodo.
DOI: 10.5281/zenodo.17664754
URL: https://zenodo.org/records/17664754
See CITATION.cff for machine-readable metadata.
This repository continues the earlier thesis-code release associated with:
theoplo/SAMPS_Plochoros_Thesis_Code- Zenodo DOI
10.5281/zenodo.17664754
- Thesis PDF: docs/SAMPS_Thesis_Plochoros.pdf
- Email: tplocho@gmail.com
- LinkedIn: linkedin.com/in/tplocho
MIT License.
