Astrogator Lambert Profile LEO to GEO

STK Premium (Space) or STK Enterprise
You can obtain the necessary licenses for this training by contacting AGI Support at support@agi.com or 1-800-924-7244.

This tutorial requires STK 12.4 or later and is not compatible with earlier versions of STK.

The pictures, graphs, and data snippets in this tutorial are examples only. Your results may vary depending on the settings and data you enable, such as online operations, dynamic Earth data, etc. It is acceptable to have different results.

Capabilities covered

This lesson covers the following STK Capabilities:

  • STK Pro
  • Astrogator

Problem statement

Engineers and operators need to understand the solution space for transfer arcs. Lambert's problem examines:

  1. The transfer arc between two position vectors
  2. The time of flight

This is useful for rendezvous operations, targeting, and preliminary orbit determination. Another common application is interplanetary missions (see the Mars Probe lesson). In this example, you will explore the transfer arc from low Earth orbit (LEO) to geostationary orbit (GEO). Because you can design an arc with different times of flight, energy, and Delta-V, there are many transfer solutions available to you.

Solution

Use STK Astrogator capability to explore the solution space of transfers from LEO to GEO. First, you will examine the feasibility and Delta-V of a set of Lambert Profile transfers for a fixed time of flight. Then you will use the Lambert Search Profile, which finds the most fuel efficient solution in a range of times of flight, to then iterate to a full force solution.

What you will learn

Upon completion of this tutorial, you will be able to:

  • Solve transfer arcs with the Lambert Profile
  • Explore the solution space with the Lambert solver
  • Solve transfer arcs with the Lambert Search Profile
  • Iterate to a full force solution

Video Guidance

Watch the following video. Then follow the steps below, which incorporate the systems and missions you work on (sample inputs provided).

Create a new scenario

Create a new scenario with a duration of four days.

  1. Launch STK ().
  2. Click Create a Scenario () in the Welcome to STK dialog window.
  3. Enter the following in the STK: New Scenario Wizard:
  4. Option Value
    Name Lambert_LEO_to_GEO
    Start 15 Nov 2021 17:00:00.000 UTCG
    Stop + 4 days
  5. When you finish, click OK.
  6. When the scenario loads, click Save (). STK creates a folder with the same name as your scenario.
  7. In the Save As dialog box, verify the scenario name and location, and click Save.

Save often!

Create a LEO satellite and a (close to) GEO satellite

Create satellites named LEO_Orbit and GEO_Orbit to represent the initial and final orbits for your transfer. If both the starting and ending orbits are circular, then there are several transfer trajectories with the same minimum fuel usage, so changing the grid search time step slightly in the Lambert Search Profile can lead to a different-looking trajectory with similar Delta-V. To better illustrate the Lambert search process, you will apply some eccentricity to create an almost-GEO orbit for the second satellite.

Create the LEO satellite

  1. Using the Insert STK Objects Tool, insert a Satellite () object using the Orbit Wizard () method.
  2. Set the Type to Orbit Designer in the Orbit Wizard dialog box.
  3. Make the following changes:
  4. Option Value
    Semimajor Axis: 7000 km
    Inclination: 28.5 deg
  5. Set all other values to zero.
  6. Rename the Satellite () object "LEO_Orbit".
  7. Click OK when done.

Create the GEO satellite

  1. Insert a Satellite () object using the Orbit Wizard () method.
  2. Set the Type to Orbit Designer in the Orbit Wizard dialog box.
  3. Make the following changes:
  4. Option Value
    Semimajor Axis: 42000 km
    Eccentricity: 0.05
  5. Set all other values to zero.
  6. Rename the Satellite () object "GEO_Orbit".
  7. Click OK when done.
  8. Look in the 3D Graphics window and adjust the view with your mouse until you see the two satellite orbits.

3D view of the LEO and GEO satellite orbits

Explore an initial Lambert Profile solution

In this section, you will utilize the Lambert Profile to find a two-day transfer trajectory from the LEO orbit of the first satellite to the GEO orbit of the second satellite.

Add a transfer satellite

You will use this satellite to model the transfer from LEO to GEO.

  1. Insert a Satellite () object using the Insert Default () method.
  2. Rename Satellite1 () to "TransferBasic".
  3. Open TransferBasic's () properties.
  4. Select the Basic - Orbit page.
  5. Set Propagator to Astrogator.
  6. The panel on the left is called the Mission Control Sequence (MCS). Select Propagate ().
  7. Click Delete Segment () in the MCS toolbar.
  8. Click Yes to confirm.

