|
ASCOT5
|
Transport coefficient diagnostics offload data struct. More...
#include <diag_transcoef.h>
Data Fields | |
| integer | Nmrk |
| int | Navg |
| int | recordrho |
| real | interval |
| diag_transcoef_link ** | datapoints |
| int * | id |
| real * | Kcoef |
| real * | Dcoef |
Transport coefficient diagnostics offload data struct.
Definition at line 26 of file diag_transcoef.h.
| integer diag_transcoef_data::Nmrk |
Number of markers in this simulation
Definition at line 27 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 28 of file diag_transcoef.h.
| int diag_transcoef_data::recordrho |
Flag for whether the spatial unit is rho or R.
Definition at line 30 of file diag_transcoef.h.
| real diag_transcoef_data::interval |
Interval at which markers are recorded.
Definition at line 31 of file diag_transcoef.h.
| diag_transcoef_link** diag_transcoef_data::datapoints |
Temporary data storage
Definition at line 32 of file diag_transcoef.h.
| int* diag_transcoef_data::id |
Marker ID whose data is stored at this index
Definition at line 34 of file diag_transcoef.h.
| real* diag_transcoef_data::Kcoef |
Calculated drift coefficients
Definition at line 35 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 36 of file diag_transcoef.h.