openmc.lib.find_material
- openmc.lib.find_material(xyz)[source]
Find the material at a given point
- Parameters:
xyz (iterable of float) – Cartesian coordinates of position
- Returns:
Material containing the point, or None is no material is found
- Return type:
openmc.lib.Material or None