ASCOT5
Loading...
Searching...
No Matches
Data Fields
afsi_thermal_data Struct Reference

Structure for passing in 2D thermal temperature and density. More...

#include <afsi.h>

Data Fields

int n_r
 
real min_r
 
real max_r
 
int n_phi
 
real min_phi
 
real max_phi
 
int n_z
 
real min_z
 
real max_z
 
realtemperature
 
realdensity
 

Detailed Description

Structure for passing in 2D thermal temperature and density.

Definition at line 19 of file afsi.h.

Field Documentation

◆ n_r

int afsi_thermal_data::n_r

number of r bins

Definition at line 20 of file afsi.h.

◆ min_r

real afsi_thermal_data::min_r

value of lowest r bin

Definition at line 21 of file afsi.h.

◆ max_r

real afsi_thermal_data::max_r

value of highest r bin

Definition at line 22 of file afsi.h.

◆ n_phi

int afsi_thermal_data::n_phi

number of r bins

Definition at line 24 of file afsi.h.

◆ min_phi

real afsi_thermal_data::min_phi

value of lowest r bin

Definition at line 25 of file afsi.h.

◆ max_phi

real afsi_thermal_data::max_phi

value of highest r bin

Definition at line 26 of file afsi.h.

◆ n_z

int afsi_thermal_data::n_z

number of z bins

Definition at line 28 of file afsi.h.

◆ min_z

real afsi_thermal_data::min_z

value of lowest z bin

Definition at line 29 of file afsi.h.

◆ max_z

real afsi_thermal_data::max_z

value of highest z bin

Definition at line 30 of file afsi.h.

◆ temperature

real* afsi_thermal_data::temperature

pointer to start of histogram array

Definition at line 32 of file afsi.h.

◆ density

real* afsi_thermal_data::density

pointer to start of histogram array

Definition at line 33 of file afsi.h.


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