<< CL_fo_centralPot Models CL_fo_centrifugPot >>

CelestLab >> Models > CL_fo_centrifugAcc

CL_fo_centrifugAcc

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

Calling Sequence

acc = CL_fo_centrifugAcc(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)

acc:

Acceleration [m/s^2]. (3xN)

Authors

See also

Examples

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

Report an issue
<< CL_fo_centralPot Models CL_fo_centrifugPot >>