Set the initial state of TransferBasic

Use the Initial State segment to define the initial conditions of your MCS, which are contained in the initial state of TransferBasic.

  1. Select Initial State () in the MCS.
  2. Select the Elements tab.
  3. Use the settings of the LEO_Orbit satellite except for setting the true anomaly to 200 degrees. Set the following:
  4. Option Value
    Coordinate Type Keplerian
    Semi-major Axis 7000 km
    Inclination 28.5
    True Anomaly 200 deg
  5. Set all other values to zero.
  6. Click Applywhen done.

Create a target sequence

Use a Target Sequence as a structural element to define maneuvers and propagations in terms of the goals they are intended to achieve. In this part you will create the steps that the TransferBasic satellite will take to go from LEO to GEO. First, you need to create a target sequence that encompasses all the steps.

  1. Right-click Initial State ( ) in the MCS.
  2. Select Insert After....
  3. Select Target Sequence () in the Segment Selection dialog box.
  4. Click OK.
  5. Rename Target Sequence () to "Basic_Lambert" in the MCS.

Place the initial maneuver in the target sequence

A basic Lambert sequence has two maneuver segments and a propagate segment between them. You will start the target sequence with a maneuver.

  1.  Right-click Basic_Lambert () in the MCS.
  2. Select Insert After....
  3. Select Maneuver () In the Segment Selection dialog box.
  4. Click OK.
  5. Move (hold left-click and drag) the Maneuver () sequence so that it is directly beneath Basic_Lambert ().

Add a Propagate segment

After the first maneuver, the TransferBasic satellite is in an intermediate orbit. This next segment will have the satellite fly in that orbit for some time.

  1. Right-click Maneuver () in the MCS.
  2. Select Insert After....
  3. Select Propagate () in the Segment Selection dialog box.
  4. Click OK.

Add another maneuver

You will need a second maneuver to move the TransferBasic satellite into a GEO orbit.

  1. Right-click Propagate () in the MCS.
  2. Select Insert After....
  3. Select Maneuver () in the Segment Selection dialog box.
  4. Click OK.
  5.  Make sure the segments appear as in the following figure.

    The Basic Lambert target sequence

Set the propagator

For the basic Lambert Profile, you want to use a simple force model, so set the Propagate segment to model Earth as a point mass.

  1. Select Propagate () in the MCS.
  2. Click the Propagtor ellipsis() on the right.
  3. Select Earth Point Mass.
  4. Click OK.

Build a Lambert profile

You have all the required steps in your target sequence to get from LEO to GEO. Now you will change the properties of the target sequence to use a Lambert Profile as your method for computing the sequences.

  1. Select Basic_Lambert () in the MCS.
  2. Remove the Differential Corrector by clicking Delete Profile () in the Profiles panel on the right.
  3. Click Yes to confirm delete.
  4. Click New... () in the Profiles panel.
  5. Select Lambert Profile (not Lambert Search Profile) in the New... dialog box.
  6. Click OK.
  7. Select properties () for the Lambert Profile.
  8. Set the following:
  9. Parameter Setting
    Time of Flight 2 day
    Target Coordinate Type Keplerian
    Semimajor Axis 42000 km
    Eccentricity 0.05
    True Anomaly

    6.869 deg

    See the section "Determining the true anomaly" later in the tutorial for how to compute this value.

    Calculate Second Maneuver at Destination Select this check box.
    Write Initial Delta-V to Maneuver Select this check box.
    Write Duration to Propagate Select this check box.
    Write Final Delta-V to Maneuver Select this check box.
  10. Click OK when done.

Compute the transfer

You now have the segments in place, and the target sequence is set to use the basic Lambert method. Now run the entire mission control sequence to compute the maneuvers.

  1. Set Action to "Run active profiles."
  2. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  3. Examine the 3D Graphics window. The Lambert arc goes to the GEO orbit. This is possible because you changed the propagator to Earth Point Mass. If you left the propagator as Earth HPOP Default V10, the transfer arc would end close to the GEO Orbit, but it would not intersect the final orbit exactly. Also, because of the long two-day fixed time of flight, the transfer geometry is quite skewed.

Transfer arc for the initial basic Lambert run

Determining the true anomaly (optional)

