Closed shimwell closed 7 months ago
This method of sampling ensures the model produces the same coordinates each time.
Previously we had a random sampling and this made the subsequent neutronics simulations differ with each creation of the plasma source being different.
sampling bug reported by user on the openmc forum https://openmc.discourse.group/t/different-distribution-of-neutron-density-in-openmc-plasma-source/4111/3
looks like tests are failing but some can be fixed with
@settings(suppress_health_check=(HealthCheck.too_slow,))
closing in favour of #92
This method of sampling ensures the model produces the same coordinates each time.
Previously we had a random sampling and this made the subsequent neutronics simulations differ with each creation of the plasma source being different.
sampling bug reported by user on the openmc forum https://openmc.discourse.group/t/different-distribution-of-neutron-density-in-openmc-plasma-source/4111/3