Skip to content

Commit

Permalink
Merge pull request #13 from fusion-energy/adding_scintillator
Browse files Browse the repository at this point in the history
added scintillator material to database
  • Loading branch information
shimwell authored Dec 3, 2021
2 parents 656e17f + 70e5fec commit 48c85b9
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions neutronics_material_maker/data/scintillators.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"ej-200-plastic-scintillator": {
"elements": {
"H": 5.17,
"C": 4.69
},
"density": 1.023,
"density_unit": "g/cm3",
"comment": "https://eljentechnology.com/products/plastic-scintillators/ej-200-ej-204-ej-208-ej-212",
"percent_type": "ao"
},
"ej-204-plastic-scintillator": {
"elements": {
"H": 5.15,
"C": 4.68
},
"density": 1.023,
"density_unit": "g/cm3",
"comment": "https://eljentechnology.com/products/plastic-scintillators/ej-200-ej-204-ej-208-ej-212",
"percent_type": "ao"
},
"ej-208-plastic-scintillator": {
"elements": {
"H": 5.17,
"C": 4.69
},
"density": 1.023,
"density_unit": "g/cm3",
"comment": "https://eljentechnology.com/products/plastic-scintillators/ej-200-ej-204-ej-208-ej-212",
"percent_type": "ao"
},
"ej-212-plastic-scintillator": {
"elements": {
"H": 5.17,
"C": 4.69
},
"density": 1.023,
"density_unit": "g/cm3",
"comment": "https://eljentechnology.com/products/plastic-scintillators/ej-200-ej-204-ej-208-ej-212",
"percent_type": "ao"
}
}

0 comments on commit 48c85b9

Please sign in to comment.