fusion-energy / openmc-plasma-source

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

TokamakSource.strengths needs io be normalised #23

Closed RemDelaporteMathurin closed 2 years ago

RemDelaporteMathurin commented 2 years ago

Currently, the strength of the sources in TokamakSource is directly the neutron source density (in neutron/m3/s).

However, to get relevant results, the sum of the strengths must be equal to 1.

We could still keep the neutron source density as an attribute though.