diff --git a/scripts/materials.py b/scripts/materials.py index 1cbffa8..d732c07 100644 --- a/scripts/materials.py +++ b/scripts/materials.py @@ -6,7 +6,7 @@ 'Es': 4.84, 'Ec': 3.5, 'Eb': 3., - 'Q': 0.58, + 'Q': 0.54, 'n': 5.67e28, 'W': 2.57, 's': 2.5 @@ -21,6 +21,9 @@ 'Es': 7.37, 'Ec': 1.0, 'Eb': 3.0, + 'Q': 1.70, + 'W': 1.84, + 's': 2.5 } chromium = { @@ -129,10 +132,10 @@ 'Z': 5.0, 'm': 10.811, 'n': 1.309E29, - 'Es': 5.76, + 'Es': 5.77, 'Eb': 0., 'Ec': 5., - 'Q': 4.6, + 'Q': 2.62, 'W': 4.39, 's': 2.5 } @@ -247,10 +250,10 @@ 'Z': 74.0, 'm': 183.84, 'n': 6.306E28, - 'Es': 8.79, + 'Es': 8.9, 'Eb': 0., 'Ec': 3.0, - 'Q': 1.10, + 'Q': 0.72, 'W': 2.14, 's': 2.8 } @@ -296,3 +299,34 @@ 'Ec': 1.0, 'Es': 0. } + +tritium = { + 'symbol': 'T', + 'name': 'tritium', + 'Z': 1.0, + 'm': 3.0, + 'Ec': 0.1, + 'Es': 1.5, +} + +iron = { + 'symbol': 'Fe', + 'name': 'iron', + 'Z': 26.0, + 'm': 55.845, + 'Q': 0.75, + 'W': 1.20, + 's': 2.5, + 'Es': 4.28, +} + +molybdenum = { + 'symbol': 'Mo', + 'name': 'molybdenum', + 'Z': 42.0, + 'm': 95.95, + 'Q': 0.85, + 'W': 2.39, + 's': 2.8, + 'Es': 6.82, +}