aurora-multiphysics / sledo

Sequential learning engineering design optimiser.
GNU Lesser General Public License v2.1
3 stars 0 forks source link

Suggestion: cubit for geometry preparation #16

Open lukethehuman opened 10 months ago

lukethehuman commented 10 months ago

Implement a parametric geometry preparation step via coreform cubit. Maintain the option to forgo this option and prepare geometry directly with MOOSE.

Coreform cubit is often used for meshing parametric geometry, particularly for more challenging or complex geometries. It would be useful to support this option in SLEDO. However, as cubit is a licensed software, the option to prepare geometries directly in MOOSE should remain the default option.

lukethehuman commented 6 months ago

Currently working on this with a closed source cubit-based geometry engine. The desired outcome of the work is that this tool will be open sourced and the resulting interface with sledo added in a future update, which would resolve this issue.