The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
There are presently no deprecated features.
In addition to the automated process, holes can also be manually defined using "nodesets" in mesh definition files that mark the nodes corresponding to a given hole. There are two cases for these definitions:
Nodesets are stored in the mesh/NODESET****
fields in native mesh files. These can be converted from nodesets defined via the Cubit meshing software, through the Exodus II mesh format, and convert_cubit.py
or other mesh inputs with suitable interfacing scripts.
Closures can also be manually defined using "sidesets" in mesh definition files that mark the triangles where an element should be removed to avoid singularities in the system. Sidesets are stored in the mesh/SIDESET****
fields in native mesh files. These can be converted from nodesets defined via the Cubit meshing software, through the Exodus II mesh format, and convert_cubit.py
or other mesh inputs with suitable interfacing scripts.