SphericalFlatRC

class peebee.models.SphericalFlatRC(**kwargs)

Bases: Model

Spherical potential with flat rotation curve.

Implements a spherically symmetric potential model that produces a flat rotation curve. Based on the enclosed mass profile.

Methods Summary

accel(x, y, z, **kwargs)

Compute spherical flat rotation curve acceleration.

Methods Documentation

accel(x, y, z, **kwargs)

Compute spherical flat rotation curve acceleration.

X (array_like):

X coordinates (kpc)

Y (array_like):

Y coordinates (kpc)

Z (array_like):

Z coordinates (kpc)

**kwargskwargs:

Additional keyword arguments

Returns:

acceleration (tuple) - Three-component acceleration (ax, ay, az) in mm/s/yr