VMEC 8.52
3D Equilibrium solver with nested flux surfaces.
Loading...
Searching...
No Matches
vmercier.f90
Go to the documentation of this file.
1
2MODULE vmercier
3
4 USE vparams, ONLY: nsd, rprec
5
6 IMPLICIT NONE
7
8 REAL(rprec), DIMENSION(nsd) :: dshear
9 REAL(rprec), DIMENSION(nsd) :: dwell
10 REAL(rprec), DIMENSION(nsd) :: dcurr
11 REAL(rprec), DIMENSION(nsd) :: dmerc
12 REAL(rprec), DIMENSION(nsd) :: dgeod
13END MODULE vmercier
real(rprec), dimension(nsd) dgeod
Definition vmercier.f90:12
real(rprec), dimension(nsd) dmerc
Definition vmercier.f90:11
real(rprec), dimension(nsd) dwell
Definition vmercier.f90:9
real(rprec), dimension(nsd) dcurr
Definition vmercier.f90:10
real(rprec), dimension(nsd) dshear
Definition vmercier.f90:8
integer, parameter nsd
maximum number of radial nodes
Definition vparams.f90:12