mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Reducing number of particles run in dagmc test.
This commit is contained in:
parent
60e57d3ed7
commit
33da7d0b16
1 changed files with 3 additions and 3 deletions
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
<run_mode>eigenvalue</run_mode>
|
||||
<dagmc>true</dagmc>
|
||||
<batches>15</batches>
|
||||
<inactive>5</inactive>
|
||||
<particles>10000</particles>
|
||||
<batches>5</batches>
|
||||
<inactive>0</inactive>
|
||||
<particles>100</particles>
|
||||
<!-- Starting source -->
|
||||
<source>
|
||||
<space type="box">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue