Skip to content

Commit

Permalink
Add borated HDPE 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Sep 29, 2024
1 parent ad10f9b commit 9cbf4ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 9 additions & 5 deletions definitions/other.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@
<fraction n="0.045113" ref="6Li" />
<fraction n="0.954887" ref="I" />
</material>
<material name="LUNG20_AIR80" state="solid">

<material name="LUNG20_AIR80" state="solid">
<D unit="g/cm3" value="0.209" />
<fraction n="0.20" ref="G4_LUNG_ICRP" />
<fraction n="0.80" ref="G4_AIR" />
</material>

<!-- Borated HDPE 5% https://johncaunt.com/products/jcpe5/ -->
<material name="BoratedHDPE5pct" state="solid">
<D unit="g/cm3" value="1.04" />
<fraction n="0.05" ref="G4_B" />
<fraction n="0.95" ref="G4_POLYETHYLENE" />
</material>



</materials>
</materials>
5 changes: 5 additions & 0 deletions output/materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,11 @@
<fraction n="0.20" ref="G4_LUNG_ICRP"/>
<fraction n="0.80" ref="G4_AIR"/>
</material>
<material name="BoratedHDPE5pct" state="solid">
<D unit="g/cm3" value="1.04"/>
<fraction n="0.05" ref="G4_B"/>
<fraction n="0.95" ref="G4_POLYETHYLENE"/>
</material>
<material name="LiquidScintillatorBase" state="liquid">
<D unit="g/cm3" value="1.03"/>
<fraction n="0.085000" ref="G4_H"/>
Expand Down
5 changes: 5 additions & 0 deletions output/rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3426,6 +3426,11 @@
<fraction n="0.20" ref="G4_LUNG_ICRP"/>
<fraction n="0.80" ref="G4_AIR"/>
</material>
<material name="BoratedHDPE5pct" state="solid">
<D unit="g/cm3" value="1.04"/>
<fraction n="0.05" ref="G4_B"/>
<fraction n="0.95" ref="G4_POLYETHYLENE"/>
</material>
<material name="Copper" state="solid">
<D value="8.96000e+00" unit="g/cm3"/>
<fraction n="1.000000" ref="Cu"/>
Expand Down

0 comments on commit 9cbf4ec

Please sign in to comment.