-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.nfp5
40 lines (40 loc) · 1.07 KB
/
input.nfp5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
&INDATA
!----- Runtime Parameters -----
DELT = 9.00E-01
NITER = 10000
NSTEP = 200
TCON0 = 2.00E+00
NS_ARRAY = 16! 50
NITER_ARRAY = 2500! 2000
FTOL_ARRAY = 1.0E-12! 1.0E-11
PRECON_TYPE = 'none'
PREC2D_THRESHOLD = 1.000000E-19
!----- Grid Parameters -----
LASYM = F
NFP = 0005
MPOL = 0005
NTOR = 0005
PHIEDGE = 0.083
!----- Free Boundary Parameters -----
LFREEB = F
NVACSKIP = 6
!----- Pressure Parameters -----
GAMMA = 0.000000000000E+000
BLOAT = 1.000000000000E+000
SPRES_PED = 1.000000000000E+000
PRES_SCALE = 1.000000000000E+000
PMASS_TYPE = 'power_series'
AM = 000000000E+00
!----- Current/Iota Parameters -----
CURTOR = 0
NCURR = 1
PIOTA_TYPE = 'power_series'
PCURR_TYPE = 'power_series'
!----- Boundary Parameters -----
! n comes before m!
RBC(0,0) = 1.0E+00 ZBS(0,0) = 0.0000E+00
RBC(0,1) = 2.0E-01 ZBS(0,1) = 2.0E-01
RBC(1,1) = 2.0E-03 ZBS(1,1) = 2.0E-03
RBC(1,0) = 2.0E-04 ZBS(1,0) = 2.0E-04
RBC(-1,0)= 2.0E-05 ZBS(-1,1)= 2.0E-05
/