Path: FormationFlying/Coord
% Add one set of geometric goals to the other.
Given the geometry of A and the geometry of B with respect to A,
compute the geometry of B.
--------------------------------------------------------------------------
Form:
gB = AddGoals( e, nu, gA, gBA, n );
--------------------------------------------------------------------------
------
Inputs
------
e (1) Eccentricity
nu (1) True anomaly [rad]
gA (.) Geometric goals of A
gBA (.) Geometric goals of B with respect to A
n (1) Mean orbit rate
-------
Outputs
-------
gB (.) Geometric goals of B
gB = gA + gBA
--------------------------------------------------------------------------
FormationFlying: Coord/CirclePhase FormationFlying: Coord/EllipsePhase FormationFlying: Coord/IsCircGeom FormationFlying: Coord/IsEccGeom FormationFlying: DataStructures/EccGeometry_Structure FormationFlying: DataStructures/Geometry_Structure FormationFlying: EccDynamics/FFEccDH FormationFlying: EccDynamics/FFEccGoals FormationFlying: EccDynamics/FFEccProp FormationFlying: EccDynamics/FFEccRMat FormationFlying: EccDynamics/FFEccXExt FormationFlying: EccDynamics/FFEccYExt FormationFlying: EccDynamics/FFEccZExt EccDynamics: Derivatives/FFEccDDX EccDynamics: Derivatives/FFEccDDY EccDynamics: Derivatives/FFEccDDZ EccDynamics: Derivatives/FFEccDX EccDynamics: Derivatives/FFEccDY EccDynamics: Derivatives/FFEccDZ FormationFlying: Transformation/FFEccGoals2Hills FormationFlying: Transformation/FFEccHills2Goals FormationFlying: Transformation/Goals2Hills FormationFlying: Transformation/Hills2Goals FormationFlying: Utility/Nu2TimeDomain FormationFlying: Utility/NuDot FormationFlying: Utility/Time2NuDomain FormationFlying: Visual/FFEccAnalyzeShape SC: BasicOrbit/OrbRate Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/StringMatch Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: Linear/Mag Math: Solvers/NewtRaph Math: Trigonometry/WrapPhase
Back to the FormationFlying Module page