From 4fd9d920e3dc87af413dd7f39876bd560ed54328 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Sep 2021 22:03:39 +0100 Subject: [PATCH 1/2] duplicated info as github contributors shows authors --- AUTHORS.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md deleted file mode 100644 index 5a082bc..0000000 --- a/AUTHORS.md +++ /dev/null @@ -1,4 +0,0 @@ -Jonathan Shimwell -John Billingsley -Matti Coleman -Ross Worrall \ No newline at end of file From 338a1465912428a26092af471c417dc2f81e4638 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Sep 2021 23:04:21 +0100 Subject: [PATCH 2/2] added first insulator material --- neutronics_material_maker/data/insulators.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 neutronics_material_maker/data/insulators.json diff --git a/neutronics_material_maker/data/insulators.json b/neutronics_material_maker/data/insulators.json new file mode 100644 index 0000000..1ca7490 --- /dev/null +++ b/neutronics_material_maker/data/insulators.json @@ -0,0 +1,12 @@ +{ + "Rexolite 1422": { + "elements": { + "C": 1.0 + }, + "density": 1.06, + "density_unit": "g/cm3", + "comment": "Rexolite 1422 http://hdl.handle.net/11375/24061", + "percent_type": "wo" + } +} + \ No newline at end of file