Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rest-for-physics
materials
Commits
03c2ec96
Commit
03c2ec96
authored
Jun 06, 2020
by
Javier Galan
Browse files
Adding materials.xml for the first time
parent
fae9555f
Changes
1
Hide whitespace changes
Inline
Side-by-side
materials.xml
0 → 100644
View file @
03c2ec96
<!-- ##VERSION REST materials 1.0## -->
<!-- densities in mg/cm3 @ 293.15K -->
<materials>
<!-- {{{ Elements definition -->
<element
name=
"Hydrogen"
formula=
"H"
Z=
"1"
>
<atom
value=
"1.00794"
/>
</element>
<element
name=
"Carbon"
formula=
"C"
Z=
"6"
>
<atom
value=
"12.0107"
/>
</element>
<element
name=
"Nitrogen"
formula=
"N"
Z=
"7"
>
<atom
value=
"14.0067"
/>
</element>
<element
name=
"Fluor"
formula=
"F"
Z=
"9"
>
<atom
value=
"18.9984"
/>
</element>
<element
name=
"Silicon"
formula=
"Si"
Z=
"14"
state=
"solid"
>
<atom
value=
"28.0855"
/>
</element>
<element
name=
"Chromium"
formula=
"Cr"
Z=
"24"
state=
"solid"
>
<atom
value=
"51.996"
/>
</element>
<element
name=
"Manganese"
formula=
"Mn"
Z=
"25"
>
<atom
value=
"54.938045"
/>
</element>
<element
name=
"Iron"
formula=
"Fe"
Z=
"26"
state=
"solid"
>
<atom
value=
"55.845"
/>
</element>
<element
name=
"Nickel"
formula=
"Ni"
Z=
"28"
state=
"solid"
>
<atom
value=
"58.6934"
/>
</element>
<element
name=
"Xenon"
formula=
"Xe"
Z=
"54"
state=
"gas"
>
<atom
value=
"131.293"
/>
</element>
<element
name=
"Argon"
formula=
"Ar"
Z=
"18"
state=
"gas"
>
<atom
value=
"39.948"
/>
</element>
<element
name=
"Neon"
formula=
"Ne"
Z=
"10"
state=
"gas"
>
<atom
value=
"20.1797"
/>
</element>
<!-- }}} -->
<!-- {{{ Quenchers -->
<material
name=
"TMA"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"quencherDensity"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<composite
n=
"3"
ref=
"Carbon"
/>
<composite
n=
"9"
ref=
"Hydrogen"
/>
<composite
n=
"1"
ref=
"Nitrogen"
/>
</material>
<material
name=
"isobutane"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"quencherDensity"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<composite
n=
"4"
ref=
"Carbon"
/>
<composite
n=
"10"
ref=
"Hydrogen"
/>
</material>
<!-- }}} -->
<!-- {{{ Gas mixtures -->
<material
name=
"PureXenon"
state=
"gas"
>
<T
unit=
"K"
value=
"gasTemperature"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<MEE
unit=
"eV"
value=
"482"
/>
<D
unit=
"mg/cm3"
value=
"targetGasDensity"
/>
<fraction
n=
"1"
ref=
"Xenon"
/>
</material>
<material
name=
"Xenon_TMA"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"targetGasDensity+quencherDensity"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<fraction
n=
"quencherFraction"
ref=
"TMA"
/>
<fraction
n=
"1-quencherFraction"
ref=
"Xenon"
/>
</material>
<material
name=
"Xenon_ISO"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"targetGasDensity+quencherDensity"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<fraction
n=
"quencherFraction"
ref=
"isobutane"
/>
<fraction
n=
"1-quencherFraction"
ref=
"Xenon"
/>
</material>
<material
name=
"PureArgon"
state=
"gas"
>
<T
unit=
"K"
value=
"gasTemperature"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<MEE
unit=
"eV"
value=
"188"
/>
<D
unit=
"mg/cm3"
value=
"targetGasDensity"
/>
<fraction
n=
"1"
ref=
"Argon"
/>
</material>
<material
name=
"Ar_ISO"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"targetGasDensity+quencherDensity"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<fraction
n=
"quencherFraction"
ref=
"isobutane"
/>
<fraction
n=
"1-quencherFraction"
ref=
"Argon"
/>
</material>
<material
name=
"Neon_ISO"
state=
"gas"
>
<D
unit=
"mg/cm3"
value=
"targetGasDensity+quencherDensity"
/>
<P
unit=
"bar"
value=
"gasPressure"
/>
<T
unit=
"K"
value=
"gasTemperature"
/>
<fraction
n=
"quencherFraction"
ref=
"isobutane"
/>
<fraction
n=
"1-quencherFraction"
ref=
"Neon"
/>
</material>
<!-- }}} -->
<!-- {{{ Copper -->
<isotope
N=
"63"
Z=
"29"
name=
"Cu63"
>
<atom
unit=
"g/mole"
value=
"62.9296"
/>
</isotope>
<isotope
N=
"65"
Z=
"29"
name=
"Cu65"
>
<atom
unit=
"g/mole"
value=
"64.9278"
/>
</isotope>
<element
name=
"Cu"
>
<fraction
n=
"0.6917"
ref=
"Cu63"
/>
<fraction
n=
"0.3083"
ref=
"Cu65"
/>
</element>
<material
name=
"Copper"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"322"
/>
<D
unit=
"g/cm3"
value=
"8.96"
/>
<fraction
n=
"1"
ref=
"Cu"
/>
</material>
<!-- }}} -->
<!-- {{{ Stainlesssteel -->
<material
name=
"Stainlesssteel"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"280.927567486627"
/>
<D
unit=
"g/cm3"
value=
"8.02"
/>
<fraction
n=
"0.02"
ref=
"Manganese"
/>
<fraction
n=
"0.01"
ref=
"Silicon"
/>
<fraction
n=
"0.19"
ref=
"Chromium"
/>
<fraction
n=
"0.1"
ref=
"Nickel"
/>
<fraction
n=
"0.68"
ref=
"Iron"
/>
</material>
<!-- }}} -->
<!-- {{{ Air -->
<isotope
N=
"14"
Z=
"7"
name=
"N14"
>
<atom
unit=
"g/mole"
value=
"14.0031"
/>
</isotope>
<isotope
N=
"15"
Z=
"7"
name=
"N15"
>
<atom
unit=
"g/mole"
value=
"15.0001"
/>
</isotope>
<element
name=
"Nitrogen"
>
<fraction
n=
"0.99632"
ref=
"N14"
/>
<fraction
n=
"0.00368"
ref=
"N15"
/>
</element>
<isotope
N=
"16"
Z=
"8"
name=
"O16"
>
<atom
unit=
"g/mole"
value=
"15.9949"
/>
</isotope>
<isotope
N=
"17"
Z=
"8"
name=
"O17"
>
<atom
unit=
"g/mole"
value=
"16.9991"
/>
</isotope>
<isotope
N=
"18"
Z=
"8"
name=
"O18"
>
<atom
unit=
"g/mole"
value=
"17.9992"
/>
</isotope>
<element
name=
"Oxygen"
>
<fraction
n=
"0.99757"
ref=
"O16"
/>
<fraction
n=
"0.00038"
ref=
"O17"
/>
<fraction
n=
"0.00205"
ref=
"O18"
/>
</element>
<material
name=
"Air"
state=
"gas"
>
<T
unit=
"K"
value=
"293.13"
/>
<MEE
unit=
"eV"
value=
"85.7030667332999"
/>
<D
unit=
"g/cm3"
value=
"0.00129"
/>
<fraction
n=
"0.7"
ref=
"Nitrogen"
/>
<fraction
n=
"0.3"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
<!-- {{{ Vacuum -->
<material
name=
"Vacuum"
state=
"gas"
>
<T
unit=
"K"
value=
"293.13"
/>
<MEE
unit=
"eV"
value=
"85.7030667332999"
/>
<D
unit=
"g/cm3"
value=
"1.e-20"
/>
<fraction
n=
"0.7"
ref=
"Nitrogen"
/>
<fraction
n=
"0.3"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
<!-- {{{ Water -->
<element
Z=
"1"
formula=
"H"
name=
"Hydrogen"
>
<atom
value=
"2"
/>
</element>
<element
Z=
"8"
formula=
"O"
name=
"Oxygen"
>
<atom
value=
"16"
/>
</element>
<material
name=
"Water"
formula=
"H2O"
>
<D
value=
"1.0"
/>
<composite
n=
"2"
ref=
"Hydrogen"
/>
<composite
n=
"1"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
<!-- {{{ Lead -->
<isotope
N=
"204"
Z=
"82"
name=
"Pb204"
>
<atom
unit=
"g/mole"
value=
"203.973"
/>
</isotope>
<isotope
N=
"206"
Z=
"82"
name=
"Pb206"
>
<atom
unit=
"g/mole"
value=
"205.974"
/>
</isotope>
<isotope
N=
"207"
Z=
"82"
name=
"Pb207"
>
<atom
unit=
"g/mole"
value=
"206.976"
/>
</isotope>
<isotope
N=
"208"
Z=
"82"
name=
"Pb208"
>
<atom
unit=
"g/mole"
value=
"207.977"
/>
</isotope>
<element
name=
"Pb"
>
<fraction
n=
"0.014"
ref=
"Pb204"
/>
<fraction
n=
"0.241"
ref=
"Pb206"
/>
<fraction
n=
"0.221"
ref=
"Pb207"
/>
<fraction
n=
"0.524"
ref=
"Pb208"
/>
</element>
<material
name=
"Lead"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"823"
/>
<D
unit=
"g/cm3"
value=
"11.34"
/>
<fraction
n=
"1"
ref=
"Pb"
/>
</material>
<!-- }}} -->
<!-- {{{ Kapton -->
<material
name=
"Kapton"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"79.6"
/>
<D
unit=
"g/cm3"
value=
"1.42"
/>
<fraction
n=
"0.026362"
ref=
"Hydrogen"
/>
<fraction
n=
"0.691133"
ref=
"Carbon"
/>
<fraction
n=
"0.073270"
ref=
"Nitrogen"
/>
<fraction
n=
"0.209235"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
<!-- {{{ Teflon (PTFE) -->
<material
name=
"PTFE"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"105.35244885659"
/>
<D
unit=
"g/cm3"
value=
"2.2"
/>
<fraction
n=
"0.240151969606079"
ref=
"Carbon"
/>
<fraction
n=
"0.759848030393921"
ref=
"Fluor"
/>
</material>
<!-- }}} -->
<!-- {{{ Mylar -->
<material
name=
"Mylar"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"78.700000"
/>
<D
unit=
"g/cm3"
value=
"2.2"
/>
<fraction
n=
"0.041959"
ref=
"Hydrogen"
/>
<fraction
n=
"0.625017"
ref=
"Fluor"
/>
<fraction
n=
"0.333025"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
<!-- {{{ Plasctic scintillator -->
<material
name=
"BC408"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"64.700000"
/>
<D
unit=
"g/cm3"
value=
"1.03"
/>
<fraction
n=
"0.085000"
ref=
"Hydrogen"
/>
<fraction
n=
"0.915000"
ref=
"Carbon"
/>
</material>
<!-- }}} -->
<!-- {{{ Acrylic -->
<material
name=
"Acrylic"
state=
"solid"
>
<MEE
unit=
"eV"
value=
"0.00000"
/>
<!-- this is not a correct figure -->
<D
unit=
"g/cm3"
value=
"1.18"
/>
<fraction
n=
"0.080000"
ref=
"Hydrogen"
/>
<fraction
n=
"0.600000"
ref=
"Carbon"
/>
<fraction
n=
"0.320000"
ref=
"Oxygen"
/>
</material>
<!-- }}} -->
</materials>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment