Versions Compared

Key

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

...

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

NameTypeDescription
neutral_sortstructstructure containing the emissivity and properties of the neutral species
labelsymbol arraylabel of the chemical element
massfloation mass number
Zfloatcharge number of the nucleus
power_densityfloatneutral density


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

...

Find location of the element with a given data dictionary index in an AOS (in particular, the source in core_sources.source and the process in radiation.process).

NameTypeDescription
AOS_indexintindex of the required element in the array
sourcesstructAoS where the search is performed
dictionary_indexintDD index of the required element


function index = find_species (species_list, label)

...