| 
    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 | 
| real * | charge | 
| int * | anum | 
| int * | znum | 
| real * | rho | 
| real * | time | 
| real * | temp | 
| real * | dens | 
| real * | vtor | 
1D plasma parameters on the target
Definition at line 14 of file plasma_1Dt.h.
| int plasma_1Dt_data::n_rho | 
number of rho values in the data
Definition at line 15 of file plasma_1Dt.h.
| int plasma_1Dt_data::n_time | 
number of time points
Definition at line 16 of file plasma_1Dt.h.
| int plasma_1Dt_data::n_species | 
number of plasma species including electrons
Definition at line 17 of file plasma_1Dt.h.
| real* plasma_1Dt_data::mass | 
plasma species masses [kg]
Definition at line 18 of file plasma_1Dt.h.
| real* plasma_1Dt_data::charge | 
plasma species charges [C]
Definition at line 19 of file plasma_1Dt.h.
| int* plasma_1Dt_data::anum | 
ion species atomic number
Definition at line 20 of file plasma_1Dt.h.
| int* plasma_1Dt_data::znum | 
ion species charge number
Definition at line 21 of file plasma_1Dt.h.
| real* plasma_1Dt_data::rho | 
pointer to start of rho values
Definition at line 22 of file plasma_1Dt.h.
| real* plasma_1Dt_data::time | 
pointer to start of time values
Definition at line 23 of file plasma_1Dt.h.
| real* plasma_1Dt_data::temp | 
pointer to start of temperatures
Definition at line 24 of file plasma_1Dt.h.
| real* plasma_1Dt_data::dens | 
pointer to start of densities
Definition at line 25 of file plasma_1Dt.h.
| real* plasma_1Dt_data::vtor | 
pointer to start of toroidal rotation
Definition at line 26 of file plasma_1Dt.h.