main content

launch abort system -凯发k8网页登录

this example shows how to model a launch abort system for an orbiter heading into outer space. if a fault occurs during the launch, the orbiter aborts the launch. depending on when the fault occurs, the orbiter returns to the launch site, returns to a downrange landing site, attempts to land after orbiting once around the earth, or proceeds to a lower, stable orbit. a simulink 3d animation™ window displays a visualization of these steps. this simplified example does not model the dynamics of the fuel, boosters, and tank subsystems.

monitor orbiter altitude

in this example, a stateflow® chart monitors the flight of the orbiter and schedules the appropriate launch abort actions when the orbiter encounters an anomaly.

the chart consists of two parallel states: modelogic and abort. the modelogic state contains four substates that describe the possible launch abort scenarios based on the altitude of the orbiter:

  • return to launch site (rtls) — if the altitude is less than 10,000 meters, the orbiter dumps the fuel, releases the solid rocket boosters and the external tank, and returns to the launch site.

  • downrange landing (drl) — if the altitude is between 10,000 and 100,000 meters, the orbiter releases the solid rocket boosters and the external tank and returns to a downrange landing site.

  • abort once around (aoa) — if the altitude is between 100,000 and 400,000 meters, the orbiter releases the external tank, circles the earth once, and proceeds to re-entry.

  • abort to orbit (ato) — if the altitude is greater than 400,000 meters, the orbiter abandons the intended orbit and proceeds to a lower, stable orbit.

schedule launch abort actions

the abort state controls the behavior of the orbiter when an anomaly is detected. if an anomaly occurs, the system transitions from the normal substate to the abortlogic subchart before transitioning to the abortcomplete substate.

the transition into the abortlogic subchart connects to an entry port. similarly, the transition out of the subchart begins at an exit port. each port has a matching junction that marks the entry or exit point inside the subchart. the junctions isolate the internal logic of the subchart which, depending on the launch abort scenario, schedules three possible actions:

  • dump the fuel.

  • release the sold rocket boosters.

  • release the external tank.

if the orbiter is in the ato scenario, none of these actions is required.

for more information about entry and exit ports, see .

simulate the model

to run a simulation of the model:

  1. double-click the inputs block. in the signal editor dialog box, select a launch abort scenario from the active scenario list. the default scenario is rtls_abort.

  2. click run. the simulink 3d animation window displays a visualization of the launch.

  3. to view the orbiter from different perspectives, in the simulink 3d animation window, use the viewpoint dropdown menu. for example, you can see entire flight of the orbiter by selecting chase plane.

reference

nelson, douglas, john bradford, and john olds. "abortability metrics: quantifying intact abort mode availability for reusable launch vehicles." in space 2006. san jose, california: american institute of aeronautics and astronautics, 2006. .

related topics

网站地图