#include <AMReX_REAL.H>
#include <optional>
#include <string>
Go to the source code of this file.
|
| enum | PhysicalSpecies {
PhysicalSpecies::unspecified =0,
PhysicalSpecies::electron,
PhysicalSpecies::positron,
PhysicalSpecies::muon,
PhysicalSpecies::antimuon,
PhysicalSpecies::photon,
PhysicalSpecies::neutron,
PhysicalSpecies::proton,
PhysicalSpecies::hydrogen,
PhysicalSpecies::hydrogen1,
PhysicalSpecies::hydrogen2,
PhysicalSpecies::hydrogen3,
PhysicalSpecies::helium,
PhysicalSpecies::helium3,
PhysicalSpecies::helium4,
PhysicalSpecies::alpha,
PhysicalSpecies::lithium,
PhysicalSpecies::lithium6,
PhysicalSpecies::lithium7,
PhysicalSpecies::beryllium,
PhysicalSpecies::beryllium9,
PhysicalSpecies::boron,
PhysicalSpecies::boron10,
PhysicalSpecies::boron11,
PhysicalSpecies::carbon,
PhysicalSpecies::carbon12,
PhysicalSpecies::carbon13,
PhysicalSpecies::carbon14,
PhysicalSpecies::nitrogen,
PhysicalSpecies::nitrogen14,
PhysicalSpecies::nitrogen15,
PhysicalSpecies::oxygen,
PhysicalSpecies::oxygen16,
PhysicalSpecies::oxygen17,
PhysicalSpecies::oxygen18,
PhysicalSpecies::fluorine,
PhysicalSpecies::fluorine19,
PhysicalSpecies::neon,
PhysicalSpecies::neon20,
PhysicalSpecies::neon21,
PhysicalSpecies::neon22,
PhysicalSpecies::aluminium,
PhysicalSpecies::argon,
PhysicalSpecies::copper,
PhysicalSpecies::xenon,
PhysicalSpecies::gold
} |
| |
◆ PhysicalSpecies
| Enumerator |
|---|
| unspecified | |
| electron | |
| positron | |
| muon | |
| antimuon | |
| photon | |
| neutron | |
| proton | |
| hydrogen | |
| hydrogen1 | |
| hydrogen2 | |
| hydrogen3 | |
| helium | |
| helium3 | |
| helium4 | |
| alpha | |
| lithium | |
| lithium6 | |
| lithium7 | |
| beryllium | |
| beryllium9 | |
| boron | |
| boron10 | |
| boron11 | |
| carbon | |
| carbon12 | |
| carbon13 | |
| carbon14 | |
| nitrogen | |
| nitrogen14 | |
| nitrogen15 | |
| oxygen | |
| oxygen16 | |
| oxygen17 | |
| oxygen18 | |
| fluorine | |
| fluorine19 | |
| neon | |
| neon20 | |
| neon21 | |
| neon22 | |
| aluminium | |
| argon | |
| copper | |
| xenon | |
| gold | |