WaBis

walter.bislins.ch

Search and Rescue Mission Contest

Sunday, May 20, 2018 - 21:12 | Author: wabis | Topics: Aviatic, Calculator, Knowlegde
This App is my Contribution to the Search and Rescue Contest of Wolfie6020. The App computes a Search Pattern from given Locations of an Airport Base and a Most Probable Position (MPP) of a search target, given some Airplane and Mission Parameters.

Note: This App may not be used for real Search and Rescue Operations. It is for demonstration purposes only!

Contest

Given are the Latitude and Longitude of the MPP. Find the nearest Airport with a runway length of at least 2000 m and use it as the Base for the Mission. The Size and Spacing of the Search Grid is given by 60 × 60 nmi and 5 nmi. The Search Entry Point has to be the farthest Grid Point on the same side as the Base. If more than Bingo Fuel is left after flying the Grid, the search is continued back and forth on the Grid until Bingo Fuel is reached.

Bingo Fuel is the sum of fuel needed to fly back to the Base plus the fixed Reserve that has to be in the tanks after return to the Base. The search has to be stoped before Bingo Fuel is reached.

To determine the Base airport you can use the Website www.airservicesaustralia.com.

The Airplane Parameters are given as shown in the Input Parameters.

Contest Requirements

  • Show the Map you have used - Plot MPP and Search Entry point on this map.
  • State the Coordinate System you are using
  • State your departure Airport (Base)
  • Determine the Search Entry Point as Latitudes/Longitudes
  • Distance to Search Entry Point - Nautical Miles
  • Course to Search Entry Point from the Departure airport - True direction
  • Coordinates of MPP & Search Entry Point
  • Time interval from Take Off to the Search Entry Point
  • Bingo Fuel value in lbs. - to land with 45 Minutes reserves intact (at FL400 burn rate)
  • Time available at the Search Zone
  • Course and distance back to the Landing Airport

Mission Briefing

  • Two girls missing at sea
  • They departed Hobart Australia eight days ago sailing for Perth in a small yacht.
  • Last radio contact was twelve hours ago on a maritime distress frequency.
  • No Location information was provided
  • No current drift expected and nil wind for flight planing purposes
  • Sighting on the direct route from Cape Town to Adelaide, 863 nmi to run Adelaide 60..65 nmi to the right
  • Cape Town: -33.9648018 / 18.6016998
  • Adelaide: -34.9449997 / 138.5310059

Source: https://www.world-airport-codes.com

More infos in the Mission Briefing on Wolfie's Video.

Mission Locations determination

ZoomSearch and Rescue Area

MPP: Using google earth on Great Circle from Capetown to Adelaide, 863 nmi before Adelaide 60..65 nmi to the right: 44°56'54"S, 124°58'15"E

Base Airport: Using google earth measuring the distance from the MPP to the following airports with runways longer than 2000 m gives:

  1. Adelaide: 863 nmi Coord: -34.945, 138.530556
  2. Perth: 886 nmi Coord: -31.940278, 115.966944
  3. Melbourne: 995 nmi

Base choosen is Adelaide: Airport Coordinates according Wikipedia = -34.945, 138.530556

Input Parameters

The App uses spherical Coordinates given as Latitude and Longitude. The computed Contest Data is presented in the Mission Plan, the Flight Path and the Flight Plan.

You can enter latitude and longitude values in the input fields in all common formats.

Mission Plan

Flight Path and Search Pattern

Latitude Grid Spacing is 5° or about 300 nmi. 1° corresponds to about 60 nmi (nmi = Nautical Miles).

Flight Plan

 

Notes

The App computes the Flight Plan based on a perfect spherical Earth.

Wind is not taken into account.

The search grid waypoints are longitude corrected, so the great circle distance between two points of a leg is always Grid Width nautical miles.

All legs are great circles. This means the grid is not flown along latitude/longitude lines. This results in headings not equal extact 0/90/180/270 degress in the flight plan.

