The aim of the initial sizing is to come up with a design which is light, performs well, and is inexpensive to manufacture and operate.
A popular method for initial sizing is the so called constraint analysis method. The method can be used to asses the required wing area and power for an aircraft such that the aircraft meets all performance requirements.
The performance requirements are defined by mathematical expressions of the following form:
WT=f(SW).
In the above equation WTis referred to as the thrust to weight ratio and the SWis referred to as the wing loading. The expressions relating the wing loading to the thrust to weight ratio are dependent on the performance requirements. Below are commonly used performance requirements equations. They can be found in any aircraft performance textbook.
The performance equations below are rewritten as a function of the power loading WPexpressed in W/kg. This is more convenient when designing propeller-powered aircraft.
The expressions above depend on the following parameters:
Parameter
Description
n
Load factor
CL,max
Maximum lift coefficient
CD0
Minimum drag coefficient
k
Induced drag coefficient
η
Propulsive efficiency
Vcruise,qcruise
Cruise airspeed and dynamic pressure
Vclimb,qclimb,ROC
Climb airspeed, dynamic pressure and rate of climb
Vtakeoff,qtakeoff,Stakeoff
Takeoff airspeed, dynamic pressure, distance
Vstall
Stall airspeed
ρ
Density
g
Acceleration due to gravity
Cf
Ground friction coefficient
When performing initial sizing it is difficult to determine the values for the above parameters. After all we haven't even started designing the aircraft! You have probably guessed already - aircraft design is an iterative process.
The image below shows all the performance requirements equations. The required CL,maxfor a desired stall speed is also shown.
In order to meet all performance requirements, the design point should be above all performance requirement equations. In the above image for a design having a wing loading of 25kg/m2the power loading should be approximately 200W/kg. In addition for a design having a wing loading of 25kg/m2and a desired stall speed of 15m/sthe maximum lift coefficient CL,maxof the design should be approximately 1.8. Consider you would like your design to have a mass of 20kg. For a wing loading of 25kg/m2and power loading of 200W/kgyou will need a reference area of approximately Sref=0.8m2and power system of approximately 4000W.
Example
Please refer to the Python code below which plots the constraint analysis for specific combination of parameters.