Inclination + semi-major axis maneuver (uncontrolled eccentricity)
[deltav, dv, anv] = CL_man_dvIncSma(ai, ei, inci, pomi, af, incf [[, posman, icheck, mu, res="d"]]) man = CL_man_dvIncSma(ai, ei, inci, pomi, af, incf [[, posman, icheck, mu, res="s"]])
Computes the velocity increment needed to change the inclination and the semi major axis.
The maneuver can be performed at the ascending or descending node only.
The output argument dv is the velocity increment vector in the "qsw" local orbital frame.
anv is the true anomaly at the maneuver position.
The optional flag posman can be used to define the position of the maneuver (maneuver at ascending node, descending node).
The optional flag icheck is used to enforce no checking on the final inclination value. If the targetted inclination is less than 0 or more than pi, the ascending node will rotate 180 degrees. If icheck is true, the right ascension of the ascending node is not changed by the maneuver.
If the argument res is present and is equal to "s", all the output data are returned in a structure.
Contrarily to the results of CL_man_dvIncSmaCirc, the eccentricity of the final orbit usually differs from the one of the final orbit.
Semi major-axis. [m] (1xN or 1x1)
Eccentricity. [-] (1xN or 1x1)
Initial inclination. [rad] (1xN or 1x1)
Argument of periapsis. [rad] (1xN or 1x1)
Final semi major-axis. [m] (1xN or 1x1)
Final inclination. [rad] (1xN or 1x1)
(optional) Flag specifying the position of the maneuver: 1 or "an" -> ascending node, -1 or "dn" -> descending node. Default is "an". (1xN or 1x1)
(optional, boolean) Flag specifying if incf must be checked in the standard range for inclination values ([0, pi]). Default is %t. (1x1)
(optional) Gravitational constant. Default is %CL_mu [m^3/s^2] (1x1)
(string, optional) Type of output: "d" or "s" for . Default is "d". (1x1)
Norm of velocity increment. [m/s] (1xN)
Velocity increment (in cartesian coordinates) in the "qsw" local frame [m/s] (3xN)
True anomaly at maneuver position [rad] (1xN)
Structure containing all the output data.
CNES - DCT/SB