ASCOT5
Loading...
Searching...
No Matches
Data Fields
diag_transcoef_data Struct Reference

Transport coefficient diagnostics offload data struct. More...

#include <diag_transcoef.h>

Data Fields

int Navg
 
int recordrho
 
real interval
 
diag_transcoef_link ** datapoints
 
realid
 
realKcoef
 
realDcoef
 

Detailed Description

Transport coefficient diagnostics offload data struct.

Definition at line 38 of file diag_transcoef.h.

Field Documentation

◆ Navg

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.

◆ recordrho

int diag_transcoef_data::recordrho

Flag for whether the spatial unit is rho or R.

Definition at line 41 of file diag_transcoef.h.

◆ interval

real diag_transcoef_data::interval

Interval at which markers are recorded.

Definition at line 42 of file diag_transcoef.h.

◆ datapoints

diag_transcoef_link** diag_transcoef_data::datapoints

Temporary data storage

Definition at line 43 of file diag_transcoef.h.

◆ id

real* diag_transcoef_data::id

Marker ID whose data is stored at this index

Definition at line 45 of file diag_transcoef.h.

◆ Kcoef

real* diag_transcoef_data::Kcoef

Calculated drift coefficients

Definition at line 46 of file diag_transcoef.h.

◆ Dcoef

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.


The documentation for this struct was generated from the following file: