Skip to content
Snippets Groups Projects
Commit 4d52b9ae authored by sergio's avatar sergio Committed by Andrew Heather
Browse files

ENH: Adding Tritium to atomicWeights.C

parent 6d4d37bc
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -132,7 +132,8 @@ Foam::atomicWeightTable::atomicWeights[atomicWeightTable::nElements] = ...@@ -132,7 +132,8 @@ Foam::atomicWeightTable::atomicWeights[atomicWeightTable::nElements] =
{"Es", 254.00000}, {"Es", 254.00000},
{"Fm", 253.00000}, {"Fm", 253.00000},
{"D", 2.01410}, {"D", 2.01410},
{"e", 5.45e-4} {"e", 5.45e-4},
{"T", 3.01604},
}; };
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -63,7 +63,7 @@ public: ...@@ -63,7 +63,7 @@ public:
scalar weight; scalar weight;
}; };
static const int nElements = 103; static const int nElements = 104;
//- Static table of the weights of all known elements //- Static table of the weights of all known elements
static const atomicWeight atomicWeights[nElements]; static const atomicWeight atomicWeights[nElements];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment