1. Modeling the Aircraft and Actuator Dynamics

This section focuses on modeling the key components of an aircraft's pitch rate control system, including the aircraft's normal acceleration, pitch rate, and actuator dynamics.

a. Normal Acceleration

The acceleration of the aircraft perpendicular to its axis, referred to as the 'normal accel.', is primarily influenced by the angle of the tail elevators (Fig. 4). This relationship is represented by the differential equation:

(1)

To convert this into a transfer function form, we follow the standard procedure of taking the Laplace transform of both sides of the equation, resulting in:

(1)

b. Pitch Rate, q

The 'pitch rate', q, represents the rate of change of the pitch angle. It is mainly determined by the angle of the front fins (Fig. 4). The differential equation describing this relationship is:

(2)

Similar to the normal acceleration, we can obtain the transfer function form by taking the Laplace transform:

(2)

c. Actuator Dynamics + Gears

The tail elevators are directly driven by a hydraulic actuator with the transfer function:

(3)

For a unit step input R(s) = 1/s, the response is expected to exhibit both a transient response and a steady-state response. The transient response, characterized by , indicates an initial overshoot and oscillation before settling down. The steady-state response, represented by , indicates a constant output value once the transient response decays.

The front fins and tail elevators are connected to the same drive shaft via a gearbox. The gear ratio between the tail elevator gear wheel (500 teeth) and the front fin gear wheel (100 teeth) defines the relationship between the angles and as:

(4)

2. Simulating the Aircraft and Actuator Dynamics

This section outlines the simulation setup in Simulink for the aircraft and actuator dynamics using the modeled transfer functions.

a) Simulink Block Diagram

The Simulink block diagram comprises the following elements:

  • Continuous or Maths Library:
    • Transfer Fcn block for the 'tail elevator angle - normal accel' relationship (eqn 1)
    • Transfer Fcn block for the 'front fin angle - pitch rate' relationship (eqn 2)
    • Transfer Fcn block for the hydraulic actuator dynamics (eqn 3)
    • Gain block for the gear ratio (eqn 4)
  • Sources Library:
    • Step Input block (Step time = 0 sec, Final value = 0.01 rad)
  • Sinks Library:
    • Scope block for monitoring the pitch rate output (simulation time = 20 sec)

b) Block Diagram Connection

Connect the blocks as follows:

  1. The step input drives the actuator.
  2. The actuator drives the tail elevators.
  3. The actuator drives the front fins through the gearbox.
  4. The Scope monitors the output of the 'front fin angle - pitch rate' block.

Sketch the created block diagram here.

c) Simulation Settings

Configure the simulation settings as follows:

  • Stop Time: 20 seconds
  • Solver selection: Fixed-step
  • Solver details: Fixed step size = 0.001 seconds

d) Simulation Results and Analysis

Run the simulation and sketch the pitch rate response to the step change in control input. Comment on the observed response.

Sketch of pitch rate response here.

Comment on the response here.

3. Simulating the pitch-rate control system with a proportional controller

This section explores the implementation of a proportional controller to improve the pitch rate response. The controller uses feedback to minimize the error between the desired pitch rate and the actual pitch rate.

a) Subsystem Creation

Combine the aircraft and actuator dynamics into a single subsystem by selecting all the relevant blocks and using the 'Create Subsystem from Selection' option. This creates a new block representing the combined dynamics.

b) Subsystem Renaming and Labeling

Rename the subsystem as 'Actuator + Aircraft Dynamics' and label the input and output ports for clarity.

c) Control System Construction

Construct the feedback control system as shown in Fig. 5. Replace the step input with a Signal Generator (from the Sources library) set to produce a square wave of frequency 0.1 Hz and peak amplitude 0.5.

d) Gain Parameter Tuning

Experiment with different values of the Gain parameter (-0.5 and -5) and observe the resulting pitch rate responses. Sketch the responses and provide a comparative analysis.

Sketch of pitch rate responses for Gain = -0.5 and Gain = -5 here.

Comment on the responses here.

4. Simulating the pitch-rate control system with a PID controller

This section investigates the use of a PID controller to further enhance the pitch rate control performance. The PID controller incorporates proportional, integral, and derivative terms for optimal control.

PID Controller Implementation

Replace the proportional gain in Fig. 5 with a PID controller block. Adjust the PID parameters to achieve less than 5% overshoot and steady-state error = 0.

Control Performance Evaluation

Sketch the best obtained pitch rate response with the PID controller, clearly indicating the transfer function of the PID controller. Provide the used PID parameters and comment on the control performance.

Sketch of pitch rate response with PID controller here.

PID parameters used:

  • Proportional gain (Kp) = 1.5
  • Integral gain (Ki) = 2
  • Derivative gain (Kd) = 0.1

Comment on the control performance here.

The PID controller effectively addresses both transient and steady-state errors. The proportional gain (Kp) provides a quick initial response, while the integral gain (Ki) eliminates steady-state errors, and the derivative gain (Kd) dampens oscillations, leading to a smoother and more stable response.

This detailed analysis of aircraft and actuator dynamics, along with the exploration of different control strategies, provides a comprehensive understanding of the key aspects involved in designing efficient and robust pitch rate control systems for aircraft.

Aircraft and Actuator Dynamics Modeling and Simulation: A Comprehensive Guide

原文地址: https://www.cveoy.top/t/topic/nu8k 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录