You can determine the true anomaly by generating a report of the Keplerian orbital elements for the GEO_Orbit satellite and looking at the True Anomaly value for the specified time of flight (two days or 172800.000 EpSec).

Create a true anomaly report

  1. Open the Report & Graph Manager () from the Analysis menu.
  2. On the left, make sure the Object Type is Satellite.
  3. Select GEO_Orbit ().
  4. Select the My Styles folder in the Styles panel on the right.
  5. Click Create new report style () in the Styles toolbar.
  6. Name this report "True_Anomaly" and remain in the rename mode.
  7. Press Enter.

Add parameters to the report

  1. When True_Anomaly's properties open, select the Content page.
  2. Expand () the Astrogator Values group in the Data Providers panel.
  3. Expand () the Keplerian Elems data provider.
  4.  Select and move () the following elements to the Report Contents panel:
    • Time
    • True Anomaly
  5. Select Time in the Report Contents panel.
  6. Click Units... at the bottom.
  7. Clear the Use Defaults check box.
  8. Select Epoch Seconds (EpSec) in the New Unit Value panel.
  9. Click OK to close the Units dialog box.
  10. Click OK to apply the changes and close the True_Anomaly Report Style properties.

Generate the True_Anomaly report

  1. Select True_Anomaly in the My Styles folder.
  2. Click Generate... (lower right).
  3. The report results will appear in a window.
  4. Scroll down until you find the 172800.000 EpSec time stamp and the associated True Anomaly value in the True_Anomaly report.
  5. When finished, close the report and the Report & Graph Manager.

Use this same work flow for transfer arcs with different times of flight.

An alternative Lambert Profile solution (optional)

You can target the Cartesian position and velocity of the GEO_Orbit satellite rather than the GEO_Orbit satellite’s orbital elements. It will give you the same solution as targeting the orbital elements. The following steps show you how to quickly duplicate the Lambert Profile, change the coordinate system, and obtain the resultant transfer arc.

Create a new Lambert Profile

  1. Return to TransferBasic's () properties.
  2. Select Basic_Lambert () in the MCS.
  3. Right-click the Lambert Profile in the Profiles panel on the right.
  4. Select Copy Component.
  5. Click Paste (). This will create Lambert Profile1 with the same properties.

Change to radial, in-track, cross-track (RIC) coordinates

  1. Select Lambert Profile1.
  2. Click Properties ().
  3. Click the Coordinate System ellipsis () in the Lambert Profile1 dialog box.
  4. When the Select Reference dialog window opens, select GEO_Orbit () in the objects list on the left.
  5. Select RIC in the Systems for: GEO_Orbit list on the right.
  6. Click OK.

Check Lambert Profile1 properties

  1. Leave the target position and velocity values at zero (0). This will make the Lambert profile match the position and velocity of the GEO_Orbit satellite, so TransferBasic ends up in the same orbit.
  2. Ensure that the following check boxes remain selected:
    • Calculate Second Maneuver at Destination
    • Write Initial Delta-V to Maneuver
    • Write Duration to Propagate
    • Write Final Delta-V to Maneuver
  3. If the correct segment names for First Maneuver (Maneuver), Propagate (Propagate), and Second Maneuver (Maneuver1) are not already populated, select the correct segments for each of those three options.
  4. Click OK when done.

Compute the transfer

First set the original Lambert Profile to Not Active. Then Run the MCS for LambertProfile1.

  1. Select Lambert Profile in the Profiles panel.
  2. Select the Mode cell and open the pull down menu.
  3. Select Not Active.
  4. Click Run Entire Mission Control Sequence () the MCS toolbar.

You should get the same solution as when targeting the orbital elements of GEO_Orbit using the initial Lambert Profile, which you can view in the 3D Graphics window.

Examine the initial solution

Generate a maneuver summary report to look at the Delta-V used for the transfer.

  1. Right-click TransferBasic () in the Object Browser.
  2. Select the Report & Graph Manager ().
  3. Select Maneuver Summary in the Installed Styles folder on the right.
  4. Click Generate....
  5. The total Delta-V for this transfer should be approximately 9240 m/sec.
  6. Leave the report open; you'll reexamine it in the following sections.

Other basic Lambert solutions

