openmc.data.IncoherentInelasticAEDiscrete
- class openmc.data.IncoherentInelasticAEDiscrete(energy_out, mu_out, skewed=False)[source]
Discrete angle representation of incoherent inelastic scattering
- Parameters:
energy_out (numpy.ndarray) – Outgoing energies for each incoming energy
mu_out (numpy.ndarray) – Discrete angles for each incoming/outgoing energy
skewed (bool) – Whether discrete angles are equi-probable or have a skewed distribution
- Variables:
energy_out (numpy.ndarray) – Outgoing energies for each incoming energy
mu_out (numpy.ndarray) – Discrete angles for each incoming/outgoing energy
skewed (bool) – Whether discrete angles are equi-probable or have a skewed distribution