Hello,
I am running a fixed source calculation,
I am using my fuel as fixed neutron source.
I checked my keff, keff ~ 1.05895
I keep getting:
Simulating batch 1
ERROR: The secondary particle bank appears to be growing without bound. You are
likely running a subcritical multiplication problem with k-effective
close to or greater than one.
here is my source:
<settings>
<run_mode>fixed source</run_mode>
<particles>10000</particles>
<batches>100</batches>
<source type="independent" strength="1.0" particle="neutron">
<space type="cartesian">
<x type="uniform" parameters="-35.2 35.2"/>
<y type="uniform" parameters="-35.2 35.2"/>
<z type="uniform" parameters="-35.2 35.2"/>
</space>
<angle type="isotropic"/>
<energy type="discrete">
<parameters>[...]</parameters>
</energy>
<constraints>
<domain_type>cell</domain_type>
<domain_ids>1</domain_ids>
</constraints>
</source>
<output>
<path>results/depletion/Xe_Kr/d_34.40_co_0.0100/shielding/neutron/1.0000</path>
</output>
<temperature_method>interpolation</temperature_method>
</settings>
any idea what I might doing wrong ?
(I posted the same question on slack, will be updating this if I get an answer on slack)