Hipace
Variables
IonizationEnergiesTable.H File Reference
#include <AMReX_AmrCore.H>
#include <AMReX_REAL.H>
#include <map>

Go to the source code of this file.

Variables

std::map< std::string, intion_map_ids
 
constexpr int nelements = 23
 
constexpr int ion_atomic_numbers [nelements]
 
constexpr int ion_energy_offsets [nelements]
 
constexpr int energies_tab_length = 413
 
constexpr amrex::Real table_ionization_energies [energies_tab_length]
 

Variable Documentation

◆ energies_tab_length

constexpr int energies_tab_length = 413
constexpr

◆ ion_atomic_numbers

constexpr int ion_atomic_numbers[nelements]
constexpr
Initial value:
= {
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 15, 16, 17, 18, 29, 36,
37, 54, 86}

◆ ion_energy_offsets

constexpr int ion_energy_offsets[nelements]
constexpr
Initial value:
= {
0, 1, 3, 6, 10, 15, 21, 28, 36, 45,
55, 66, 78, 91, 105, 120, 136, 153, 171, 200,
236, 273, 327}

◆ ion_map_ids

std::map<std::string, int> ion_map_ids
Initial value:
= {
{"H", 0},
{"He", 1},
{"Li", 2},
{"Be", 3},
{"B", 4},
{"C", 5},
{"N", 6},
{"O", 7},
{"F", 8},
{"Ne", 9},
{"Na", 10},
{"Mg", 11},
{"Al", 12},
{"Si", 13},
{"P", 14},
{"S", 15},
{"Cl", 16},
{"Ar", 17},
{"Cu", 18},
{"Kr", 19},
{"Rb", 20},
{"Xe", 21},
{"Rn", 22} }

◆ nelements

constexpr int nelements = 23
constexpr

◆ table_ionization_energies

constexpr amrex::Real table_ionization_energies[energies_tab_length]
constexpr