Main Content

Custom Variable Mass 6DOF Wind (Wind Angles)

Implement wind angle representation of six-degrees-of-freedom equations of motion of custom variable mass

  • Custom Variable Mass 6DOF Wind (Wind Angles) block

Libraries:
Aerospace Blockset / Equations of Motion / 6DOF

Description

The Custom Variable Mass 6DOF Wind (Wind Angles) block implements a wind angle representation of six-degrees-of-freedom equations of motion of custom variable mass. For a description of the coordinate system employed and the translational dynamics, see the block description for the Custom Variable Mass 6DOF Wind (Quaternion) block.

For more information of the relationship between the wind angles, see Algorithms

Limitations

The block assumes that the applied forces act at the center of gravity of the body.

Ports

Input

expand all

Applied forces, specified as a three-element vector.

Data Types: double

Applied moments, specified as a three-element vector.

Data Types: double

One or more rates of change of mass (positive if accreted, negative if ablated), specified as a three-element vector.

Data Types: double

Mass, specified as a scalar.

Dependencies

To enable this port, set Mass type to Custom Variable.

Data Types: double

Rate of change of inertia tensor matrix, specified as a 3-by-3 matrix.

Dependencies

To enable this port, set Mass type to Custom Variable.

Data Types: double

Inertia tensor matrix, specified as a 3-by-3 matrix.

Dependencies

To enable this port, set Mass type to Custom Variable.

Data Types: double

One or more relative velocities at which the mass is accreted to or ablated from the body in body-fixed axes, specified as a three-element vector.

Dependencies

To enable this port, select Include mass flow relative velocity.

Data Types: double

Output

expand all

Velocity in the flat Earth reference frame, returned as a three-element vector.

Data Types: double

Position in the flat Earth reference frame, returned as a three-element vector.

Data Types: double

Wind rotation angles [bank, flight path, heading], returned as a three-element vector, in radians.

Data Types: double

Coordinate transformation from flat Earth axes to wind-fixed axes, returned as a 3-by-3 matrix.

Data Types: double

Velocity in wind-fixed frame, returned as a three-element vector.

Data Types: double

Angle of attack and sideslip angle, returned as a two-element vector, in radians.

Data Types: double

Rate of change of angle of attack and rate of change of sideslip angle, returned as a two-element vector, in radians per second.

Data Types: double

Angular rates in body-fixed axes, returned as a three-element vector, in radians per second.

Data Types: double

Angular accelerations in body-fixed axes, returned as a three-element vector, in radians per second squared.

Data Types: double

Accelerations of the body with respect to the body-fixed axes with the body-fixed coordinate frame, returned as a three-element vector.

Data Types: double

Accelerations in body-fixed axes with respect to inertial frame (flat Earth), returned as a three-element vector. You typically connect this signal to the accelerometer.

Dependencies

To enable this point, select Include inertial acceleration.

Data Types: double

Parameters

expand all

Main

Input and output units, specified as Metric (MKS), English (Velocity in ft/s), or English (Velocity in kts).

UnitsForcesMomentAccelerationVelocityPositionMassInertia
Metric (MKS) NewtonNewton-meterMeters per second squaredMeters per secondMetersKilogramKilogram meter squared
English (Velocity in ft/s) PoundFoot-poundFeet per second squaredFeet per secondFeetSlugSlug foot squared
English (Velocity in kts) PoundFoot-poundFeet per second squaredKnotsFeetSlugSlug foot squared

Programmatic Use

Block Parameter: units
Type: character vector
Values: Metric (MKS) | English (Velocity in ft/s) | English (Velocity in kts)
Default: Metric (MKS)

Mass type, specified according to the following table.

The Custom Variable selection conforms to the previously described equations of motion.

Programmatic Use

Block Parameter: mtype
Type: character vector
Values: Fixed | Simple Variable | Custom Variable
Default: 'Custom Variable'

Equations of motion representation, specified according to the following table.

RepresentationDescription

Wind Angles

Use Wind angles within equations of motion.

Quaternion

Use quaternions within equations of motion.

The Quaternion selection conforms to the equations of motion in Algorithms.

Programmatic Use

Block Parameter: rep
Type: character vector
Values: Wind Angles | Quaternion
Default: 'Wind Angles'

Initial location of the body in the flat Earth reference frame, specified as a three-element vector.

Programmatic Use

Block Parameter: xme_0
Type: character vector
Values: '[0 0 0]' | three-element vector
Default: '[0 0 0]'

