I am trying to run a criticality search using boron as my parameter as I am intending to setup a system of depletion->refuelling->boron crit search (until conc=0)->adjuster rod crit search->next depletion step. Can someone better explain the criticality search function, in particular, what does the tolerance signify. I would have thought that it would be the difference off of criticality, therefore with a tolerance of 1e-2 it would search until it was within the bounds 0.99>1.01, but this doesn’t seem to be the case from my testing, and from the example that has the following results,
The example is located here,
Otherwise I would have expected it to stop at iteration 5 instead of continuing. My other guess is the tolerance is the allowed change of the parameter, therefore being the resolution of the test, but this doesn’t make sense to me why the example would state that this is a rather high tolerance on the final k value, and in the use of it within the example they are carrying the concentration by a factor of 10-3.
Furthermore, when I am running it using an initial guess it has to use the secant method, and since my initial guess was so close it gave the following results,
Using the following settings,
I don’t know how it calculated the actual critical concentration when it never ran a k-eff search at that specific concentration, and when this critical concentration is fed back into the original model the k-eff ends up being,
which is clearly not critical. When I run with a tolerance of 10-3, the same thing happens, when i run with tolerance of 10-4 I get the following,
Which does get used in the original model correctly outputting the same k-eff. So why was the first two runs not working correctly? Thank you for your assistance in advance.