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

EliteDangerousAlmanac / Astronomy / RocheLimits

Record: RocheLimits

Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyPhysics.cs:15

The two distances at which one body pulls another apart.

Constructors

new RocheLimits()

new RocheLimits(Rigid, Fluid)

Parameters

Rigid

double

The limit for a body held together by its own strength, in metres. A solid moon can hold together inside it.

Fluid

double

The limit for a body held together by gravity alone, in metres. Nothing survives inside it, which is why a ring sits there rather than a moon.

Properties

Fluid

Fluid: double

The limit for a body held together by gravity alone, in metres. Nothing survives inside it, which is why a ring sits there rather than a moon.

Rigid

Rigid: double

The limit for a body held together by its own strength, in metres. A solid moon can hold together inside it.

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