ASCOT5
|
1D spline plasma parameters that will be offloaded to target More...
#include <plasma_1DS.h>
Data Fields | |
int | n_rho |
real | rho_min |
real | rho_max |
int | n_species |
real | mass [MAX_SPECIES] |
real | charge [MAX_SPECIES] |
int | anum [MAX_SPECIES] |
int | znum [MAX_SPECIES] |
int | offload_array_length |
1D spline plasma parameters that will be offloaded to target
Definition at line 14 of file plasma_1DS.h.
int plasma_1DS_offload_data::n_rho |
number of rho values in the data
Definition at line 15 of file plasma_1DS.h.
real plasma_1DS_offload_data::rho_min |
minimum rho value in the grid
Definition at line 16 of file plasma_1DS.h.
real plasma_1DS_offload_data::rho_max |
maximum rho value in the grid
Definition at line 17 of file plasma_1DS.h.
int plasma_1DS_offload_data::n_species |
number of plasma species including electrons
Definition at line 18 of file plasma_1DS.h.
real plasma_1DS_offload_data::mass[MAX_SPECIES] |
plasma species masses (kg)
Definition at line 20 of file plasma_1DS.h.
real plasma_1DS_offload_data::charge[MAX_SPECIES] |
plasma species charges (C)
Definition at line 21 of file plasma_1DS.h.
int plasma_1DS_offload_data::anum[MAX_SPECIES] |
ion species atomic number
Definition at line 22 of file plasma_1DS.h.
int plasma_1DS_offload_data::znum[MAX_SPECIES] |
ion species charge number
Definition at line 23 of file plasma_1DS.h.
int plasma_1DS_offload_data::offload_array_length |
number of elements in offload_array
Definition at line 24 of file plasma_1DS.h.