If the search fuel is more than needed to complete one full grid, the search continues back and forward until there is no more fuel for an additonal full leg left, without touching the Bingo Fuel. The back flight is calculated from the endpoint of the last flown leg back to the base.

What about Flat Earth?

How is this Mission on a Flat Earth different than on the Globe Earth?

The major difference is in the computation of the MPP (Most Probable Position). This position is calculated from values given from the spotting airplane. The path of the spotting plane from Cape Town to Adelaide on the Flat Earth is completely different than on the Globe Earth. It is not even achievable. The distance on the Flat Earth Map is 2.4 times greater than on the Globe! No aircraft can fly 23,9601 km in one leg, click the following link to see why:

According to the Flat Earth Map the missing vessel would lie midst in Australia, not in the water south of it.

Even if the correct MPP were choosen on the Flat Earth, the flight plan on the Flat Earth for the search pattern would differ greatly from real Flight Plans, if they even could provide one.

How to Compute the Mission

Look at the Input Parameters to see what aircraft values are given to compute the mission. Additionally the Base airport and the MPP (Most Probable Position) coordinates as latitude and longitude is needed.

In the following we ignore any wind and drift influences to make the calculations earier for demonstration purposes.

The critical value for the whole flight is the remaining fuel. So we have to constantly keep track of the current fuel available and compute the estimated fuel needed for the rest of the search and flight back to the base with a remaining reserve.

First we need to know the distance from the base airport to the search entry point. The coordinates of the search entry point can be computed from the MPP coordinates by spherical geometry. Go from the MPP direction south half the grid size nautical miles and from there half the grid size to the east. We could approximate the coordinates simply by using google earth and roughly measure the coordinates.

Now we can compute the great circle distance between the base and the search entry point using spherical geometry again or using google earth.

The general procedure now is:

  1. Compute all fixed values like time, distance and fuel consumption for the climb and descent phases of the flight using the formulas below.
  2. Compute the cruise distance from the distance to the MPP minus climb and descent distance.
  3. Now as we know the cruise distance we can compute the total time and fuel consumption of the fligh to the entry point.
  4. Compute the distance, time and fuel consumption for one search leg
  5. Compute all waypoints of the search grid
  6. Fly from grid waypoint to waypoint and compute at each point the distance back to the base. From that we can compute the cruise distance back to the base and from that the time and fuel used for this flight phase.
  7. We need to have the reserve fuel in the tank on reaching the base. So on departure from the search grid we need to have at least the reserve fuel plus the trip fuel back to the base, called Bingo Fuel.
  8. If we have still enough fuel left at each search waypoint to fly another leg without touching the Bingo Fuel, we fly another search leg. Else we fly back to the base at this point.
  9. For each search leg we add the time, distance and fuel consumption to the current values to keep track of the remaining fuel available and to compute the total at the end of the trip.

To compute the fixed values of climb and descent phases we use the folloing formulas. Given are the speeds, altitudes, climb/descent-rate and fuel flow for each phase:

(1)
where'
' =' 'Time for a phase of flight, eg. climb or descent
' =' 'Given Altitude difference between previous and next flight phase
' =' 'Given Rate of climb or descent
(2)
where'
' =' 'Distance traveled in a flight phase
' =' 'Time for a phase of flight, eg. climb or descent
' =' 'Given Airplane speed in the flight phase
(3)
where'
' =' 'Fuel used for the flight phase
' =' 'Time for a phase of flight, eg. climb or descent
' =' 'Given Fuel Flow of the flight phase

If we know the cruise distance, we can compute the time and fuel consumption:

(4)
where'
' =' 'Cruise Time
' =' 'Cruise Distance
' =' 'Given Cruise speed

The fuel consumption can be calculated with formula (3) above.

The code used in this App can be examined on Source Code: Search and Rescue Mission Contest. All calculations are done in the function Update.

More Page Infos / Sitemap
Created Sunday, May 20, 2018
Scroll to Top of Page
Changed Tuesday, October 13, 2020