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

Plasma simulation data. More...

#include <plasma.h>

Data Fields

plasma_type type
 
plasma_1D_data plasma_1D
 
plasma_1Dt_data plasma_1Dt
 
plasma_1DS_data plasma_1DS
 

Detailed Description

Plasma simulation data.

This struct holds data necessary for simulation. The struct is initialized from the plasma_offload_data in plasma_init().

The intended usage is that only single plasma_data is used at the time, and the type of the data is declared with the "type" field.

Definition at line 57 of file plasma.h.

Field Documentation

◆ type

plasma_type plasma_data::type

Plasma data type wrapped by this struct

Definition at line 58 of file plasma.h.

◆ plasma_1D

plasma_1D_data plasma_data::plasma_1D

1D data or NULL if not active

Definition at line 59 of file plasma.h.

◆ plasma_1Dt

plasma_1Dt_data plasma_data::plasma_1Dt

1D data or NULL if not active

Definition at line 60 of file plasma.h.

◆ plasma_1DS

plasma_1DS_data plasma_data::plasma_1DS

1DS data or NULL if not active

Definition at line 61 of file plasma.h.


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