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

1D plasma parameters that will be offloaded to target More...

#include <plasma_1D.h>

Data Fields

int n_rho
 
int n_species
 
real mass [MAX_SPECIES]
 
real charge [MAX_SPECIES]
 
int anum [MAX_SPECIES]
 
int znum [MAX_SPECIES]
 
int offload_array_length
 

Detailed Description

1D plasma parameters that will be offloaded to target

Definition at line 13 of file plasma_1D.h.

Field Documentation

◆ n_rho

int plasma_1D_offload_data::n_rho

number of rho values in the data

Definition at line 14 of file plasma_1D.h.

◆ n_species

int plasma_1D_offload_data::n_species

number of plasma species including electrons

Definition at line 15 of file plasma_1D.h.

◆ mass

real plasma_1D_offload_data::mass[MAX_SPECIES]

plasma species masses [kg]

Definition at line 17 of file plasma_1D.h.

◆ charge

real plasma_1D_offload_data::charge[MAX_SPECIES]

plasma species charges [C]

Definition at line 18 of file plasma_1D.h.

◆ anum

int plasma_1D_offload_data::anum[MAX_SPECIES]

ion species atomic number

Definition at line 19 of file plasma_1D.h.

◆ znum

int plasma_1D_offload_data::znum[MAX_SPECIES]

ion species charge number

Definition at line 20 of file plasma_1D.h.

◆ offload_array_length

int plasma_1D_offload_data::offload_array_length

number of elements in offload_array

Definition at line 21 of file plasma_1D.h.


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