Even with constraints on the start and end positions and time of flight, you still have Lambert arcs to choose from. Specifically, if you look at transfer arcs that have one or more revolutions, there will be four possible solutions. There are a total of six solutions: two zero-revolution solutions and four solutions with one revolution. You already explored the zero-revolution, "direction of motion is short" solution. Now examine the others.

  • Zero revolutions, direction of motion is long
  • One revolution, direction of motion is long, orbital energy is low
  • One revolution, direction of motion is long, orbital energy is high
  • One revolution, direction of motion is short, orbital energy is high
  • One revolution, direction of motion is short, orbital energy is low

In the context of Lambert’s problem, “direction of motion” refers to whether the transfer angle is greater than 180 degrees (long) or less than 180 degrees (short) relative to the true anomaly. Orbital energy corresponds to the semimajor axis of the transfer. A large semimajor axis corresponds to high energy. Step through the following sections to explore each of these transfer arcs.

Zero revolutions, direction of motion is long

This is a change in the direction of motion compared to your first run, which was short. This time you'll take the long way around.

  1. Return to TransferBasic's () properties ().
  2. Select Basic_Lambert () in the MCS.
  3. Open the Lambert Profile properties () on the right.
  4. Change Direction of Motion to Long.
  5. Click OK.
  6. Set the Lambert Profile Mode to Active.
  7. Set the Lambert Profile1 Mode to Not Active.
  8. Click Run Entire Mission Control Sequence () in the MCS toolbar. In the 3D Graphics window, you see a different trajectory.
  9. Transfer arc for the zero-revolution, long case


  10. Click Refresh () and examine the total Delta-V in the Maneuver Summary report.

The long solution has increased the total Delta-V to approximately 23500 m/sec, significantly more than the initial run.

One revolution: direction of motion is long and orbital energy is low

This is the first of the nonzero-revolution solutions to explore.

  1. Return to TransferBasic's () properties ().
  2. Select Basic_Lambert () in the MCS.
  3. Open the Lambert Profile properties () in the Profiles panel.
  4. Change the Number of Revolutions to one (1).
  5. Make sure the Orbital Energy is set to Low.
  6. Leave the Direction of Motion as Long.
  7. Click OK.
  8. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  9. Examine the 3D Graphics window.

    Transfer arc for the one-revolution, long, low case


  10. Refresh () the Maneuver Summary report and examine the total Delta-V.

The long solution has a total Delta-V of approximately 23085 m/sec, about the same as the earlier long, zero-revolution solution.

One revolution: direction of motion is long and orbital energy is high

For this case, the number of revolutions stays at one, which enables you to change the orbital energy to high.

  1. Select Basic_Lambert () in the MCS.
  2. Open the Lambert Profile properties () in the Profiles panel.
  3. Leave the Number of Revolutions as one (1).
  4. Change the Orbital Energy to High.
  5. Leave the Direction of Motion as Long.
  6. Click OK.
  7. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  8. Click OK for the Impact Warning.
  9. Examine the 3D Graphics window.

    Transfer arc for the one-revolution, long, high case


  10. Refresh () the Maneuver Summary report and examine the total Delta-V.

This solution has a total Delta-V of approximately 23095 m/sec. Unfortunately, it also causes the satellite to impact the Earth, which is obviously not acceptable.

One revolution: direction of motion is short and orbital energy is high

This time around, set the direction of motion to short and the orbital energy to high, and then examine the results.

  1. Select Basic_Lambert () in the MCS.
  2. Open the Lambert Profile properties () in the Profiles panel.
  3. Leave the Number of Revolutions as one (1).
  4. Leave the Orbital Energy as High.
  5. Change the Direction of Motion to Short.
  6. Click OK.
  7. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  8. Examine the 3D Graphics window.

    Transfer arc for the one-revolution, short, high case


  9. Refresh () the Maneuver Summary report and examine the total Delta-V.

This solution has decreased the total Delta-V to approximately 7910 m/sec. While still impractical, this transfer has a lower Delta-V than your first solution!

One revolution: direction of motion is short and orbital energy is low

The final basic Lambert transfer arc involves setting the direction of motion to short and the orbital energy to low.

  1. Select Basic_Lambert () in the MCS.
  2. Open the Lambert Profile properties () in the Profiles panel.
  3. Leave the Number of Revolutions as one (1).
  4. Change the Orbital Energy to Low.
  5. Leave the Direction of Motion as Short.
  6. Click OK.
  7. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  8. Click OK for the Impact Warning.
  9. Examine the 3D Graphics window.

    Transfer arc for the one-revolution, short, low case


  10. Refresh () the Maneuver Summary report and examine the total Delta-V.

