RCAIDE.Library.Methods.Mass_Properties.Weight_Buildups.Conventional.Transport.Raymer

Raymer#

Collection of aircraft weight estimation methods based on Raymer’s empirical correlations for a transport aircraft. This module provides component weight estimation functions including wing, tail, fuselage, landing gear, and systems weights. The correlations are primarily derived from historical aircraft data as presented in Raymer’s “Aircraft Design: A Conceptual Approach”.

Modules

compute_fuselage_weight(vehicle, fuselage, ...)

Calculates the weight of the fuselage for transport aircraft using Raymer's method.

compute_horizontal_tail_weight(vehicle, ...)

Calculates horizontal tail weight based on Raymer's empirical method.

compute_landing_gear_weight(vehicle)

Calculates the weight of main and nose landing gear for transport aircraft using Raymer's method.

compute_main_wing_weight(vehicle, wing, settings)

Calculates the wing weight for transport aircraft using Raymer's empirical method.

compute_operating_empty_weight(vehicle[, ...])

compute_propulsion_system_weight(vehicle, ...)

Calculates the total propulsion system weight using Raymer's method, including subsystems.

compute_systems_weight(vehicle)

Calculates the system weight based on the Raymer method

compute_vertical_tail_weight(vehicle, wing, ...)

Calculates vertical tail weight using Raymer's empirical method.