<< CL_fo_apparentAcc Models CL_fo_centralPot >>

CelestLab >> Models > CL_fo_centralAcc

CL_fo_centralAcc

Acceleration due to gravity (central force)

Calling Sequence

[acc] = CL_fo_centralAcc(pos [, mu])

Description

Parameters

pos:

Position vector (from the central body) [m]. (3xN)

mu:

(optional) Gravitational constant [m^3/s^2]. Default value is %CL_mu. (1x1)

acc:

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

Authors

See also

Examples

pos = [6378.e3; 0; 0];
CL_fo_centralAcc(pos)

Report an issue
<< CL_fo_apparentAcc Models CL_fo_centralPot >>