added templates for analytical equilibrium/profiles input files

This commit is contained in:
Lorenzo Figini 2020-03-06 10:49:23 +00:00
parent 4bb3841049
commit 81e1190bf8
2 changed files with 7 additions and 0 deletions

4
input/equil_a.txt Normal file
View File

@ -0,0 +1,4 @@
: rr0m,zr0m,rpam ! rhot[m] = min(sqrt((r-rr0m)**2+(z-zr0m)**2), rpam); tor flux phi = pi*b0*rhot**2
: b0 ! Bphi[T] @ rr0m[m]
: q0,qa,alq ! q = q0 + (qa-q0)*sqrt(psin)**alq
: nlim ! number of points in first wall (rlim,zlim) polygon

3
input/profil_a.txt Normal file
View File

@ -0,0 +1,3 @@
: dens0,aln1,aln2 ! dens[1e19 m-3] = dens0*(1 - psin**aln1)**aln2
: te0,dte0,alt1,alt2 ! temp[keV] = (te0-dte0)*(1 - psin**alt1)**alt2 + dte0
: zeffan