I am running some fixed-source simulations and am trying to find a method of creating a source uniformly within a cell.
This is a plasma within a Tokamak so the cell is not not a simple sphere or cylinder. Actually it is a DAGMC volume so not even a CSG cell.
Anyway I noticed that there is a feature that is nearly what I am after where an openmc.stats.Box can be made around the cell and the only_fissionable can be set to True and this select sites that are inside the fissionable material.
I am after something similar but perhaps a more generic version of this only_fissionable argument where the user passes a material as the argument and the result is that the cell within the box that contains the material is then sampled uniformly.
Wondering if anyone has any hints, suggestions or ideas on this.
Yeah, that’s a great idea Jon. I’ve had a similar thought that there should be some sort of general “filter” capability that allows source sites to be accepted or rejected based on a criterion. Right now, the only thing we have is, as you mentioned, the ability to reject particles in non-fissionable materials, but expanding this would be very useful. We could have reject by cell, rejection by material, etc. My thought is that this notion should be separate from the distribution itself, which could be uniform or otherwise. I’d have to think about what the API and user input would look like for this. If you have thoughts on that, please do share!