This solution has increased the total Delta-V to approximately 8376 m/sec and it causes the satellite to impact the Earth. This is the final basic Lambert profile case, so close some items in preparation for the next part.

  1. Close the Maneuver Summary report and the Report & Graph Manager.
  2. Click OK to close TransferBasic's () properties ().

Basic Lambert transfer summary

The combination of long direction of motion and high orbital energy and the combination of short direction of motion and low orbital energy both result in the transfer impacting the Earth, so they are unacceptable for these start, end, and time of flight conditions. Given the fixed time of flight of two days, the associated maneuver costs are substantially higher than typically employed. You would only consider these solutions if you had to meet specific geometry or timing requirements. Fortunately, there is a way to find better solutions.

Set up the initial Lambert Search profile

The basic Lambert profile provided you with single solutions for given conditions. Now you will try the Lambert Search profile, which searches over many different solutions based on the conditions you set. For this profile, you will add a propagate sequence before the first maneuver. You will use this profile to find the minimum Delta-V for the mission of going from LEO to GEO.

Create a new transfer satellite

  1. Select TransferBasic () in the Object Browser.
  2. Click Copy () in the Object Browser toolbar.
  3. Click Paste().
  4. Rename TransferBasic1 () to "TransferSearch."

Create a Lambert Search target sequence

  1. Open TransferSearch's () properties ().
  2. Select the Basic - Orbit page.
  3. Rename Basic Lambert () to "Search Lambert" in the MCS.
  4. Click the expand () next to Search Lambert.

Set the segments in Search Lambert

  1. Drag the Propagate () segment to place it before Maneuver ().
  2. Right-click Maneuver ().
  3. Select Insert After....
  4. Select Propagate () in the Segment Selection dialog box.
  5. Click OK.
  6. Ensure the segment order is as shown here.
  7. TARGET SEQUENCE FOR A LAMBERT SEARCH

Change the propagator

For the initial phase of the analysis, use a simple force model for the Propagate segments.

  1. Select Propagate () in the MCS.
  2. Check that Propagator (on the right) is set to Earth Point Mass.
  3. Select Propagate1 () in the MCS.
  4. Click the Propagator ellipsis ().
  5. Select Earth Point Mass.
  6. Click OK.

Create an initial Lambert Search profile

  1. Select Search Lambert () in the MCS.
  2. Click New... () in the Profiles panel on the right.
  3. Select Lambert Search Profile in the New... dialog box.
  4. Click OK.

Change the properties of the Lambert Search profile

Rather than looking for a transfer trajectory that has the satellite arrive in exactly two days, you will now look at trajectories that span at most one day and can depart from the initial LEO orbit after at most one day.

  1. Open the properties () for the Lambert Search profile in the Profiles panel.
  2. Set the following:

    ParameterAction
    Latest Departure Time from Start of Target SequenceSet this to (1) day.
    Latest Arrival Time from the Start of Target SequenceSet this to one (1) day.
    Grid Search Time Steps

    Set this to 200 seconds.

    Decreasing this value leads to a finer granularity solution search, which results in a solution closer to the true minimum. However computation time increases as a result.

    Calculate Second Maneuver at DestinationSelect the check box.
    Write Departure Delay to First PropagateSelect the check box and ensure that the segment below it is Propagate.
    Write Initial Inertial Delta-V to ManeuverSelect the check box and ensure that the segment below it is Maneuver.
    Write Flight Duration to Second PropagateSelect the check box and ensure that the segment below it is Propagate1.
    Write Final Inertial Delta-V to ManeuverSelect the check box and ensure that the segment below it is Maneuver1.

  3. Click the Coordinate System ellipsis ().
  4. When the Select Reference dialog box opens, select GEO_Orbit () in the object list on the left. This will cause the transfer to match the position of the GEO_Orbit satellite regardless of what the time of flight is.
  5. Select RIC in the Systems for: GEO_Orbit list on the right.
  6. Click OK to close the Select Reference dialog box.
  7. Click OK to close the Lambert Search Profile properties.

Calculate the Lambert Search transfer

  1. Set the Mode for the (basic) Lambert Profile to Not Active.
  2. Make sure that the Mode for the Lambert Search Profile is set to Active.
  3. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  4. Clear the check box next to TransferBasic () in the Object Browser so that this arc does not appear in the graphics.
  5. Examine the 3D Graphics window.

Initial Lambert Search profile transfer arc

 

