Physical Origin: Balance of Lateral & Directional Stability
The Spiral Mode's behavior depends critically on the balance between the aircraft's lateral stability (Dihedral Effect, Cl_beta) and its directional stability (Weathercock Stability, Cn_beta).
Imagine the aircraft is slightly banked to the right:
Sideslip due to Bank: While banked, gravity causes the aircraft to start slipping slightly towards the lower wing (a right sideslip, positive β).
Competing Moments:
Directional Stability (Cn_beta): The right sideslip acts on the vertical tail, creating a yawing moment to the right, trying to align the nose with the direction of slip (relative wind).
Dihedral Effect (Cl_beta): The right sideslip acts on the wings (due to dihedral/sweep), creating a rolling moment to the left, trying to level the wings.
The Balance Determines Stability:
Stable Spiral: If the dihedral effect (Cl_beta) is relatively strong compared to directional stability (Cn_beta), the tendency to roll wings-level dominates. The aircraft generates a left roll, which reduces the bank angle and the associated sideslip, eventually returning the aircraft towards straight-and-level flight.
Unstable Spiral: If the directional stability (Cn_beta) is relatively strong compared to the dihedral effect (Cl_beta), the tendency to yaw into the turn dominates. As the aircraft yaws right (into the bank), the outer (left) wing travels faster than the inner (right) wing. This speed difference creates more lift on the outer wing, causing a rolling moment to the right, which increases the bank angle. This increased bank leads to more sideslip, reinforcing the yaw into the turn and the roll into the bank, creating a slowly tightening spiral.
Neutral Spiral: If the effects are perfectly balanced (rare), the aircraft maintains the established bank and turn rate.
Other factors like roll damping (Cl_p) and yaw damping (Cn_r) also play roles, but the fundamental behavior is driven by the Cl_beta vs. Cn_beta balance.
Flight Test Proposal using OpenFlight Simulator
This test aims to observe the aircraft's spiral stability tendency. This requires patience as the mode is slow.
1. Setup:
# AIRCRAFT PARAMETERS
aircraft_name: "SF25B.yaml" # Name of the aircraft aerodynamic data file in \🏭_HANGAR\📜_Aero_data
# FLIGHT TEST PARAMETERS
initial_velocity: 32 # Initial velocity in m/s
initial_altitude: 2000 # 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: 300 # 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, gently establish a shallow bank angle (e.g., 5-10 degrees):
Briefly apply a small amount of aileron (e.g., tap 'P' or 'O') until the desired small bank is achieved.
Carefully neutralize all controls (aileron and rudder). Ensure no residual roll or yaw rate is being commanded.
Hands-Off: Do not make any further control inputs. Let the aircraft fly undisturbed for an extended period (1-5 minutes).