DotNet.Astronomy.Record.RingDynamics - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Astronomy / RingDynamics

Record: RingDynamics

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyRings.cs:14

How fast one ring travels around what it orbits.

Constructors

new RingDynamics()

new RingDynamics(OrbitalPeriod, NominalRadius, InnerVelocity, OuterVelocity)

Parameters

OrbitalPeriod

double

The period at the nominal radius, in seconds.

NominalRadius

double

The radius the period is taken at, in metres. It is three eighths of the way out from the inner edge. See BodyRings.Dynamics for where that fraction comes from.

InnerVelocity

double

The speed at the inner edge, in metres a second.

OuterVelocity

double

The speed at the outer edge, in metres a second.

Properties

InnerVelocity

InnerVelocity: double

The speed at the inner edge, in metres a second.

NominalRadius

NominalRadius: double

The radius the period is taken at, in metres. It is three eighths of the way out from the inner edge. See BodyRings.Dynamics for where that fraction comes from.

OrbitalPeriod

OrbitalPeriod: double

The period at the nominal radius, in seconds.

OuterVelocity

OuterVelocity: double

The speed at the outer edge, in metres a second.

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