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

1D plasma parameters on the target More...

#include <plasma_1D.h>

Data Fields

int n_rho
 
int n_species
 
realmass
 
realcharge
 
int * anum
 
int * znum
 
realrho
 
realtemp
 
realdens
 

Detailed Description

1D plasma parameters on the target

Definition at line 14 of file plasma_1D.h.

Field Documentation

◆ n_rho

int plasma_1D_data::n_rho

number of rho values in the data

Definition at line 15 of file plasma_1D.h.

◆ n_species

int plasma_1D_data::n_species

number of plasma species including electrons

Definition at line 16 of file plasma_1D.h.

◆ mass

real* plasma_1D_data::mass

plasma species masses [kg]

Definition at line 17 of file plasma_1D.h.

◆ charge

real* plasma_1D_data::charge

plasma species charges [C]

Definition at line 18 of file plasma_1D.h.

◆ anum

int* plasma_1D_data::anum

ion species atomic number

Definition at line 19 of file plasma_1D.h.

◆ znum

int* plasma_1D_data::znum

ion species charge number

Definition at line 20 of file plasma_1D.h.

◆ rho

real* plasma_1D_data::rho

pointer to start of rho values

Definition at line 21 of file plasma_1D.h.

◆ temp

real* plasma_1D_data::temp

pointer to start of temperatures

Definition at line 22 of file plasma_1D.h.

◆ dens

real* plasma_1D_data::dens

pointer to start of densities

Definition at line 23 of file plasma_1D.h.


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