openmc.data.MixedElasticAE

class openmc.data.MixedElasticAE(coherent, incoherent)[source]

Secondary distribution for mixed coherent/incoherent thermal elastic

New in version 0.13.1.

Parameters
  • coherent (AngleEnergy) – Secondary distribution for coherent elastic scattering

  • incoherent (AngleEnergy) – Secondary distribution for incoherent elastic scattering

Variables
  • coherent (AngleEnergy) – Secondary distribution for coherent elastic scattering

  • incoherent (AngleEnergy) – Secondary distribution for incoherent elastic scattering

classmethod from_hdf5(group)[source]

Generate mixed thermal elastic distribution from HDF5 data

Parameters

group (h5py.Group) – HDF5 group to read from

Returns

Mixed thermal elastic distribution

Return type

openmc.data.MixedElasticAE

to_hdf5(group)[source]

Write mixed elastic distribution to an HDF5 group

Parameters

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