ASCOT5
|
1D plasma parameters that will be offloaded to target More...
#include <plasma_1Dt.h>
Data Fields | |
int | n_rho |
int | n_time |
int | n_species |
real | mass [MAX_SPECIES] |
real | charge [MAX_SPECIES] |
int | anum [MAX_SPECIES] |
int | znum [MAX_SPECIES] |
int | offload_array_length |
1D plasma parameters that will be offloaded to target
Definition at line 13 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::n_rho |
number of rho values in the data
Definition at line 14 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::n_time |
number of time points
Definition at line 15 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::n_species |
number of plasma species including electrons
Definition at line 16 of file plasma_1Dt.h.
real plasma_1Dt_offload_data::mass[MAX_SPECIES] |
plasma species masses [kg]
Definition at line 18 of file plasma_1Dt.h.
real plasma_1Dt_offload_data::charge[MAX_SPECIES] |
plasma species charges [C]
Definition at line 19 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::anum[MAX_SPECIES] |
ion species atomic number
Definition at line 20 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::znum[MAX_SPECIES] |
ion species charge number
Definition at line 21 of file plasma_1Dt.h.
int plasma_1Dt_offload_data::offload_array_length |
number of elements in offload_array
Definition at line 22 of file plasma_1Dt.h.