fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

Moving post processing args #48

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

moving fusion_energy_per_pulse and fusion_power to a new process_results method

the process results method was previously included in the simulate method which had some disadvantages as users would have to re-simulate when changing the source strength.

Now users can post process the statepoint file with different source strengths without having to re-simulate the model