Skip to content
Snippets Groups Projects
Commit 9126a280 authored by Chao Peng's avatar Chao Peng
Browse files

add optical property for CO2 gas

parent 125b8556
Branches
No related tags found
1 merge request!1Update
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<segment length="LGC_seg4_length" <segment length="LGC_seg4_length"
rmin1="LGC_seg4_rmin1" rmax1="LGC_seg4_rmax1" rmin1="LGC_seg4_rmin1" rmax1="LGC_seg4_rmax1"
rmin2="LGC_seg4_rmin2" rmax2="LGC_seg4_rmax2" /> rmin2="LGC_seg4_rmin2" rmax2="LGC_seg4_rmax2" />
<radiator material="N2Optical" vis="LGCGasVis"> <radiator material="CO2Optical" vis="LGCGasVis">
<comment> <comment>
radiator is the daugter of tank, using the same segments but with wall thickness radiator is the daugter of tank, using the same segments but with wall thickness
</comment> </comment>
......
...@@ -20,6 +20,29 @@ ...@@ -20,6 +20,29 @@
4.0*eV 1.00033 4.0*eV 1.00033
5.1*eV 1.00033 5.1*eV 1.00033
"/> "/>
<matrix name="RINDEX__CO2" coldim="2" values = "
0.750*eV 1.0004374
1.050*eV 1.0004409
1.350*eV 1.0004432
1.650*eV 1.0004453
1.950*eV 1.0004476
2.250*eV 1.0004501
2.550*eV 1.0004530
2.850*eV 1.0004562
3.150*eV 1.0004599
3.450*eV 1.0004639
3.750*eV 1.0004684
4.050*eV 1.0004733
4.350*eV 1.0004788
4.650*eV 1.0004847
4.950*eV 1.0004913
5.250*eV 1.0004985
5.550*eV 1.0005064
5.850*eV 1.0005150
6.150*eV 1.0005245
6.450*eV 1.0005350
6.750*eV 1.0005465
"/>
<matrix name="RINDEX__Pyrex" coldim="2" values=" <matrix name="RINDEX__Pyrex" coldim="2" values="
1.0*eV 1.5 1.0*eV 1.5
4.0*eV 1.5 4.0*eV 1.5
...@@ -104,6 +127,12 @@ ...@@ -104,6 +127,12 @@
<composite n="1" ref="N"/> <composite n="1" ref="N"/>
<property name="RINDEX" ref="RINDEX__N2"/> <property name="RINDEX" ref="RINDEX__N2"/>
</material> </material>
<material name="CO2Optical">
<D type="density" value="0.00184205" unit="g/cm3"/>
<composite n="1" ref="C"/>
<composite n="2" ref="O"/>
<property name="RINDEX" ref="RINDEX__CO2"/>
</material>
<material name="PyrexGlassOptical"> <material name="PyrexGlassOptical">
<D type="density" value="2.23" unit="g/cm3"/> <D type="density" value="2.23" unit="g/cm3"/>
<fraction n="0.806" ref="SiliconOxide"/> <fraction n="0.806" ref="SiliconOxide"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment