ASCOT5
Loading...
Searching...
No Matches
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.

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 35 of file mhd.h.

Field Documentation

◆ type

mhd_type mhd_data::type

MHD type wrapped by this struct

Definition at line 36 of file mhd.h.

◆ stat

mhd_stat_data mhd_data::stat

Stat field or NULL if not active

Definition at line 37 of file mhd.h.

◆ nonstat

mhd_nonstat_data mhd_data::nonstat

Nonstat field or NULL if not active

Definition at line 38 of file mhd.h.


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