WarpX
Variables
utils::physics Namespace Reference

Variables

static std::map< std::string, int > const ion_map_ids
 
constexpr int nelements = 100
 
constexpr int ion_atomic_numbers [nelements]
 
constexpr int ion_energy_offsets [nelements]
 
constexpr int energies_tab_length = 5050
 
constexpr amrex::Real table_ionization_energies [energies_tab_length]
 

Variable Documentation

◆ energies_tab_length

constexpr int utils::physics::energies_tab_length = 5050
constexpr

◆ ion_atomic_numbers

constexpr int utils::physics::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, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 36, 37, 38, 39, 40,
41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60,
61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90,
91, 92, 93, 94, 95, 96, 97, 98, 99, 100}

◆ ion_energy_offsets

constexpr int utils::physics::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, 190,
210, 231, 253, 276, 300, 325, 351, 378, 406, 435,
465, 496, 528, 561, 595, 630, 666, 703, 741, 780,
820, 861, 903, 946, 990, 1035, 1081, 1128, 1176, 1225,
1275, 1326, 1378, 1431, 1485, 1540, 1596, 1653, 1711, 1770,
1830, 1891, 1953, 2016, 2080, 2145, 2211, 2278, 2346, 2415,
2485, 2556, 2628, 2701, 2775, 2850, 2926, 3003, 3081, 3160,
3240, 3321, 3403, 3486, 3570, 3655, 3741, 3828, 3916, 4005,
4095, 4186, 4278, 4371, 4465, 4560, 4656, 4753, 4851, 4950}

◆ ion_map_ids

std::map<std::string, int> const utils::physics::ion_map_ids
static

◆ nelements

constexpr int utils::physics::nelements = 100
constexpr

◆ table_ionization_energies

constexpr amrex::Real utils::physics::table_ionization_energies[energies_tab_length]
constexpr