openmc.stats.Point

class openmc.stats.Point(xyz=(0.0, 0.0, 0.0))[source]

Delta function in three dimensions.

This spatial distribution can be used for a point source where sites are emitted at a specific location given by its Cartesian coordinates.

Parameters:xyz (Iterable of float, optional) – Cartesian coordinates of location. Defaults to (0., 0., 0.).
Variables:xyz (Iterable of float) – Cartesian coordinates of location