<< CL_man_applyDv DEPRECATED CL_man_biElliptic >>

CelestLab >> DEPRECATED > CL_man_apsidesLine

CL_man_apsidesLine

Delta V required to change the line of apsides - DEPRECATED

Calling Sequence

[dv,anv] = CL_man_apsidesLine(ai,ei,pomi,pomf [,posman,mu])

Description

Parameters

ai :

Initial semi major axis [m] (1xN or 1x1)

ei:

Initial eccentricity (1xN or 1x1)

pomi:

Initial argument of periapsis [rad] (1xN or 1x1)

pomf:

Final argument of periapsis [rad] (1xN or 1x1)

posman:

(optional) Flag specifying the maneuver location: 0 or "nper" -> near periapsis, 1 or "napo" -> near apoapsis. Default is close to the periapsis. (1xN or 1x1)

mu :

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

dv :

Delta-V in spherical coordinates in the "qsw" local orbital frame [lambda;phi;|dv|] [rad,rad,m/s] (3xN)

anv:

True anomaly at the position of the maneuver [rad] (1xN)

Authors

See also

Examples

ai = 7200.e3;
ei = 0.1;
pomi = 1;
pomf = 1.1;
[dv,anv] = CL_man_apsidesLine(ai,ei,pomi,pomf,posman=1)
// Check results :
anm = CL_kp_v2M(ei,anv);
kep = [ai; ei; %pi/2; pomi; 0; anm];
kep1 = CL_man_applyDv(kep,dv)

Report an issue
<< CL_man_applyDv DEPRECATED CL_man_biElliptic >>