FFEccH:

Path: FormationFlying/EccDynamics

% Compute the H term for the homogeneous solution to LTV diff eqs
   of relative orbit motion.

--------------------------------------------------------------------------
   Form:
   H = FFEccH( nu, e, dH )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   nu              (1,:)	True anomaly [rad]
   e             	(1,1) Eccentricity
   dH              (1,:)	Integration constant found by setting H = 0 at nu0

   -------
   Outputs
   -------
   H               (1,:)	Value of H term at nu0
                
--------------------------------------------------------------------------
   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.
--------------------------------------------------------------------------
   Since version 7.
--------------------------------------------------------------------------

Back to the FormationFlying Module page