ENH: Adding Tritium to atomicWeights.C
This commit is contained in:
parent
c15e69ea88
commit
8214d42f1e
2 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -132,7 +132,8 @@ Foam::atomicWeightTable::atomicWeights[atomicWeightTable::nElements] =
|
|||
{"Es", 254.00000},
|
||||
{"Fm", 253.00000},
|
||||
{"D", 2.01410},
|
||||
{"e", 5.45e-4}
|
||||
{"e", 5.45e-4},
|
||||
{"T", 3.01604},
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration |
|
||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
|
|
@ -63,7 +63,7 @@ public:
|
|||
scalar weight;
|
||||
};
|
||||
|
||||
static const int nElements = 103;
|
||||
static const int nElements = 104;
|
||||
|
||||
//- Static table of the weights of all known elements
|
||||
static const atomicWeight atomicWeights[nElements];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue