ASCOT5
Loading...
Searching...
No Matches
wall_data Struct Reference

Wall model simulation data. More...

#include <wall.h>

Data Fields

wall_type type
 
wall_2d_data w2d
 
wall_3d_data w3d
 

Detailed Description

Wall model 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 31 of file wall.h.

Field Documentation

◆ type

wall_type wall_data::type

Wall model type wrapped by this struct

Definition at line 32 of file wall.h.

◆ w2d

wall_2d_data wall_data::w2d

2D model or NULL if not active

Definition at line 33 of file wall.h.

◆ w3d

wall_3d_data wall_data::w3d

3D model or NULL if not active

Definition at line 34 of file wall.h.


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