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

Electric field simulation data. More...

#include <E_field.h>

Data Fields

E_field_type type
 
E_TC_data ETC
 
E_1DS_data E1DS
 

Detailed Description

Electric field simulation data.

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

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

Definition at line 55 of file E_field.h.

Field Documentation

◆ type

E_field_type E_field_data::type

Electric field type wrapped by this struct

Definition at line 56 of file E_field.h.

◆ ETC

E_TC_data E_field_data::ETC

TC field or NULL if not active

Definition at line 57 of file E_field.h.

◆ E1DS

E_1DS_data E_field_data::E1DS

1DS field or NULL if not active

Definition at line 58 of file E_field.h.


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