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

Plasma simulation data. More...

#include <plasma.h>

Data Fields

plasma_type type
plasma_1D_data plasma_1D
plasma_2D_data plasma_2D
plasma_1Dt_data plasma_1Dt
plasma_1DS_data plasma_1DS

Detailed Description

Plasma simulation data.

The intended usage is that only single type of data is used at a time. This is declared using the type field.

Definition at line 34 of file plasma.h.

Field Documentation

◆ type

plasma_type plasma_data::type

Plasma data type wrapped by this struct

Definition at line 35 of file plasma.h.

◆ plasma_1D

plasma_1D_data plasma_data::plasma_1D

1D data or NULL if not active

Definition at line 36 of file plasma.h.

◆ plasma_2D

plasma_2D_data plasma_data::plasma_2D

2D data or NULL if not active

Definition at line 37 of file plasma.h.

◆ plasma_1Dt

plasma_1Dt_data plasma_data::plasma_1Dt

1D data or NULL if not active

Definition at line 38 of file plasma.h.

◆ plasma_1DS

plasma_1DS_data plasma_data::plasma_1DS

1DS data or NULL if not active

Definition at line 39 of file plasma.h.


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