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

MHD simulation data. More...

#include <mhd.h>

Data Fields

mhd_type type
 
mhd_stat_data stat
 
mhd_nonstat_data nonstat
 

Detailed Description

MHD simulation data.

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

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

Definition at line 57 of file mhd.h.

Field Documentation

◆ type

mhd_type mhd_data::type

MHD type wrapped by this struct

Definition at line 58 of file mhd.h.

◆ stat

mhd_stat_data mhd_data::stat

Stat field or NULL if not active

Definition at line 59 of file mhd.h.

◆ nonstat

mhd_nonstat_data mhd_data::nonstat

Nonstat field or NULL if not active

Definition at line 60 of file mhd.h.


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