TransportStatus
This class serves as a namespace for return codes from the transport method. All attributes and methods described below
are defined at the class level. For instance,
>>> goupil.TransportStatus.EXIT
5
Constructor
Attributes
- TransportStatus.ABSORBED
Indicates that the photon was absorbed, e.g. in a photo-electric interaction.
- TransportStatus.ENERGY_CONSTRAINT
Indicates that the photon reached the energy constraint of a potential volume source, during backward transport.
- TransportStatus.ENERGY_MAX
Indicates that the photon energy exceeded its maximum allowed value, e.g. according to material tables.
- TransportStatus.ENERGY_MIN
Indicates that the photon energy dropped below its minimum allowed value, e.g. according to material tables.
- TransportStatus.LENGTH_MAX
Indicates that the photon path length reached a limit value, as specified by
TransportSettings.length_max.