Download Product Information Contact us

Home > Libraries > FLIGHT_SIM library

FLIGHT_SIM library

General description

The purpose of this library is to demonstrate how flight mechanics problems are modelled by creating a library with the generic elements that represent any aircraft and applying it to the particular case of an F-16.

The majority of development mechanisms and concepts of a complete library have been used in this library: global constants and variables, functions, ports, components, inheritance, aggregation, etc. This example could therefore be very useful when it comes to developing a library for productive purposes.

Palette of symbols

Palette of the FLIGHT_SIM library

Ports description

Components description

Flight dynamic example

F16_Autopiloted

This model represents an F-16 aircraft developed with the FLIGHT_SIM library to which we have added two autopilots, pitch-rate and lateral-directional, in order to obtain the response of this aircraft in different manoeuvres.

F16_Autopiloted example for the FLIGHT_SIM library

For this example, a "PitchAutopilot" experiment has been created which consists in a vertical ascent manoeuvre to a height of 7000 metres following by a 360 degree loop. In this experiment we can see, for example, the outline of the trajectory and the longitudinal and vertical accelerations to which the pilot is subjected.

Plot 1 for the F16_Autopiloted example

Plot 2 for the F16_Autopiloted example

back...