Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prepare a structure containing the density of neutral atoms of an element for the core_profiles IDS.

NameTypeDescription
neutralstructstructure containing the properties of the neutral species
massfloation mass number
Z_nfloatcharge number of the nucleus
labelsymbol arraylabel of the chemical element
ion_indexintindex of the respective ion in the AoS 
densityfloatneutral density


function [neutral_sort] = arrange_radiation (label, mass, Z, power_density)

Arrange the structure holding the data about emissivity and other characteristics of a neutral species.

NameTypeDescription
neutral_sortstruct
???????????? 
structure containing the emissivity and properties of the neutral species
labelsymbol arraylabel of the chemical element
massfloation mass number
Z
_n
floatcharge number of the nucleus
labelsymbol arraylabel of the chemical elemention_indexintindex of the respective ion in the AoS 
power_densityfloatneutral density


function [density, ion_found] = extract_ion_densities (profiles, Z)

...