<< CL_fo_centrifugAcc Models CL_fo_dragAcc >>

CelestLab >> Models > CL_fo_centrifugPot

CL_fo_centrifugPot

Apparent potential due to the centrigural force (non-inertial frame)

Calling Sequence

[pot] = CL_fo_centrifugPot(pos, omega)

Description

Parameters

pos:

Position vector [m]. (3xN or 3x1)

omega:

Angular velocity vector of current frame with respect to reference frame [rad/s]. (3xN or 3x1)

pot:

Potential [m^2/s^2]. (1xN)

Authors

See also

Examples

pos = [6378.e3; 0; 0];
omega = [0; 0; 1] * 2.e-7; // ~ 1 deg / day
CL_fo_centrifugPot(pos, omega)

Report an issue
<< CL_fo_centrifugAcc Models CL_fo_dragAcc >>