From a4e15f892b1da5513f8ff1e37835e08b05fe31a7 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 30 Oct 2011 18:35:59 -0400 Subject: [PATCH] Added problems 2 and 3 from Cullen S(a,b) benchmark problem. --- benchmarks/cullen-sab/problem1/materials.xml | 1 + benchmarks/cullen-sab/problem2/geometry.xml | 22 +++++++++++++++ benchmarks/cullen-sab/problem2/materials.xml | 28 ++++++++++++++++++++ benchmarks/cullen-sab/problem2/settings.xml | 28 ++++++++++++++++++++ benchmarks/cullen-sab/problem2/tallies.xml | 21 +++++++++++++++ benchmarks/cullen-sab/problem3/geometry.xml | 22 +++++++++++++++ benchmarks/cullen-sab/problem3/materials.xml | 28 ++++++++++++++++++++ benchmarks/cullen-sab/problem3/settings.xml | 28 ++++++++++++++++++++ benchmarks/cullen-sab/problem3/tallies.xml | 21 +++++++++++++++ 9 files changed, 199 insertions(+) create mode 100644 benchmarks/cullen-sab/problem2/geometry.xml create mode 100644 benchmarks/cullen-sab/problem2/materials.xml create mode 100644 benchmarks/cullen-sab/problem2/settings.xml create mode 100644 benchmarks/cullen-sab/problem2/tallies.xml create mode 100644 benchmarks/cullen-sab/problem3/geometry.xml create mode 100644 benchmarks/cullen-sab/problem3/materials.xml create mode 100644 benchmarks/cullen-sab/problem3/settings.xml create mode 100644 benchmarks/cullen-sab/problem3/tallies.xml diff --git a/benchmarks/cullen-sab/problem1/materials.xml b/benchmarks/cullen-sab/problem1/materials.xml index 315281bc1..083ec34aa 100644 --- a/benchmarks/cullen-sab/problem1/materials.xml +++ b/benchmarks/cullen-sab/problem1/materials.xml @@ -22,6 +22,7 @@ + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem2/geometry.xml b/benchmarks/cullen-sab/problem2/geometry.xml new file mode 100644 index 000000000..8e40e3fb3 --- /dev/null +++ b/benchmarks/cullen-sab/problem2/geometry.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem2/materials.xml b/benchmarks/cullen-sab/problem2/materials.xml new file mode 100644 index 000000000..176631a6e --- /dev/null +++ b/benchmarks/cullen-sab/problem2/materials.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem2/settings.xml b/benchmarks/cullen-sab/problem2/settings.xml new file mode 100644 index 000000000..c3b33399b --- /dev/null +++ b/benchmarks/cullen-sab/problem2/settings.xml @@ -0,0 +1,28 @@ + + + + + + + + + 500 + 50 + 10000 + + + + + + box + -2 -2 -2 2 2 2 + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem2/tallies.xml b/benchmarks/cullen-sab/problem2/tallies.xml new file mode 100644 index 000000000..03b4e0570 --- /dev/null +++ b/benchmarks/cullen-sab/problem2/tallies.xml @@ -0,0 +1,21 @@ + + + + + + + + 1 2 + + + total scatter nu-scatter absorption fission nu-fission + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem3/geometry.xml b/benchmarks/cullen-sab/problem3/geometry.xml new file mode 100644 index 000000000..c0b5bc8a2 --- /dev/null +++ b/benchmarks/cullen-sab/problem3/geometry.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem3/materials.xml b/benchmarks/cullen-sab/problem3/materials.xml new file mode 100644 index 000000000..9e71f6862 --- /dev/null +++ b/benchmarks/cullen-sab/problem3/materials.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem3/settings.xml b/benchmarks/cullen-sab/problem3/settings.xml new file mode 100644 index 000000000..b483f3e38 --- /dev/null +++ b/benchmarks/cullen-sab/problem3/settings.xml @@ -0,0 +1,28 @@ + + + + + + + + + 500 + 50 + 10000 + + + + + + box + -2 -2 -2 2 2 2 + + + \ No newline at end of file diff --git a/benchmarks/cullen-sab/problem3/tallies.xml b/benchmarks/cullen-sab/problem3/tallies.xml new file mode 100644 index 000000000..d8a352c0a --- /dev/null +++ b/benchmarks/cullen-sab/problem3/tallies.xml @@ -0,0 +1,21 @@ + + + + + + + + 1 2 + + + total scatter nu-scatter absorption fission nu-fission + + + \ No newline at end of file