fusion-energy / fusion_neutronics_workflow

Combines open source packages to produce an automated fusion specific neutronics workflow
MIT License
13 stars 3 forks source link

Generating geometry files and outputs on release #15

Open shimwell opened 2 years ago

shimwell commented 2 years ago

To avoid swamping the repository with stp, stl, h5, h5m files it would be ideal if they could all be generated on a release and added to the tar.gz file made on release.

The CAD geometry could be made (stp, stl) converted to neutronics (h5m) and simulated mading (h5) output files.

I've had a quick go at this using a github action but couldn't get it to work

The action is currently commented out and I hope to come back to this at some point

https://github.com/fusion-energy/fusion_neutronics_workflow/blob/4b0823a140a514bd4bc4374851aa405ea951d15b/.github/workflows/docker_publish.yml#L74-L131