ASCOT5
|
1D plasma parameters on the 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] |
real * | rho |
real * | time |
real * | temp |
real * | dens |
1D plasma parameters on the target
Definition at line 28 of file plasma_1Dt.h.
int plasma_1Dt_data::n_rho |
number of rho values in the data
Definition at line 29 of file plasma_1Dt.h.
int plasma_1Dt_data::n_time |
number of time points
Definition at line 30 of file plasma_1Dt.h.
int plasma_1Dt_data::n_species |
number of plasma species including electrons
Definition at line 31 of file plasma_1Dt.h.
real plasma_1Dt_data::mass[MAX_SPECIES] |
plasma species masses [kg]
Definition at line 33 of file plasma_1Dt.h.
real plasma_1Dt_data::charge[MAX_SPECIES] |
plasma species charges [C]
Definition at line 34 of file plasma_1Dt.h.
int plasma_1Dt_data::anum[MAX_SPECIES] |
ion species atomic number
Definition at line 35 of file plasma_1Dt.h.
int plasma_1Dt_data::znum[MAX_SPECIES] |
ion species charge number
Definition at line 36 of file plasma_1Dt.h.
real* plasma_1Dt_data::rho |
pointer to start of rho values in offload_array
Definition at line 37 of file plasma_1Dt.h.
real* plasma_1Dt_data::time |
pointer to start of time values
Definition at line 39 of file plasma_1Dt.h.
real* plasma_1Dt_data::temp |
pointer to start of temperatures
Definition at line 40 of file plasma_1Dt.h.
real* plasma_1Dt_data::dens |
pointer to start of densities
Definition at line 41 of file plasma_1Dt.h.