openmc.data.IncoherentElasticAEDiscrete

class openmc.data.IncoherentElasticAEDiscrete(mu_out)[source]

Discrete angle representation of incoherent elastic scattering

Parameters:mu_out (numpy.ndarray) – Equi-probable discrete angles at each incoming energy
classmethod from_hdf5(group)[source]

Generate discrete incoherent elastic distribution from HDF5 data

Parameters:group (h5py.Group) – HDF5 group to read from
Returns:Discrete incoherent elastic distribution
Return type:openmc.data.IncoherentElasticAEDiscrete
to_hdf5(group)[source]

Write discrete incoherent elastic distribution to an HDF5 group

Parameters:group (h5py.Group) – HDF5 group to write to