Skip to content

Commit 7f5b65b

Browse files
authored
Merge pull request #271 from lcpp-org/Eb_materials_fix
Update Eb values in materials.py
2 parents 35425ff + 5e3d6b2 commit 7f5b65b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/materials.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'm': 47.867,
66
'Es': 4.84,
77
'Ec': 3.5,
8-
'Eb': 3.,
8+
'Eb': 0.,
99
'Q': 0.54,
1010
'n': 5.67e28,
1111
'W': 2.57,
@@ -20,7 +20,7 @@
2020
'n': 1.1331E29,
2121
'Es': 7.37,
2222
'Ec': 1.0,
23-
'Eb': 3.0,
23+
'Eb': 0.0,
2424
'Q': 1.70,
2525
'W': 1.84,
2626
's': 2.5
@@ -34,7 +34,7 @@
3434
'Es': 4.10,
3535
'Ed': 28.0,
3636
'Ec': 3.0,
37-
'Eb': 3.0,
37+
'Eb': 0.0,
3838
'n': 8.327E28
3939
}
4040

@@ -200,9 +200,9 @@
200200
'name': 'oxygen',
201201
'Z': 8.0,
202202
'm': 15.9994,
203-
'Eb': 2.58,
203+
'Eb': 2.58, # Old SDTrimSP value
204204
'Ec': 2.0,
205-
'Es': 2.58,
205+
'Es': 2.58,
206206
'n': 4.291E28
207207
}
208208

@@ -224,7 +224,7 @@
224224
'Z': 70.0,
225225
'm': 173.04,
226226
'n': 2.424E28,
227-
'Eb': 1.58,
227+
'Eb': 1.58, # Old SDTrimSP value
228228
'Es': 1.58,
229229
'Ec': 1.0,
230230
'Q': 1.0
@@ -236,7 +236,7 @@
236236
'Z': 29.0,
237237
'm': 63.546,
238238
'n': 8.491E28,
239-
'Es': (4.65 + 4.26 + 4.62)/3., #Eckstein (1991) p. 80
239+
'Es': (4.65 + 4.26 + 4.62)/3., # Average of Eckstein (1991) p. 80
240240
'Eb': 0.0,
241241
'Ec': 3.0,
242242
'Q': 1.30,
@@ -265,7 +265,7 @@
265265
'm': 196.97,
266266
'n': 5.901E28,
267267
'Es': 3.79,
268-
'Eb': 3.,
268+
'Eb': 0.,
269269
'Ec': 3.79,
270270
'Q': 1.04,
271271
}

0 commit comments

Comments
 (0)