openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

Transfer meshed geometries in memory instead of through intermediary files. #105

Open ebknudsen opened 2 months ago

ebknudsen commented 2 months ago

Idea borrowed from stellarmesher.

Instead of writing intermediary files we could directly insert vertices from memory into a moab-structure.

Perhaps by sharing a reference to a moab accessor object with the mesher backend - and add vertices on the fly.