openmc.stats.Isotropic

class openmc.stats.Isotropic[source]

Isotropic angular distribution.

classmethod from_xml_element(elem: Element)[source]

Generate isotropic distribution from an XML element

Parameters:

elem (lxml.etree._Element) – XML element

Returns:

Isotropic distribution generated from XML element

Return type:

openmc.stats.Isotropic

to_xml_element()[source]

Return XML representation of the isotropic distribution

Returns:

element – XML element containing isotropic distribution data

Return type:

lxml.etree._Element