mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Added Cullen S(a,b) problem from INDC-USA-107.
This commit is contained in:
parent
6d4a9535fd
commit
2a469c625d
4 changed files with 98 additions and 0 deletions
22
benchmarks/cullen-sab/problem1/geometry.xml
Normal file
22
benchmarks/cullen-sab/problem1/geometry.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0"?>
|
||||
<geometry>
|
||||
|
||||
<!--
|
||||
====================================================
|
||||
Description: Simple thermal system from INDC-USA-107
|
||||
Case: Problem 1 (1/2" pin, 2" lattice pitch)
|
||||
Written By: Paul Romano
|
||||
Date: 10/28/2011
|
||||
====================================================
|
||||
-->
|
||||
|
||||
<surface uid="1" type="z-cylinder" coeffs="0. 0. 1.27" />
|
||||
<surface uid="2" type="x-plane" coeffs="-2.54" boundary="reflective" />
|
||||
<surface uid="3" type="x-plane" coeffs="2.54" boundary="reflective" />
|
||||
<surface uid="4" type="y-plane" coeffs="-2.54" boundary="reflective" />
|
||||
<surface uid="5" type="y-plane" coeffs="2.54" boundary="reflective" />
|
||||
|
||||
<cell uid="1" material="1" surfaces="-1" />
|
||||
<cell uid="2" material="2" surfaces="1 2 -3 4 -5" />
|
||||
|
||||
</geometry>
|
||||
27
benchmarks/cullen-sab/problem1/materials.xml
Normal file
27
benchmarks/cullen-sab/problem1/materials.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0"?>
|
||||
<materials>
|
||||
|
||||
<!--
|
||||
====================================================
|
||||
Description: Simple thermal system from INDC-USA-107
|
||||
Case: Problem 1 (1/2" pin, 2" lattice pitch)
|
||||
Written By: Paul Romano
|
||||
Date: 10/28/2011
|
||||
====================================================
|
||||
-->
|
||||
|
||||
<!-- Fuel composed of 99.02 a/o U-238 and 0.98 a/o U-235 -->
|
||||
<material uid="1">
|
||||
<density value="18.8" units="g/cc" />
|
||||
<nuclide name="U-238" xs="03c" ao="99.02" />
|
||||
<nuclide name="U-235" xs="03c" ao="0.98" />
|
||||
</material>
|
||||
|
||||
<!-- Water at 1 g/cc -->
|
||||
<material uid="2">
|
||||
<density value="1.0" units="g/cc" />
|
||||
<nuclide name="H-1" xs="03c" ao="2.0" />
|
||||
<nuclide name="O-16" xs="03c" ao="1.0" />
|
||||
</material>
|
||||
|
||||
</materials>
|
||||
28
benchmarks/cullen-sab/problem1/settings.xml
Normal file
28
benchmarks/cullen-sab/problem1/settings.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0"?>
|
||||
<settings>
|
||||
|
||||
<!--
|
||||
====================================================
|
||||
Description: Simple thermal system from INDC-USA-107
|
||||
Case: Problem 1 (1/2" pin, 2" lattice pitch)
|
||||
Written By: Paul Romano
|
||||
Date: 10/28/2011
|
||||
====================================================
|
||||
-->
|
||||
|
||||
<xslibrary path="/opt/serpent/xsdata/endfb7/xsdata" />
|
||||
|
||||
<criticality>
|
||||
<cycles>500</cycles>
|
||||
<inactive>50</inactive>
|
||||
<particles>10000</particles>
|
||||
</criticality>
|
||||
|
||||
<verbosity value="7" />
|
||||
|
||||
<source>
|
||||
<type>box</type>
|
||||
<coeffs>-2 -2 -2 2 2 2</coeffs>
|
||||
</source>
|
||||
|
||||
</settings>
|
||||
21
benchmarks/cullen-sab/problem1/tallies.xml
Normal file
21
benchmarks/cullen-sab/problem1/tallies.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<tallies>
|
||||
|
||||
<!--
|
||||
====================================================
|
||||
Description: Simple thermal system from INDC-USA-107
|
||||
Case: Problem 1 (1/2" pin, 2" lattice pitch)
|
||||
Written By: Paul Romano
|
||||
Date: 10/28/2011
|
||||
====================================================
|
||||
-->
|
||||
|
||||
<tally id="1">
|
||||
<filters>
|
||||
<cell>1 2</cell>
|
||||
</filters>
|
||||
|
||||
<macros>total scatter nu-scatter absorption fission nu-fission</macros>
|
||||
</tally>
|
||||
|
||||
</tallies>
|
||||
Loading…
Add table
Add a link
Reference in a new issue