https://github.com/jonathanschilling/vmoms
VMOMS Tokamak MHD Equilibrium Code
https://github.com/jonathanschilling/vmoms
mhd nuclear-fusion tokamak tokamaks
Last synced: 3 months ago
JSON representation
VMOMS Tokamak MHD Equilibrium Code
- Host: GitHub
- URL: https://github.com/jonathanschilling/vmoms
- Owner: jonathanschilling
- License: mit
- Created: 2022-01-28T19:48:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T22:26:18.000Z (about 3 years ago)
- Last Synced: 2025-01-21T12:34:21.610Z (4 months ago)
- Topics: mhd, nuclear-fusion, tokamak, tokamaks
- Language: Fortran
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VMOMS
VMOMS Tokamak MHD Equilibrium Code[VMOMS - A computer code for finding moment solutions to the Grad-Shafranov equation](https://doi.org/10.1016/0010-4655(82)90069-8)
by L. Lao, R. M. Wieland, W. A. Houlberg and S. P. Hirshman.The code was obtained from the [CPC archive](https://data.mendeley.com/journal/00104655)
and made to compile on a standard Linux system with `gfortran`.
VMOMS is archived there under the ID [`ABSH`](https://data.mendeley.com/datasets/g2z3562tv4/1).## Building
```bash
> make
```creates the `vmoms` executable.
## Running
The input file is `fort.10`.
Run the code as `./vmoms`.
The output data is in `fort.11`.
Some additional data (I think the flux surface geometry and the profiles) is in the plot output in `fort.12`.