Skip to content

Commit

Permalink
correct quenchers
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Jul 27, 2024
1 parent 25e06f7 commit ad10f9b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions definitions/gases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<!-- Quenchers -->
<material name="TMAGas" state="gas">
<D unit="kg/m3" value="6.70" />
<composite n="3" ref="C" />
<composite n="9" ref="H" />
<composite n="1" ref="N" />
<fraction n="0.6095775385572637" ref="C" />
<fraction n="0.1534682886203227" ref="H" />
<fraction n="0.2369541728224135" ref="N" />
</material>
<material name="IsobutaneGas" state="gas">
<D unit="kg/m3" value="2.38467" />
<composite n="4" ref="C" />
<composite n="10" ref="H" />
<fraction n="0.8265819278538703" ref="C" />
<fraction n="0.1734180721461297" ref="H" />
</material>

<!-- Target gases -->
Expand Down
10 changes: 5 additions & 5 deletions output/materials.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3686,14 +3686,14 @@
</material>
<material name="TMAGas" state="gas">
<D unit="kg/m3" value="6.70"/>
<composite n="3" ref="C"/>
<composite n="9" ref="H"/>
<composite n="1" ref="N"/>
<fraction n="0.6095775385572637" ref="C"/>
<fraction n="0.1534682886203227" ref="H"/>
<fraction n="0.2369541728224135" ref="N"/>
</material>
<material name="IsobutaneGas" state="gas">
<D unit="kg/m3" value="2.38467"/>
<composite n="4" ref="C"/>
<composite n="10" ref="H"/>
<fraction n="0.8265819278538703" ref="C"/>
<fraction n="0.1734180721461297" ref="H"/>
</material>
<material name="HeliumGas" state="gas">
<D unit="kg/m3" value="0.125"/>
Expand Down
10 changes: 5 additions & 5 deletions output/rest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3161,14 +3161,14 @@
</material>
<material name="TMAGas" state="gas">
<D unit="kg/m3" value="6.70"/>
<composite n="3" ref="C"/>
<composite n="9" ref="H"/>
<composite n="1" ref="N"/>
<fraction n="0.6095775385572637" ref="C"/>
<fraction n="0.1534682886203227" ref="H"/>
<fraction n="0.2369541728224135" ref="N"/>
</material>
<material name="IsobutaneGas" state="gas">
<D unit="kg/m3" value="2.38467"/>
<composite n="4" ref="C"/>
<composite n="10" ref="H"/>
<fraction n="0.8265819278538703" ref="C"/>
<fraction n="0.1734180721461297" ref="H"/>
</material>
<material name="HeliumGas" state="gas">
<D unit="kg/m3" value="0.125"/>
Expand Down

0 comments on commit ad10f9b

Please sign in to comment.