
Mesh generation for radioactive waste management tasks
Author(s) -
R. A. Butov,
N. I. Drobyishevsky,
E. V. Moiseenko,
Yu. N. Tokarev
Publication year - 2021
Publication title -
radioaktivnye othody
Language(s) - English
Resource type - Journals
ISSN - 2587-9707
DOI - 10.25283/2587-9707-2021-1-87-95
Subject(s) - computer science , radioactive waste , python (programming language) , programming language , javascript , polygon mesh , container (type theory) , set (abstract data type) , computer graphics (images) , engineering , mechanical engineering , waste management
The article describes an approach to mesh generation allowing to address radioactive waste management tasks. The approach is based on representing an object as a set of simple geometric shapes (primitives). The characteristics of the mesh (type, size, number of elements) are controlled at a primitive level. The program allows to combine primitives using boolean operations to describe complex objects (for example, intrusions in host rock and their intersections with excavations). To describe nested objects (for example, a radioactive waste container in a borehole or a borehole in a host rock), the program implements a hierarchy of primitives. This approach can be used to generate meshes of objects with regular geometry and/or layered structures. The program is written in Python language. The mesh is created by editing the input files in JSON format.