ASCOT5
|
Histogram parameters on target. More...
#include <dist_rho5D.h>
Data Fields | |
int | n_rho |
real | min_rho |
real | max_rho |
int | n_theta |
real | min_theta |
real | max_theta |
int | n_phi |
real | min_phi |
real | max_phi |
int | n_ppara |
real | min_ppara |
real | max_ppara |
int | n_pperp |
real | min_pperp |
real | max_pperp |
int | n_time |
real | min_time |
real | max_time |
int | n_q |
real | min_q |
real | max_q |
size_t | step_1 |
size_t | step_2 |
size_t | step_3 |
size_t | step_4 |
size_t | step_5 |
size_t | step_6 |
real * | histogram |
Histogram parameters on target.
Definition at line 48 of file dist_rho5D.h.
int dist_rho5D_data::n_rho |
number of rho bins
Definition at line 49 of file dist_rho5D.h.
real dist_rho5D_data::min_rho |
value of lowest rho bin
Definition at line 50 of file dist_rho5D.h.
real dist_rho5D_data::max_rho |
value of highest rho bin
Definition at line 51 of file dist_rho5D.h.
int dist_rho5D_data::n_theta |
number of poloidal angle bins
Definition at line 53 of file dist_rho5D.h.
real dist_rho5D_data::min_theta |
value of lowest pol bin
Definition at line 54 of file dist_rho5D.h.
real dist_rho5D_data::max_theta |
value of highest pol bin
Definition at line 55 of file dist_rho5D.h.
int dist_rho5D_data::n_phi |
number of phi bins
Definition at line 57 of file dist_rho5D.h.
real dist_rho5D_data::min_phi |
value of lowest phi bin
Definition at line 58 of file dist_rho5D.h.
real dist_rho5D_data::max_phi |
value of highest phi bin
Definition at line 59 of file dist_rho5D.h.
int dist_rho5D_data::n_ppara |
number of p_parallel bins
Definition at line 61 of file dist_rho5D.h.
real dist_rho5D_data::min_ppara |
value of lowest p_parallel bin
Definition at line 62 of file dist_rho5D.h.
real dist_rho5D_data::max_ppara |
value of highest p_parallel bin
Definition at line 63 of file dist_rho5D.h.
int dist_rho5D_data::n_pperp |
number of p_perpendicular bins
Definition at line 65 of file dist_rho5D.h.
real dist_rho5D_data::min_pperp |
value of lowest p_perpendicular bin
Definition at line 66 of file dist_rho5D.h.
real dist_rho5D_data::max_pperp |
value of highest p_perpendicular bin
Definition at line 67 of file dist_rho5D.h.
int dist_rho5D_data::n_time |
number of time bins
Definition at line 69 of file dist_rho5D.h.
real dist_rho5D_data::min_time |
value of lowest time bin
Definition at line 70 of file dist_rho5D.h.
real dist_rho5D_data::max_time |
value of highest time bin
Definition at line 71 of file dist_rho5D.h.
int dist_rho5D_data::n_q |
number of charge bins
Definition at line 73 of file dist_rho5D.h.
real dist_rho5D_data::min_q |
value of lowest charge bin
Definition at line 74 of file dist_rho5D.h.
real dist_rho5D_data::max_q |
value of highest charge bin
Definition at line 75 of file dist_rho5D.h.
size_t dist_rho5D_data::step_1 |
step for 2nd fastest running index
Definition at line 77 of file dist_rho5D.h.
size_t dist_rho5D_data::step_2 |
step for 3rd fastest running index
Definition at line 78 of file dist_rho5D.h.
size_t dist_rho5D_data::step_3 |
step for 4th fastest running index
Definition at line 79 of file dist_rho5D.h.
size_t dist_rho5D_data::step_4 |
step for 5th fastest running index
Definition at line 80 of file dist_rho5D.h.
size_t dist_rho5D_data::step_5 |
step for 6th fastest running index
Definition at line 81 of file dist_rho5D.h.
size_t dist_rho5D_data::step_6 |
step for 7th fastest running index
Definition at line 82 of file dist_rho5D.h.
real* dist_rho5D_data::histogram |
pointer to start of histogram array
Definition at line 84 of file dist_rho5D.h.