fusion-energy / openmc-plasma-source

Creates a plasma source as an openmc.source object from input parameters that describe the plasma
MIT License
27 stars 11 forks source link

Refactor to functions #82

Closed shimwell closed 1 year ago

shimwell commented 1 year ago

Given the impending change to openmc https://github.com/fusion-energy/openmc-plasma-source/issues/80 I wanted to try another solution that didn't involve inheriting the Source class (as this no longer works)

This PR attempts to refactor the package into functions

work in progess

shimwell commented 1 year ago

closing in favor of #83