aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/SpeciesPhysicalProperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/SpeciesPhysicalProperties.cpp')
-rw-r--r--Source/Particles/SpeciesPhysicalProperties.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Particles/SpeciesPhysicalProperties.cpp b/Source/Particles/SpeciesPhysicalProperties.cpp
index 8086b14bd..118db98f2 100644
--- a/Source/Particles/SpeciesPhysicalProperties.cpp
+++ b/Source/Particles/SpeciesPhysicalProperties.cpp
@@ -40,7 +40,6 @@ namespace {
{"tritium" , PhysicalSpecies::hydrogen3},
{"proton" , PhysicalSpecies::proton},
{"helium" , PhysicalSpecies::helium},
- {"alpha" , PhysicalSpecies::alpha},
{"helium3" , PhysicalSpecies::helium3},
{"helium4" , PhysicalSpecies::helium4},
{"alpha" , PhysicalSpecies::alpha},
@@ -255,6 +254,9 @@ namespace {
{PhysicalSpecies::neon22, Properties{
amrex::Real(21.991385114) * PhysConst::m_u,
amrex::Real(10) * PhysConst::q_e}},
+ {PhysicalSpecies::aluminium, Properties{
+ amrex::Real(26.98153853) * PhysConst::m_u,
+ amrex::Real(13) * PhysConst::q_e}},
{PhysicalSpecies::argon, Properties{
amrex::Real(39.948) * PhysConst::m_u,
amrex::Real(18) * PhysConst::q_e}},