Skip to content

Commit

Permalink
added more discussion to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Aug 8, 2018
1 parent 7ab8697 commit 3f3353b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,20 @@ NEW IN VERSION 17
to alter the number of particle histories they want to simulate.
This can be controlled with the "-p" command line argument.
By default, 500,000 particle histories will be simulated.
This is now the recommended argument for users to adjust if
the want to increase/decrease the runtime of the problem. Real
MC simulations may use anywhere from O(10^5) to O(10^10)
particles per power iteration, so a wide range of values here
is acceptable.

- (Option) The number of lookups to perform per particle history.
This is the "-l" option, which defaults to 34.
This option previously referred to the total number of lookups,
but now refers to the number of lookups per particle.
The default value reflects the average number of XS lookups that
a particle will need over its lifetime in a light water reactor.
One may want to adjust this value if targeting a different
reactor type.

- (Defaults) Due to the addition of the particle abstraction, the
default parameters were changed slightly. With a new default of
Expand Down

0 comments on commit 3f3353b

Please sign in to comment.