New input options and fCUm now calculates the number of ions passing by (to plot dN/dE easily

This commit is contained in:
Jorge Gonzalez 2025-04-17 17:07:07 +02:00
commit f25abb3213
15 changed files with 169 additions and 27 deletions

View file

@ -13,9 +13,14 @@
nv = 301 ! Number of grid points in the velocity space
/
&output
folder = 'polytropic_80ns_T10' ! Folder name
outputStep = 1e-9 ! Time step for file write [s]
/
&time
t0 = 0.0 ! Initial time [s]
tf = 3.0e-7 ! Final time [s]
tf = 2.0e-7 ! Final time [s]
cfl = 0.5 ! CFL condition (dt = CFL * dr / vf)
/
@ -31,3 +36,8 @@
filename = 'data/TNZ/Sn.csv' ! File with table to get Z from Te and ne
ZList = 0.1, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0 ! Bins of average Z
/
&parallel
nThreads = 16 ! Number of threads for OpenMP
/