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

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

#include <plasma_1DS.h>

Data Fields

int n_rho
 
real rho_min
 
real rho_max
 
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 spline plasma parameters that will be offloaded to target

Definition at line 14 of file plasma_1DS.h.

Field Documentation

◆ n_rho

int plasma_1DS_offload_data::n_rho

number of rho values in the data

Definition at line 15 of file plasma_1DS.h.

◆ rho_min

real plasma_1DS_offload_data::rho_min

minimum rho value in the grid

Definition at line 16 of file plasma_1DS.h.

◆ rho_max

real plasma_1DS_offload_data::rho_max

maximum rho value in the grid

Definition at line 17 of file plasma_1DS.h.

◆ n_species

int plasma_1DS_offload_data::n_species

number of plasma species including electrons

Definition at line 18 of file plasma_1DS.h.

◆ mass

real plasma_1DS_offload_data::mass[MAX_SPECIES]

plasma species masses (kg)

Definition at line 20 of file plasma_1DS.h.

◆ charge

real plasma_1DS_offload_data::charge[MAX_SPECIES]

plasma species charges (C)

Definition at line 21 of file plasma_1DS.h.

◆ anum

int plasma_1DS_offload_data::anum[MAX_SPECIES]

ion species atomic number

Definition at line 22 of file plasma_1DS.h.

◆ znum

int plasma_1DS_offload_data::znum[MAX_SPECIES]

ion species charge number

Definition at line 23 of file plasma_1DS.h.

◆ offload_array_length

int plasma_1DS_offload_data::offload_array_length

number of elements in offload_array

Definition at line 24 of file plasma_1DS.h.


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