Skip to content

astro.Interface.RocheLimits

github-actions[bot] edited this page Aug 28, 2026 · 1 revision

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

Interface: RocheLimits

Defined in: src/astro/body-physics.ts:67

The two Roche limits for one pair of bodies, in metres from the primary's centre.

Remarks

Inside the Roche limit a satellite is pulled apart by the tide the primary raises on it. Which limit applies depends on what holds the satellite together: a rigid body resists with its own strength, a fluid one only with self-gravity, so the fluid limit is the larger and the truth for a real body sits between them.

Properties

fluid

readonly fluid: number

Defined in: src/astro/body-physics.ts:78

Fluid-body limit, in metres — 2.456 · R · (ρ_primary / ρ_satellite)^(1/3). The generous figure, for a satellite held together by gravity alone.


rigid

readonly rigid: number

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

Rigid-body limit, in metres — 1.26 · R · (ρ_primary / ρ_satellite)^(1/3). The conservative figure: a solid body can survive closer than this only on its own material strength.

API

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (6)
Type Aliases (8)
Variables (3)
Functions (10)
Subpath modules (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (17)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (85)
Subpath modules (8)

Clone this wiki locally