ASCOT5
|
Transport coefficient diagnostics offload data struct. More...
#include <diag_transcoef.h>
Data Fields | |
int | Navg |
int | recordrho |
real | interval |
diag_transcoef_link ** | datapoints |
real * | id |
real * | Kcoef |
real * | Dcoef |
Transport coefficient diagnostics offload data struct.
Definition at line 38 of file diag_transcoef.h.
int diag_transcoef_data::Navg |
Data is divided into subarrays of length Navg, before taking average value and evaluating K and D
Definition at line 39 of file diag_transcoef.h.
int diag_transcoef_data::recordrho |
Flag for whether the spatial unit is rho or R.
Definition at line 41 of file diag_transcoef.h.
real diag_transcoef_data::interval |
Interval at which markers are recorded.
Definition at line 42 of file diag_transcoef.h.
diag_transcoef_link** diag_transcoef_data::datapoints |
Temporary data storage
Definition at line 43 of file diag_transcoef.h.
real* diag_transcoef_data::id |
Marker ID whose data is stored at this index
Definition at line 45 of file diag_transcoef.h.
real* diag_transcoef_data::Kcoef |
Calculated drift coefficients
Definition at line 46 of file diag_transcoef.h.
real* diag_transcoef_data::Dcoef |
Calculated diffusion coefficients where negative value means coefficients are/were not calculated
Definition at line 47 of file diag_transcoef.h.