Flight Test Proposal using OpenFlight Simulator
This test aims to excite the Dutch Roll mode.
1. Setup:
Aircraft Selection: Choose an aircraft known to exhibit Dutch Roll (swept-wing aircraft like jets often show it more prominently, but conventional aircraft will too). In this case we shall use the "fastjet" model.
Mission Configuration (default_mission.yaml): Copy the following into the default_mission file
# AIRCRAFT PARAMETERS
aircraft_name: "fastjet.yaml" # Name of the aircraft aerodynamic data file in \🏭_HANGAR\📜_Aero_data
# FLIGHT TEST PARAMETERS
initial_velocity: 90 # Initial velocity in m/s
initial_altitude: 1400 # Initial altitude in m
# FLIGHT RECORDING PARAMETERS
start_flight_data_recording_at: 3 # start recording in seconds after start of flight
finish_flight_data_recording_at: 15 # finish recording in seconds
# VISUALIZATION PARAMETERS
scenery_complexity: 0 # 0 = four checkered quadrants (good for old GPUs), 1 = low, 2 = medium or 3 = high detail
show_force_vectors: "true"
show_velocity_vectors: "true"
show_trajectory: "true" # "true" or "false", to show the trajectory of the aircraft
2. Excitation:
Once trimmed, introduce a sharp, short rudder input or aileron input:
Method 1 (Rudder Doublet): Briefly apply rudder in one direction (e.g., tap 'L' for right yaw) and then immediately apply rudder briefly in the opposite direction ('K' for left yaw), returning controls to neutral.
Method 2 (Aileron Input - less direct but works): Briefly apply aileron (e.g., tap 'P' for right roll) and return to neutral. This induces some sideslip due to adverse yaw or yaw due to roll rate, which can trigger the Dutch Roll.
Hands-Off: Immediately after the input, do not make any further control inputs. Let the aircraft oscillate.
3. Observation & Recording:
Use the Flight Data Visualization tool or other software to analyze the generated CSV data.
Load Data: Load the CSV file into the visualization tool (as File 1).
Key Plots: Focus on these plots, potentially zooming the time axis:
Sideslip Angle (beta_DEG) vs. Time: Should show clear oscillations.
Yaw Rate (r_yaw_rate) vs. Time: Should show oscillations, often nearly in phase with sideslip.
Roll Rate (p_roll_rate) vs. Time: Should show oscillations, typically somewhat out of phase with yaw rate/sideslip.
(Optional) Roll Angle vs. Time: Will show the integrated effect of the roll rate oscillations.
Identify Parameters:
Period (T): Measure the time for one complete oscillation cycle from the Sideslip, Yaw Rate, or Roll Rate plots.
Damping: Observe how quickly the oscillations decay. Compare the amplitude of successive peaks. Dutch Roll damping varies but is often lighter than the Short Period.
Coupling & Phasing: Observe the relationship between the yawing and rolling motions. Are they in phase, out of phase, or somewhere in between? This phasing is characteristic of the Dutch Roll.
Frequency: Calculate the natural frequency (ωn ≈ 2π/T).
Historical Remark on the Name "Dutch Roll"
The term "Dutch Roll" is widely believed to originate from its resemblance to the motion of Dutch ice skaters. Speed skaters often exhibit a rhythmic, side-to-side motion involving coordinated leg push-offs and upper body counter-rotation, creating a rolling and yawing appearance similar to the aircraft motion. While the exact origin is debated, the visual analogy to the characteristic skating technique is the most commonly cited explanation for the name.
Online Resources:
This test will help visualize and understand the coupled nature of an aircraft's lateral and directional motions.