mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
update old tests to use new model.xml
This commit is contained in:
parent
7200d42644
commit
04806858ca
66 changed files with 1241 additions and 1787 deletions
65
tests/regression_tests/plot_overlaps/model.xml
Normal file
65
tests/regression_tests/plot_overlaps/model.xml
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<model>
|
||||
<materials>
|
||||
<material depletable="true" id="1">
|
||||
<density units="g/cc" value="4.5" />
|
||||
<nuclide ao="1.0" name="U235" />
|
||||
</material>
|
||||
<material depletable="true" id="2">
|
||||
<density units="g/cc" value="4.5" />
|
||||
<nuclide ao="1.0" name="U235" />
|
||||
</material>
|
||||
<material depletable="true" id="3">
|
||||
<density units="g/cc" value="4.5" />
|
||||
<nuclide ao="1.0" name="U235" />
|
||||
</material>
|
||||
</materials>
|
||||
<geometry>
|
||||
<cell id="1" material="1" region="-1 -4" universe="0" />
|
||||
<cell id="2" material="3" region="1 -20 -4" universe="0" />
|
||||
<cell id="3" material="2" region="2 -3 -4" universe="0" />
|
||||
<surface coeffs="0.0 0.0 2.0" id="1" type="z-cylinder" />
|
||||
<surface coeffs="0.0 0.0 5.0" id="2" type="z-cylinder" />
|
||||
<surface boundary="vacuum" coeffs="0.0 0.0 10.0" id="3" type="z-cylinder" />
|
||||
<surface boundary="vacuum" coeffs="5.0" id="4" type="y-plane" />
|
||||
<surface coeffs="0.0 0.0 5.5" id="20" type="z-cylinder" />
|
||||
</geometry>
|
||||
<settings>
|
||||
<run_mode>plot</run_mode>
|
||||
<entropy_mesh>1</entropy_mesh>
|
||||
<mesh id="1">
|
||||
<dimension>5 4 3</dimension>
|
||||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
</settings>
|
||||
<plots>
|
||||
<plot basis="xy" color_by="cell" id="1" type="slice">
|
||||
<origin>0.0 0.0 0.0</origin>
|
||||
<width>25.0 25.0</width>
|
||||
<pixels>200 200</pixels>
|
||||
<color id="1" rgb="255 0 0" />
|
||||
<show_overlaps>true</show_overlaps>
|
||||
<meshlines id="1" linewidth="0" meshtype="entropy" />
|
||||
</plot>
|
||||
<plot basis="xz" color_by="cell" id="2" type="slice">
|
||||
<origin>0.0 0.0 0.0</origin>
|
||||
<width>25.0 25.0</width>
|
||||
<pixels>200 200</pixels>
|
||||
<mask background="255 255 255" components="1 3" />
|
||||
<show_overlaps>true</show_overlaps>
|
||||
<overlap_color>255 211 0</overlap_color>
|
||||
</plot>
|
||||
<plot basis="yz" color_by="material" id="3" type="slice">
|
||||
<origin>0.0 0.0 0.0</origin>
|
||||
<width>25.0 25.0</width>
|
||||
<pixels>200 200</pixels>
|
||||
<background>0 0 0</background>
|
||||
</plot>
|
||||
<plot color_by="cell" id="4" type="voxel">
|
||||
<origin>0.0 0.0 0.0</origin>
|
||||
<width>20.0 20.0 10.0</width>
|
||||
<pixels>100 100 10</pixels>
|
||||
</plot>
|
||||
</plots>
|
||||
</model>
|
||||
Loading…
Add table
Add a link
Reference in a new issue