Skip to content

Commit

Permalink
fix parser error & reduce number of particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Eltawila authored and Eltawila committed Dec 6, 2024
1 parent 95c8669 commit ee2690d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion moose
Submodule moose deleted from 7aec89
4 changes: 2 additions & 2 deletions test/tests/examples/cad_workflow/gold/solid_out.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time,max_T,source_integral
0,0,0
1,800,243185.56454337
2,1069.4932298619,244102.88955477
1,800,239976.98284172
2,1081.5682222988,244920.04694931
4 changes: 2 additions & 2 deletions test/tests/examples/cad_workflow/gold/solid_out_openmc0.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
time,heat_source,heat_source_RelativeError,tritium_RelativeError,tritium_production
0,0,0,0,0
1,243185.56454337,1,1,50176695706636
2,244102.88955477,1,1,46853537229216
1,239976.98284172,1,1,48195362290968
2,244920.04694931,1,1,46428562850377
2 changes: 1 addition & 1 deletion test/tests/examples/cad_workflow/openmc.i
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
verbose = true
# this is a low number of particles; you will want to increase in order to obtain
# high-quality results
first_iteration_particles = 5000
first_iteration_particles = 1000
relaxation = dufek_gudowski

skinner = moab
Expand Down
6 changes: 3 additions & 3 deletions test/tests/examples/cad_workflow/tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[solid_diff]
type = CSVDiff
input = solid.i
exodiff = 'solid_out.csv'
csvdiff = 'solid_out.csv'
# This test has very few particles, and OpenMC will error if there aren't enough source particles
# in the fission bank on a process
max_parallel = 8
Expand All @@ -15,7 +15,7 @@
[openmc_diff]
type = CSVDiff
input = solid.i
exodiff = 'solid_out_openmc0.csv'
csvdiff = 'solid_out_openmc0.csv'
should_execute = False
prereq = solid_diff
# This test has very few particles, and OpenMC will error if there aren't enough source particles
Expand All @@ -25,4 +25,4 @@
" and solve for the heat source and tritium production."
required_objects = 'OpenMCCellAverageProblem'
[]
[]
[]

0 comments on commit ee2690d

Please sign in to comment.