Physical Origin: Pitch Stiffness vs. Damping
The Short Period arises from the aircraft's tendency to return to its trimmed angle of attack following a disturbance, balanced against aerodynamic damping forces.
Disturbance: Imagine the aircraft is momentarily forced to pitch up (e.g., by a brief elevator deflection or a vertical gust), increasing its angle of attack.
Increased Lift & Pitching Moment: The increased AoA generates more lift. Crucially, for a statically stable aircraft, it also creates a nose-down pitching moment (due to the tailplane generating more downward force or the wing's center of pressure shifting). This moment acts to restore the aircraft towards its original AoA.
Pitch Down: The restoring moment causes the aircraft to start pitching down (negative pitch rate, q).
Pitch Damping: As the aircraft pitches down, the tailplane experiences a change in its local angle of attack due to this rotation. This generates a pitch damping moment that opposes the pitching motion (i.e., creates a nose-up moment when pitching down).
Overshoot: Due to inertia and the restoring moment, the aircraft often pitches down past the original trim AoA.
Restoring Moment (Reversed): Now at a lower AoA, the static stability generates a nose-up pitching moment.
Pitch Up & Damping: The aircraft starts pitching up (positive pitch rate). Pitch damping now creates a nose-down moment opposing this motion.
Settling: The oscillation between AoA/pitch rate and the restoring/damping moments continues, but because pitch damping is usually strong, the oscillations die out quickly (typically within 1-3 cycles).
During this rapid oscillation, there isn't enough time for significant changes in airspeed, distinguishing it clearly from the slow energy exchange of the Phugoid.
Flight Test Proposal using OpenFlight Simulator
This test aims to excite the Short Period mode and observe its characteristics.
1. Setup:
Use the following values for default_mission.yaml
# AIRCRAFT PARAMETERS
aircraft_name: "fastjet.yaml" # Name of the aircraft aerodynamic data file in \🏭_HANGAR\📜_Aero_data
# FLIGHT TEST PARAMETERS
initial_velocity: 70 # Initial velocity in m/s
initial_altitude: 400 # 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: 50 # finish recording in seconds
# VISUALIZATION PARAMETERS
scenery_complexity: 3 # 0 = four checkered quadrants (good for old GPUs), 1 = low, 2 = medium or 3 = high detail
show_force_vectors: "false"
show_velocity_vectors: "false"
show_trajectory: "false" # "true" or "false", to show the trajectory of the aircraft
2. Excitation:
Once trimmed, introduce a sharp, short elevator input:
Hands-Off: Immediately after the input, do not make any further control inputs. Let the aircraft respond to the short period before you excite the mode again.
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 to the few seconds immediately following the disturbance:
Angle of Attack (alpha_DEG) vs. Time: Should show a clear, quickly damped oscillation around the trim AoA.
Pitch Rate (q_pitch_rate) vs. Time: Should show a damped oscillation, roughly 90 degrees out of phase with the AoA oscillation.
(Optional) Pitch Angle vs. Time: Will reflect the integrated pitch rate oscillations.
(Optional) Load Factor (nz) vs. Time: Will show oscillations corresponding to the changes in lift due to AoA changes.
TAS (True Airspeed) vs. Time: Should show minimal change during the short period oscillation itself.
Identify Parameters:
Period (T): Measure the time for one complete cycle from the AoA or Pitch Rate plot. This will be short (typically 1-5 seconds).
Damping: Observe how quickly the oscillations decay. The Short Period is usually heavily damped, often disappearing within 1-3 cycles. Quantifying the damping ratio (ζ) or time-to-half-amplitude requires more detailed analysis but the qualitative observation is key.
Frequency: Calculate the natural frequency (ωn) which is related to the period (ωn ≈ 2π/T).
Online Resources:
Performing this test will demonstrate the aircraft's rapid response in pitch and its inherent tendency to return to a trimmed angle of attack.