1 #ifndef __CONSTANTS_ATOMIC_PROPERTIES__
2 #define __CONSTANTS_ATOMIC_PROPERTIES__
40 const std::map<std::string, int> TYPE_FROM_NAME
104 {1312.0 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
105 {1312.0 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
106 {1488.0 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
107 {1488.0 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
108 {2372.3 , 5250.5 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
109 {2080.7 , 3952.3 , 6122.0 , 9371.0 , 12177.0 , 1.0e100 , 1.0e100 , 1.0e100 , 1.0e100} ,
110 {1520.6 , 2665.8 , 3931.0 , 5771.0 , 7238.0 , 8781.0 , 11995.0 , 13842.0 , 1.0e100} ,
111 {1170.4 , 2046.4 , 3099.4 , 4600.0 , 5760.0 , 6930.0 , 9460.0 , 10800.0 , 1.0e100}
const double ATOMIC_DIAMETER_INI[ELEMENT_TYPES]
The diameter of each element in meters.
Definition: AtomicProperties.h:145
const bool FUSABLE[ELEMENT_TYPES]
Flag controlling whether or not an element can fuse.
Definition: AtomicProperties.h:47
const int IONIZATION_LEVELS
The number of ionization levels tracked.
Definition: AtomicProperties.h:25
const double BIRD_ALPHA_INI[ELEMENT_TYPES]
The constant α (alpha) corresponding to each particle type.
Definition: AtomicProperties.h:175
const double IONIZATION_ENERGY_INI[ELEMENT_TYPES][IONIZATION_LEVELS]
The entry (i,j) gives the energy reqiured to extract the jth electron from element i...
Definition: AtomicProperties.h:102
const double LIQUID_ATOMIC_DIAMETER_INI
The atomic radius of the particles of the liquid.
Definition: AtomicProperties.h:122
const std::string LIQUID_NAME
The name of the liquid.
Definition: AtomicProperties.h:44
const double BIRD_D_INI[ELEMENT_TYPES]
The constant "D" corresponding to each particle type.
Definition: AtomicProperties.h:218
const double BIRD_OMEGA_INI[ELEMENT_TYPES]
The constant ω (omega) corresponding to each particle type.
Definition: AtomicProperties.h:160
const double BIRD_T_REF
The initial reference temperature.
Definition: AtomicProperties.h:233
const double LIQUID_ATOMIC_MASS_INI
The atomic mass of particles of the liquid.
Definition: AtomicProperties.h:117
const int ELEMENT_TYPES
The number of different particle types in the simulation.
Definition: AtomicProperties.h:22
const std::string ELEMENT_NAMES[ELEMENT_TYPES]
The names of the elements.
Definition: AtomicProperties.h:28
const double BIRD_MU_INI[ELEMENT_TYPES]
The constant μ (mu) corresponding to each particle type.
Definition: AtomicProperties.h:190
const double ATOMIC_MASS_INI[ELEMENT_TYPES]
The "initial" atomic mass of each element.
Definition: AtomicProperties.h:129