The Lambert Search arc doesn't depart the starting orbit at the same place nor end at the same place as the prior arcs did. However, it does start and end on the same orbits as in the previous solutions. The difference in the starting orbit departure is due to the departure delay, and the difference in the ending position is because the GEO_Orbit satellite’s location in its orbit is consistent with the transfer time of flight.

Examine the results

  1. Right-click TransferSearch () in the Object Browser.
  2. Select Report & Graph Manager ().
  3. Select the Maneuver Summary report in the My Favorites folder in the Styles panel.
  4. Click Generate....
  5. Examine the total Delta-V in the report.
  6. Keep the report open for later use.

This solution has decreased the total Delta-V to approximately 4100 m/sec. It is a good solution, but you should examine some additional parameter variations.

Refine the Lambert Search solutions

Examine the transfer angle next. It should be 180 degrees, or very close to 180 degrees, consistent with the known optimal two-impulse transfer solution, i.e., Hohmann. To get the transfer angle, subtract the mean anomaly at the arrival from the mean anomaly at departure, but recall that there is a propagation before the first maneuver. You need to find the time at the start of the first maneuver.

  1. Return to the Maneuver Summary report.
  2. Copy the Start Time of the first maneuver. It is an impulsive maneuver, so the start and stop times are the same.

Create a mean anomaly report

  1. Return to the Report & Graph Manager.
  2. Select the My Styles folder in the Styles panel.
  3. Click Create new report style () in the Styles toolbar.
  4. Name this report "Mean_Anomaly" and press Enter.
  5. On the left of the Report Style dialog box, expand () Astrogator Values.
  6. Expand () the Keplerian Elems data provider.
  7. Select and move () the following elements to the Report Contents panel:
    • Time
    • MeanAnomaly
  8. Click OK to apply the changes and close the properties browser.
  9. Select the Mean_Anomaly report in the My Styles folder.
  10. Click Generate... .

Find the mean anomaly value at Maneuver start

By looking through the Mean_Anomaly report you generated in the previous section, you can determine the mean anomaly at the start of the first maneuver.

  1. In the Interval section at the top of the page, click the selection arrow.
  2. Select Replace with Times.
  3. Paste the maneuver start time, copied from the Maneuver Summary report, into the Start Time field.
  4. Refresh () the report.
  5. Compare the mean anomaly at the start of the report with the final data entry of the report. The difference should be ~180 degrees, which is consistent with the known optimal two-impulse transfer solution.

Recall that the propagator used for this solution was the Earth Point Mass propagator. You can explore this solution further with higher-fidelity methods.

Switch to the full force solution for the Lambert Search

This is the first step in building a high-fidelity final solution. Modify the propagators to the full force model and run the MCS.

  1. Return to TransferSearch's () properties ().
  2. Select Propagate () in the MCS.
  3. Click the Propagator ellipsis ().
  4. Select Earth HPOP Default v10.
  5. Click OK.
  6. Repeat steps 2-5 for Propagate1 ().
  7. Click Run Entire Mission Control Sequence () the MCS toolbar.
  8. Select Search Lambert () in the MCS.
  9. Click Apply Changes under Profiles and Corrections. This creates LambertDuration stopping conditions in the propagate segments based on the results of the Lambert Search Profile and populates the Delta-V values of the maneuvers.

In the 3D Graphics window, you can see that the transfer orbit doesn't end in the proper orbit any more.

lambert search full force transfer arc

 

Setting up differential correction for the Lambert Search

By applying differential correction to the initial Lambert Search solution, you can gain more refined possibilities and hopefully save some fuel. Before diving into the differential corrector, you need to choose the control parameters and equality constraints to use with it. Follow the steps in the next five subsections to select parameters that become optional variables for the differential corrector.

Control parameters for the Propagate segment

  1. Select Propagate () in the MCS.
  2. Select LambertDuration in the Stopping Conditions panel on the right.
  3. Enable the Trip parameter as the independent variable by clicking the target icon () next to the Trip value box. You should see a white check mark appear over the icon.

Control parameters for the Maneuver segment

  1. Select Maneuver () in the MCS.
  2. On the right, select the button next to Cartesian.
  3. Enable the X, Y, and Z Cartesian components as the independent variables by clicking the target icon () next to each. You should see a white check mark appear over each icon.

Control parameters for the Propagate1 segment

  1. Select Propagate1 () in the MCS.
  2. Select the LambertDuration in the Stopping Conditions panel.
  3. Enable the Trip parameter as the independent variable by clicking the target icon () next to the Trip value box. You should see a white check mark appear over the icon.

