<< Interplanetary Interplanetary CL_3b_halo >>

CelestLab >> Interplanetary > CL_3b_environment

CL_3b_environment

Structure creation for the 3-body problem functions

Calling Sequence

env = CL_3b_environment(bodies, Lpoint [, mrat, dist, omega])

Description

Parameters

bodies:

(string) Body system: "S-EM", "E-M", "S-J" or "-"

Lpoint:

(string) Type of libration point: "L1", "L2" or "L3"

mrat:

(optional) Mass ratio = mass of smaller body divided by mass of bigger one if bodies == "-". (1x1)

dist:

(optional) Distance between the 2 main bodies [m] if bodies == "-". (1x1)

omega:

(optional) Angular velocity of the line between the 2 main bodies in inertial frame [rad/s] if bodies == "-". (1x1)

env:

Resulting structure.

Authors

Examples

env = CL_3b_environment("S-EM","L1")

Report an issue
<< Interplanetary Interplanetary CL_3b_halo >>