<< CL_fo_albedoAcc Models CL_fo_centralAcc >>

CelestLab >> Models > CL_fo_apparentAcc

CL_fo_apparentAcc

Apparent acceleration (non-inertial frame)

Calling Sequence

[acc] = CL_fo_apparentAcc(pos, vel, omega, omegadot)

Description

Parameters

pos:

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

vel:

Velocity vector relative to frame R [m/s]. (3xN or 3x1)

omega:

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

omegadot:

(optional) Time derivative (in frame R or R0) of omega [rad/s^2]. Default is [0;0;0] (3xN or 3x1)

acc:

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

Authors

Examples

pos = [7.e6; 0; 0];
vel = [0; 7.e3; 0];
omega = [0; 0; 1] * 5.e-12; // 1 deg / century
CL_fo_apparentAcc(pos, vel, omega)

Report an issue
<< CL_fo_albedoAcc Models CL_fo_centralAcc >>