Open gonuke opened 9 months ago
We might reconsider this issue in the context of the modified magnet modeling workflow. Meshing takes place after full coil construction, since the STEP file must be generated via CadQuery first, before being imported into Cubit. Furthermore, there's interest in providing an open-source volumetric meshing workflow (see #140).
The cubit calls to create a coil mesh should be a method of the
MagnetCoil
class. TheMagnetSet
class could then have a mesh generation method that calls the mesh gen on each of the coils.