mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Removing .dat files
This commit is contained in:
parent
44f3f1eb50
commit
879c4a6050
2 changed files with 0 additions and 26094 deletions
|
|
@ -1,92 +0,0 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<geometry>
|
||||
<cell id="13" material="13" name="fuel" region="9 -10 11 -12 13 -14" universe="9" />
|
||||
<cell id="14" material="14" name="clad" region="(-9 | 10 | -11 | 12 | -13 | 14) (15 -16 17 -18 19 -20)" universe="9" />
|
||||
<cell id="15" material="15" name="water" region="(-15 | 16 | -17 | 18 | -19 | 20) (21 -22 23 -24 25 -26)" universe="9" />
|
||||
<surface coeffs="-5.0" id="9" name="minimum x" type="x-plane" />
|
||||
<surface coeffs="5.0" id="10" name="maximum x" type="x-plane" />
|
||||
<surface coeffs="-5.0" id="11" name="minimum y" type="y-plane" />
|
||||
<surface coeffs="5.0" id="12" name="maximum y" type="y-plane" />
|
||||
<surface coeffs="-5.0" id="13" name="minimum z" type="z-plane" />
|
||||
<surface coeffs="5.0" id="14" name="maximum z" type="z-plane" />
|
||||
<surface coeffs="-6.0" id="15" name="minimum x" type="x-plane" />
|
||||
<surface coeffs="6.0" id="16" name="maximum x" type="x-plane" />
|
||||
<surface coeffs="-6.0" id="17" name="minimum y" type="y-plane" />
|
||||
<surface coeffs="6.0" id="18" name="maximum y" type="y-plane" />
|
||||
<surface coeffs="-6.0" id="19" name="minimum z" type="z-plane" />
|
||||
<surface coeffs="6.0" id="20" name="maximum z" type="z-plane" />
|
||||
<surface boundary="vacuum" coeffs="-10" id="21" name="minimum x" type="x-plane" />
|
||||
<surface boundary="vacuum" coeffs="10" id="22" name="maximum x" type="x-plane" />
|
||||
<surface boundary="vacuum" coeffs="-10" id="23" name="minimum y" type="y-plane" />
|
||||
<surface boundary="vacuum" coeffs="10" id="24" name="maximum y" type="y-plane" />
|
||||
<surface boundary="vacuum" coeffs="-10" id="25" name="minimum z" type="z-plane" />
|
||||
<surface boundary="vacuum" coeffs="10" id="26" name="maximum z" type="z-plane" />
|
||||
</geometry>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<materials>
|
||||
<material depletable="true" id="13" name="fuel">
|
||||
<density units="g/cc" value="4.5" />
|
||||
<nuclide ao="1.0" name="U235" />
|
||||
</material>
|
||||
<material id="14" name="zircaloy">
|
||||
<density units="g/cc" value="5.77" />
|
||||
<nuclide ao="0.5145" name="Zr90" />
|
||||
<nuclide ao="0.1122" name="Zr91" />
|
||||
<nuclide ao="0.1715" name="Zr92" />
|
||||
<nuclide ao="0.1738" name="Zr94" />
|
||||
<nuclide ao="0.028" name="Zr96" />
|
||||
</material>
|
||||
<material id="15" name="water">
|
||||
<density units="atom/b-cm" value="0.07416" />
|
||||
<nuclide ao="2.0" name="H1" />
|
||||
<nuclide ao="1.0" name="O16" />
|
||||
</material>
|
||||
</materials>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<settings>
|
||||
<run_mode>fixed source</run_mode>
|
||||
<particles>100</particles>
|
||||
<batches>10</batches>
|
||||
<source strength="1.0">
|
||||
<space origin="1.0 1.0 1.0" type="spherical">
|
||||
<r parameters="0.0 0.0" type="uniform" />
|
||||
<theta type="discrete">
|
||||
<parameters>0.0 1.0</parameters>
|
||||
</theta>
|
||||
<phi type="discrete">
|
||||
<parameters>0.0 1.0</parameters>
|
||||
</phi>
|
||||
</space>
|
||||
<angle reference_uvw="-1.0 0.0 0.0" type="monodirectional" />
|
||||
<energy type="discrete">
|
||||
<parameters>15000000.0 1.0</parameters>
|
||||
</energy>
|
||||
</source>
|
||||
</settings>
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<tallies>
|
||||
<mesh id="1">
|
||||
<dimension>10 10 10</dimension>
|
||||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="2" type="unstructured">
|
||||
<mesh_file>test_mesh_tets.h5m</mesh_file>
|
||||
</mesh>
|
||||
<filter id="1" type="mesh">
|
||||
<bins>1</bins>
|
||||
</filter>
|
||||
<filter id="2" type="mesh">
|
||||
<bins>2</bins>
|
||||
</filter>
|
||||
<tally id="1" name="coarse mesh tally">
|
||||
<filters>1</filters>
|
||||
<scores>flux</scores>
|
||||
<estimator>tracklength</estimator>
|
||||
</tally>
|
||||
<tally id="2" name="unstructured mesh tally">
|
||||
<filters>2</filters>
|
||||
<scores>flux</scores>
|
||||
<estimator>tracklength</estimator>
|
||||
</tally>
|
||||
</tallies>
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue