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

Neutral simulation data. More...

#include <neutral.h>

Data Fields

neutral_type type
 
N0_1D_data N01D
 
N0_3D_data N03D
 

Detailed Description

Neutral simulation data.

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

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

Definition at line 53 of file neutral.h.

Field Documentation

◆ type

neutral_type neutral_data::type

Neutral data type wrapped by this struct

Definition at line 54 of file neutral.h.

◆ N01D

N0_1D_data neutral_data::N01D

1D field or NULL if not active

Definition at line 55 of file neutral.h.

◆ N03D

N0_3D_data neutral_data::N03D

3D field or NULL if not active

Definition at line 56 of file neutral.h.


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