WOLFRAM SYSTEM MODELER

FlightDataIn

Flight data input

Wolfram Language

In[1]:=
SystemModel["Aircraft.Physical.FixedWing.Interfaces.FlightDataIn"]
Out[1]:=

Information

This connector is an input port for the variables stored in the FlightData record.

Connectors (28)

mTot

Type: RealInput

Description: Aircraft total mass

Ixx

Type: RealInput

Description: Aircraft roll moment of inertia

Iyy

Type: RealInput

Description: Aircraft pitch moment of inertia

Izz

Type: RealInput

Description: Aircraft yaw moment of inertia

Ixy

Type: RealInput

Description: Aircraft xy product of inertia

Ixz

Type: RealInput

Description: Aircraft xz product of inertia

Iyz

Type: RealInput

Description: Aircraft yz product of inertia

loadFactor

Type: RealInput

Description: Aircraft load factor (= G-force)

alt

Type: RealInput

Description: Geometric altitude

positionAC

Type: RealInput[3]

Description: Aircraft position in world frame

phi

Type: RealInput

Description: Roll angle

theta

Type: RealInput

Description: Pitch angle

psi

Type: RealInput

Description: Yaw angle (heading)

alpha

Type: RealInput

Description: Angle of attack

beta

Type: RealInput

Description: Sideslip angle

track

Type: RealInput

Description: Track angle

gamma

Type: RealInput

Description: Flight path angle

vWorld

Type: RealInput[3]

Description: Velocity components (v_x, v_y and v_z) in world frame

vBody

Type: RealInput[3]

Description: Velocity components (u, v and w) in body frame

vTot

Type: RealInput

Description: Total velocity

vGround

Type: RealInput

Description: Ground speed

mach

Type: RealInput

Description: Mach number

pAlt

Type: RealInput

Description: Static pressure at altitude

Talt

Type: RealInput

Description: Static temperature at altitude

rhoAlt

Type: RealInput

Description: Air density at altitude

aAlt

Type: RealInput

Description: Speed of sound at altitude

muAlt

Type: RealInput

Description: Air viscosity at altitude

qAC

Type: RealInput

Description: Global dynamic pressure at altitude at flight speed

Connector Variables (29)

flightData

Causality: Input

Type: FlightData

Description: Global flight data variables (measured at the aircraft center of mass location)

mTot

Causality: None

Type: RealInput (kg)

Description: Aircraft total mass

Ixx

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft roll moment of inertia

Iyy

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft pitch moment of inertia

Izz

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft yaw moment of inertia

Ixy

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft xy product of inertia

Ixz

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft xz product of inertia

Iyz

Causality: None

Type: RealInput (kg⋅m²)

Description: Aircraft yz product of inertia

loadFactor

Causality: None

Type: RealInput

Description: Aircraft load factor (= G-force)

alt

Causality: None

Type: RealInput (m)

Description: Geometric altitude

positionAC

Causality: None

Type: RealInput[3] (m)

Description: Aircraft position in world frame

phi

Causality: None

Type: RealInput (rad)

Description: Roll angle

theta

Causality: None

Type: RealInput (rad)

Description: Pitch angle

psi

Causality: None

Type: RealInput (rad)

Description: Yaw angle (heading)

alpha

Causality: None

Type: RealInput (rad)

Description: Angle of attack

beta

Causality: None

Type: RealInput (rad)

Description: Sideslip angle

track

Causality: None

Type: RealInput (rad)

Description: Track angle

gamma

Causality: None

Type: RealInput (rad)

Description: Flight path angle

vWorld

Causality: None

Type: RealInput[3] (m/s)

Description: Velocity components (v_x, v_y and v_z) in world frame

vBody

Causality: None

Type: RealInput[3] (m/s)

Description: Velocity components (u, v and w) in body frame

vTot

Causality: None

Type: RealInput (m/s)

Description: Total velocity

vGround

Causality: None

Type: RealInput (m/s)

Description: Ground speed

mach

Causality: None

Type: RealInput

Description: Mach number

pAlt

Causality: None

Type: RealInput (Pa)

Description: Static pressure at altitude

Talt

Causality: None

Type: RealInput (K)

Description: Static temperature at altitude

rhoAlt

Causality: None

Type: RealInput (kg/m³)

Description: Air density at altitude

aAlt

Causality: None

Type: RealInput (m/s)

Description: Speed of sound at altitude

muAlt

Causality: None

Type: RealInput (Pa⋅s)

Description: Air viscosity at altitude

qAC

Causality: None

Type: RealInput (Pa)

Description: Global dynamic pressure at altitude at flight speed

Used in Components (1)

AutopilotBase

Aircraft.Autopilots.Interfaces

Interface for autopilot