You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cubit calls to create a coil mesh should be a method of the MagnetCoil class. The MagnetSet class could then have a mesh generation method that calls the mesh gen on each of the coils.
The text was updated successfully, but these errors were encountered:
gonuke
changed the title
Move coil meshing to MeshCoil class
Move coil meshing to MagnetCoil class
Mar 4, 2024
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.The text was updated successfully, but these errors were encountered: