Hello!
Detector transformations are possible in serpent. However, I do not find the same in OpenMC.
For instance, if I have cylindrical experimental channels in a reactor that do not cross the origin of coordinates and are both rotated and translated respect to the (0,0,0), it is complicated to mesh this cell.
The difficulty arises because when using the
classmethod from_domain(domain: Union[Cell, Region, Universe, Geometry], dimension: Sequence[int] = (10, 10, 10), mesh_id: Optional[int] = None, name: str = '')
it will incorrectly find the bounding_box assigning values of -inf or inf.
Could this functionality be of interest in the developers team?
I’m new in the discussion forum, so please feel free to tell me if this post should go into the Development category
Juan