RCAIDE.Library.Methods.Performance

Performance#

Methods for analyzing vehicle performance characteristics including aerodynamics, propulsion, and flight mechanics.

This module provides functions for estimating key performance metrics such as take-off and landing distances, stall speeds, payload-range capabilities, and flight envelope characteristics.

Modules

aircraft_aerodynamic_analysis([analyses, ...])

Computes aerodynamic coefficients across ranges of angle of attack and Mach numbers using vortex lattice methods.

compute_load_and_trim_diagram([mission, ...])

Computes the loading dragram of an aircraft

compute_noise_certification_metrics([...])

Calculates the noise at certification points as well as the noise contours of approach and takeoff.

compute_payload_range_diagram([mission, ...])

Calculate and plot the payload range diagram for an aircraft by modifying the cruise segment and weights.

estimate_landing_field_length([analyses, ...])

Computes the landing field length required for a given vehicle configuration at specified airport conditions.

estimate_stall_speed(vehicle_mass, ...)

Calculates the stall speed of an aircraft at a given altitude and maximum lift coefficient.

estimate_take_off_field_length([analyses, ...])

Computes the takeoff field length and optionally the second segment climb gradient for a given vehicle configuration.

estimate_take_off_weight_given_TOFL([...])

Estimates the maximum allowable takeoff weight for a given takeoff field length requirement.

generate_V_n_diagram([analyses, altitude, ...])

Computes a V-n (velocity-load factor) diagram for an aircraft according to FAR requirements.

generate_cruise_drag_buildup_table([...])

propeller_aerodynamic_analysis

rotor_aerodynamic_analysis(rotor, velocity_range)