Kuzmin disk potential

class galpy.potential.KuzminDiskPotential(amp=1.0, a=1.0, normalize=False, ro=None, vo=None)[source]

Class that implements the Kuzmin Disk potential

\[\Phi(R,z) = -\frac{\mathrm{amp}}{\sqrt{R^2 + (a + |z|)^2}}\]

with \(\mathrm{amp} = GM\) the total mass.

__init__(amp=1.0, a=1.0, normalize=False, ro=None, vo=None)[source]

NAME:

__init__

PURPOSE:

initialize a Kuzmin disk Potential

INPUT:

amp - amplitude to be applied to the potential, the total mass (default: 1); can be a Quantity with units of mass density or Gxmass density

a - scale length (can be Quantity)

normalize - if True, normalize such that vc(1.,0.)=1., or, if given as a number, such that the force is this fraction of the force necessary to make vc(1.,0.)=1.

ro=, vo= distance and velocity scales for translation into internal units (default from configuration file)

OUTPUT:

KuzminDiskPotential object

HISTORY:

2016-05-09 - Written - Aladdin