Control parameters for the Maneuver1 segment

  1. Select Maneuver1 () in the MCS.
  2. On the right, select the button next to Cartesian.
  3. Enable the X, Y, and Z Cartesian components as the independent variables by clicking the target icon () next to each. You should see a white check mark appear over each icon.

Equality Constraints

The equality constraint references a vehicle in the scenario, in this case the GEO_Orbit satellite. To set it:

  1. Go to the Basic - Reference property page of the TransferSearch satellite ().
  2. Select GEO_Orbit in the Reference Vehicle panel.
  3. Click Select. The GEO_Orbit satellite name should become bold.
  4. Return to the Basic - Orbit properties page of the TransferSearch satellite ().
  5. Select Maneuver1 () in the MCS.
  6. Click Results...at the bottom of the MCS.
  7. When the User-Selected Results - Maneuver1 dialog box opens, expand () the Relative Motion in the Available Components panel.
  8. Select and move () the following components:
    • CrossTrack
    • CrossTrackRate
    • InTrack
    • InTrackRate
    • Radial
    • Radial Rate
  9. Click OK to close the User-Selected Results - Maneuver1 dialog box.
  10. Click Apply  to accept your changes and keep the Properties window open.

Applying differential correction to Lambert Search

Now that you have chosen the variables for the differential corrector, you can begin solving for a higher-fidelity solution. Getting everything to converge in one differential corrector execution can be tricky, so split it up into three profiles. You will run these profiles individually, building on each other. The first profile (Best Timing) modifies the time of flight to get somewhat close to the final orbit. The second profile (Maneuver) modifies the first maneuver in order to match the correct position at the end of the transfer. The third profile (Maneuver1) modifies the second maneuver to match the correct velocity at the end of the transfer.

Set up the best timing dfferential corrector

  1. Select Search_Lambert () in the MCS.
  2. Click New... () in the Profiles toolbar on the right.
  3. Select Differential Corrector in the New... dialog box.
  4. Click OK to close the New... dialog box.
  5. Rename Differential Corrector to "Best Timing" in the Profiles panel.
  6. Click Properties ().
  7. Select "Use" for StoppingConditions.LambertDuration.TripValue for both the Propagate and Propagate1 objects in the Control Parameters panel.
  8. Select "Use" for the InTrack and Radial components in the Equality Constraints (Results) panel and set the Desired Values to zero (0).
  9. Click OK to close the Best Timing dialog box.
  10. Click Apply to accept your changes and keep the Properties window open.

Compute the best timing

  1. Confirm that the Best Timing differential corrector's mode is set to Iterate.
  2. Set the mode for the Lambert Search Profile to Not Active.
  3. Ensure that Action is set to Run Active Profiles.
  4. Click Run Entire Mission Control Sequence () the MCS toolbar.
  5. Click Apply Changes under Profiles and Corrections. This sets the transfer time.
  6. Examine the results in the 3D Graphics window.The transfer arc still does not end in the GEO orbit.

Lambert search transfer arc with best timing applied

Set the initial maneuver differential corrector

This adjusts Maneuver to bring the satellite to the correct final position at the end of the transfer.

  1. Select Best Timing in the Profiles panel of the Search Lambert () properties.
  2. Click Copy () and then Paste ().
  3. Rename Best Timing1 to "Maneuver."
  4. With the Maneuver profile selected, click Properties ().
  5. In the Variable tab, under Control Parameters, confirm that the Use check boxes for StoppingConditions.LambertDuration.TripValue for both the Propagate and Propagate1 objects are still selected.
  6. Select the Use check box for the following Maneuver (not Maneuver1) control parameters.
    • ImpulsiveMnvr.Pointing.Cartesian.X
    • ImpulsiveMnvr.Pointing.Cartesian.Y
    • ImpulsiveMnvr.Pointing.Cartesian.Z
  7. Select the Use check boxes for following components in the Equality Constraints (Results) panel and set the Desired Values to zero (0).
    • CrossTrack
    • Intrack
    • Radial
  8. Set the tolerance to 0.001 km for the CrossTrack, InTrack, and Radial equality constraints.
  9. Click OK.

Compute the adjustment for Maneuver

  1. Confirm that the Maneuver differential corrector's mode is set to Iterate.
  2. Set all other profiles to Not Active.
  3. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  4. Click Apply Changes under Profiles and Corrections. This sets the proper final position.

