openmc.stats.Isotropic

class openmc.stats.Isotropic[source]

Isotropic angular distribution.

classmethod from_xml_element(elem)[source]

Generate isotropic distribution from an XML element

Parameters:elem (xml.etree.ElementTree.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:xml.etree.ElementTree.Element