ASCOT5
|
Local-files atomic reaction offload data. More...
#include <asigma_loc.h>
Data Fields | |
int | N_reac |
int | z_1 [MAX_ATOMIC] |
int | a_1 [MAX_ATOMIC] |
int | z_2 [MAX_ATOMIC] |
int | a_2 [MAX_ATOMIC] |
int | N_E [MAX_ATOMIC] |
int | N_n [MAX_ATOMIC] |
int | N_T [MAX_ATOMIC] |
int | reac_type [MAX_ATOMIC] |
int | offload_array_length |
Local-files atomic reaction offload data.
Definition at line 15 of file asigma_loc.h.
int asigma_loc_offload_data::N_reac |
Number of reactions
Definition at line 16 of file asigma_loc.h.
int asigma_loc_offload_data::z_1[MAX_ATOMIC] |
Atomic number of test particle
Definition at line 17 of file asigma_loc.h.
int asigma_loc_offload_data::a_1[MAX_ATOMIC] |
Mass number of test particle
Definition at line 18 of file asigma_loc.h.
int asigma_loc_offload_data::z_2[MAX_ATOMIC] |
Atomic number of bulk particle
Definition at line 19 of file asigma_loc.h.
int asigma_loc_offload_data::a_2[MAX_ATOMIC] |
Mass number of bulk particle
Definition at line 20 of file asigma_loc.h.
int asigma_loc_offload_data::N_E[MAX_ATOMIC] |
Size of the energy abscissa
Definition at line 21 of file asigma_loc.h.
int asigma_loc_offload_data::N_n[MAX_ATOMIC] |
Size of the density abscissa
Definition at line 22 of file asigma_loc.h.
int asigma_loc_offload_data::N_T[MAX_ATOMIC] |
Size of the temperature abscissa
Definition at line 23 of file asigma_loc.h.
int asigma_loc_offload_data::reac_type[MAX_ATOMIC] |
Reaction type
Definition at line 24 of file asigma_loc.h.
int asigma_loc_offload_data::offload_array_length |
Number of elements in offload_array
Definition at line 25 of file asigma_loc.h.