Set the Maneuver1 differential corrector

Now that the satellite is at the correct ending position, this second maneuver gives the satellite the correct velocity at the end of the transfer.

  1. Return to Search Lambert () in the MCS.
  2. Right-click the Maneuver profile in the Profiles panel and select Duplicate.
  3. Select the new Maneuver1 profile and click Properties ().
  4. Clear all the Use check boxes in the Control Parameters panel.
  5. Select the Use check box for the following Maneuver1 (not Maneuver) control parameters.
    • ImpulsiveMnvr.Pointing.Cartesian.X
    • ImpulsiveMnvr.Pointing.Cartesian.Y
    • ImpulsiveMnvr.Pointing.Cartesian.Z
  6. Clear all the Use check boxes in the Equality Constraints (Results) panel.
  7. Select Use check boxes for the following equality constraints:
    • CrossTrackRate
    • IntrackRate
    • RadialRate
  8. For each of the selected equality constraints, set the tolerance to 1e-06 km/sec.
  9. Click OK.

Compute the adjustment for Maneuver1

  1. Confirm that the Maneuver1 differential corrector's mode is set to Iterate.
  2. Confirm that all other profiles are set to Not Active.
  3. Click Run Entire Mission Control Sequence () in the MCS toolbar.
  4. Click Apply Changes under Profiles and Corrections.
  5. Examine the 3D Graphics window and see that the transfer is now correct in the full force model.
  6. Refresh () the Maneuver Summary report and examine the total Delta-V.

This final solution has a total Delta-V of approximately 4100 m/sec.

Final Lambert search transfer arc

 

Comparing the Lambert Search solution to a Hohmann transfer

You can compare the final high-fidelity Lambert Search solution value with a Hohmann transfer. The Lambert Search transfer is a bit more complicated, modeling a transfer between an inclined LEO and GEO. The GEO in this tutorial is not perfectly circular, but for the moment assume for simplicity that the eccentricity of the GEO satellite is zero.

It will take a few steps to arrive at a final comparison fomula and value for the Hohmann transfer. The equations are from Wikipedia descriptions for Hohmann transfer and orbit inclination change .

For the Hohmann transfer, the total Delta-V is the sum of the Delta-Vs for the first and second maneuvers:

 

Delta-V for the first maneuver is:

where:

  • μ=GM is the standard gravitational parameter of the primary body, assuming M+m is not significantly bigger than M; for earth, this is μ ~ 3.986E14 m3 s−2.
  • r1 is the initial orbital radius (7000000 m).
  • r2 is the final orbit radius after the transfer (42000000 m).

 

Delta-V for the second maneuver is:

where Δi is the change in inclination.

 

V1 is the velocity of the transfer orbit at the end of the transfer (from the Vis-Viva Equation):

where: 

  • r is the distance of the orbiting body from the primary focus. For r, use the target orbital radius (42000000 m).
  • a is the semimajor axis of the body's orbit. For a, use the average of the target and source orbital radii (1/2 * (7000000 m + 42000000 m)).

 

V2 is defined as: 

where r2 is the final orbit after the transfer.

 

Merging all those pieces, we find the equation for total Delta-V to be:

For the transfer between the inclined LEO and GEO in this tutorial, we find the Hohmann Transfer Delta-V to be 4146.72236 m/sec. You could also model this Hohmann transfer in STK. This result is slightly higher than our Lambert Search high-fidelity solution, which was 4100 m/sec. The Hohmann transfer is the optimal solution for circular orbits with no inclination change. Because the trajectories weren't simple orbit-raising maneuvers, the Lambert Search profile arrived at a more efficient Delta-V transfer solution.

Conclusion

Exploring the solution space of transfers from LEO to GEO enables Engineers and Operators to optimize their mission. Using the Lambert Profile, you were able to examine the impact on Delta-V of long and short solutions with high and low energies. With the Lambert Search Profile, you were able to solve for first guesses for departure time, time of flight, and maneuver thrust vectors. This led to a fuel-efficient trajectory for the mission.

Save your work

  1. When finished, close any reports, graphs, and tools that are still open.
  2. Save () your work.

On your own

There are many settings that you did not use in this scenario, such as the Lambert Profile solution options (Minimum Eccentricity, Minimum Energy) and other Lambert Search Profile and differential correction solutions. Explore additional Lambert Profile and Lambert Search Profile options on your own.