We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_neutron_rate
The sources should maybe have a method to compute the neutron rate in neutron/s .
usage could be
from openmc_plasma_source import FusionPointSource my_source = FusionPointSource(.....) neutron_rate = my_source.get_neutron_rate(fusion_power=1e9) # for 1 GW
The text was updated successfully, but these errors were encountered:
Sounds useful for steady state machines, not sure how this would work for pulsed machines
Sorry, something went wrong.
Ah yes I guess the neutron rate would be in n/s or n/shot.
Anyway the calculation is the same isn't it? for SS machines, the input is the fusion power in J/s (W) for pulsed machines it's in J/pulse
I'm just not sure if we need to separate keywords or not, happy to go along with your vision here
I think it will just have to be described in the docstrings. It's still a fusion power in both cases, the unit of time changes that's all.
No branches or pull requests
The sources should maybe have a method to compute the neutron rate in neutron/s .
usage could be
The text was updated successfully, but these errors were encountered: