FFEccDDY:
--------------------------------------------------------------------------
Compute the second derivative of y with respect to true anomaly.
This is used by the FFEccYExt function.
Since version 7.
--------------------------------------------------------------------------
Form:
ddy = FFEccDDY( nu, e, D, dH );
--------------------------------------------------------------------------
------
Inputs
------
nu (1,n) True anomaly [rad]
e (1) Eccentricity
D (6,1) Integration constants computed from i.c.'s
dH (1) Integration constant computed from H(nu0)=0
-------
Outputs
-------
ddy (1) Second derivative of y with respect to true anomaly
--------------------------------------------------------------------------
References: Inalhan, Tillerson, How, "Relative Dynamics and Control of
Spacecraft Formations in Eccentric Orbits", Journal of Guidance,
Control & Dynamics, Vol.25, No.1, Jan-Feb 2002.
--------------------------------------------------------------------------
Copyright 2004 Princeton Satellite Systems, Inc.
All rights reserved.
--------------------------------------------------------------------------
Children:
FormationFlying: EccDynamics/FFEccRMat