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

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.

Definition at line 55 of file wall.h.

Field Documentation

◆ type

wall_type wall_data::type

Wall model type wrapped by this struct

Definition at line 56 of file wall.h.

◆ w2d

wall_2d_data wall_data::w2d

2D model or NULL if not active

Definition at line 57 of file wall.h.

◆ w3d

wall_3d_data wall_data::w3d

3D model or NULL if not active

Definition at line 58 of file wall.h.


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