Initial airspeed, angle of attack, and sideslip angle, specified as a three-element vector.

Programmatic Use

Block Parameter: Vm_0
Type: character vector
Values: '[0 0 0]' | three-element vector
Default: '[0 0 0]'

Initial wind angles [bank, flight path, and heading], specified as a three-element vector in radians.

Programmatic Use

Block Parameter: wind_0
Type: character vector
Values: '[0 0 0]' | three-element vector
Default: '[0 0 0]'

Initial body-fixed angular rates with respect to the NED frame, specified as a three-element vector, in radians per second.

Programmatic Use

Block Parameter: pm_0
Type: character vector
Values: '[0 0 0]' | three-element vector
Default: '[0 0 0]'

Select this check box to add a mass flow relative velocity port. This is the relative velocity at which the mass is accreted or ablated.

Programmatic Use

Block Parameter: vre_flag
Type: character vector
Values: off | on
Default: off

Select this check box to add an inertial acceleration port.

Dependencies

To enable the Ab ff port, select this parameter.

Programmatic Use

Block Parameter: abi_flag
Type: character vector
Values: 'off' | 'on'
Default: off

State Attributes

Assign a unique name to each state. Use state names instead of block paths throughout the linearization process.

  • To assign a name to a single state, enter a unique name between quotes, for example, 'velocity'.

  • To assign names to multiple states, enter a comma-separated list surrounded by braces, for example, {'a', 'b', 'c'}. Each name must be unique.

  • If a parameter is empty (' '), no name is assigned.

  • The state names apply only to the selected block with the name parameter.

  • The number of states must divide evenly among the number of state names.

  • You can specify fewer names than states, but you cannot specify more names than states.

    For example, you can specify two names in a system with four states. The first name applies to the first two states and the second name to the last two states.

  • To assign state names with a variable in the MATLAB® workspace, enter the variable without quotes. A variable can be a character vector, cell array, or structure.

Position state names, specified as a comma-separated list surrounded by braces.

Programmatic Use

Block Parameter: xme_statename
Type: character vector
Values: '' | comma-separated list surrounded by braces
Default: ''

Velocity state names, specified as a character vector.

Programmatic Use

Block Parameter: Vm_statename
Type: character vector
Values: '' | character vector
Default: ''

Incidence angle state name, specified as a character vector.

Programmatic Use

Block Parameter: alpha_statename
Type: character vector
Values: ''
Default: ''

Sideslip angle state name, specified as a character vector.

Programmatic Use

Block Parameter: beta_statename
Type: character vector
Values: ''
Default: ''

Wind orientation state names, specified as a comma-separated list surrounded by braces.

Programmatic Use

Block Parameter: wind_statename
Type: character vector
Values: ''
Default: ''

Body rotation rate state names, specified comma-separated list surrounded by braces.

Programmatic Use

Block Parameter: pm_statename
Type: character vector
Values: '' | comma-separated list surrounded by braces
Default: ''

Algorithms

The relationship between the wind angles, [μ γ χ]T, can be determined by resolving the wind rates into the wind-fixed coordinate frame.

[pwqwrw]=[μ˙00]+[1000cosμsinμ0sinμcosμ][0γ˙0]+[1000cosμsinμ0sinμcosμ][cosγ0sinγ010sinγ0cosγ][00χ˙]J1[μ˙γ˙χ˙]

Inverting J then gives the required relationship to determine the wind rate vector.

[μ˙γ˙χ˙]=J[pwqwrw]=[1(sinμtanγ)(cosμtanγ)0cosμsinμ0sinμcosγcosμcosγ][pwqwrw]

The body-fixed angular rates are related to the wind-fixed angular rate by the following equation.

[pwqwrw]=DMCwb[pbβ˙sinαqbα˙rb+β˙cosα]

Using this relationship in the wind rate vector equations, gives the relationship between the wind rate vector and the body-fixed angular rates.

[μ˙γ˙χ˙]=J[pwqwrw]=[1(sinμtanγ)(cosμtanγ)0cosμsinμ0sinμcosγcosμcosγ]DMCwb[pbβ˙sinαqbα˙rb+β˙cosα]

References

[1] Stevens, Brian, and Frank Lewis. Aircraft Control and Simulation, 2nd ed. Hoboken, NJ: John Wiley & Sons, 2003.

[2] Zipfel, Peter H. Modeling and Simulation of Aerospace Vehicle Dynamics. 2nd ed: Reston, VA: AIAA Education Series, 2007.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2006a