astro.Interface.RingDynamics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

@elite-dangerous-almanac/core / astro / RingDynamics

Interface: RingDynamics

Defined in: src/astro/body-rings.ts:71

How fast a ring turns, and how fast each of its edges is therefore moving.

Properties

innerVelocity

readonly innerVelocity: number

Defined in: src/astro/body-rings.ts:77

Speed of the inner edge, in m/s. The slower one, because the ring turns rigidly.


nominalRadius

readonly nominalRadius: number

Defined in: src/astro/body-rings.ts:75

The radius that period is taken at, in metres — see ringDynamics.


orbitalPeriod

readonly orbitalPeriod: number

Defined in: src/astro/body-rings.ts:73

The single period the whole ring turns in, in seconds.


outerVelocity

readonly outerVelocity: number

Defined in: src/astro/body-rings.ts:79

Speed of the outer edge, in m/s.

⚠️ **GitHub.com Fallback** ⚠️