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

Wrapper around input data structures. More...

#include <afsi.h>

Data Fields

int type1
int type2
int thermal1
int thermal2
histogram * beam1
histogram * beam2
real * r
real * phi
real * z
real * vol
size_t volshape [3]
Reaction reaction
real mult

Detailed Description

Wrapper around input data structures.

Definition at line 27 of file afsi.h.

Field Documentation

◆ type1

int afsi_data::type1

Distribution type (1:beam, 2:thermal)

Definition at line 28 of file afsi.h.

◆ type2

int afsi_data::type2

Distribution type (1:beam, 2:thermal)

Definition at line 29 of file afsi.h.

◆ thermal1

int afsi_data::thermal1

Thermal species index for reactant 1

Definition at line 30 of file afsi.h.

◆ thermal2

int afsi_data::thermal2

Thermal species index for reactant 2

Definition at line 31 of file afsi.h.

◆ beam1

histogram* afsi_data::beam1

Distribution data for reactant 1

Definition at line 32 of file afsi.h.

◆ beam2

histogram* afsi_data::beam2

Distribution data for reactant 2

Definition at line 33 of file afsi.h.

◆ r

real* afsi_data::r

Radial coordinate at the grid center [m]

Definition at line 34 of file afsi.h.

◆ phi

real* afsi_data::phi

Toroidal coordinate at the grid center [rad]

Definition at line 35 of file afsi.h.

◆ z

real* afsi_data::z

Axial coordinate at the grid center [m]

Definition at line 36 of file afsi.h.

◆ vol

real* afsi_data::vol

Grid cell volume [m^3]

Definition at line 37 of file afsi.h.

◆ volshape

size_t afsi_data::volshape[3]

Dimensions of r, phi, z, and volume

Definition at line 38 of file afsi.h.

◆ reaction

Reaction afsi_data::reaction

The fusion reaction that is modelled

Definition at line 39 of file afsi.h.

◆ mult

real afsi_data::mult

Multiplication factor which is 0.5 if species is interacting with itself, 1.0 otherwise

Definition at line 40 of file afsi.h.


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