<< CL_fo_centralAcc Models CL_fo_centrifugAcc >>

CelestLab >> Models > CL_fo_centralPot

CL_fo_centralPot

Potential due to gravity (central force)

Calling Sequence

pot = CL_fo_centralPot(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)

pot:

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

Authors

See also

Examples

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

Report an issue
<< CL_fo_centralAcc Models CL_fo_centrifugAcc >>