ASCOT5
|
Wall model simulation data. More...
#include <wall.h>
Data Fields | |
wall_type | type |
wall_2d_data | w2d |
wall_3d_data | w3d |
Wall model simulation data.
This struct holds data necessary for simulation. The struct is initialized from the wall_offload_data in wall_init().
The intended usage is that only single wall_data is used at the time, and the type of the data is declared with the "type" field.
wall_type wall_data::type |
wall_2d_data wall_data::w2d |
wall_3d_data wall_data::w3d |