MarcoFossati / projects-cluster

Collection of projects in computational aerodynamics within ACE/FASTT
4 stars 1 forks source link

Create a Python script to construct a BWB cad model #32

Open AlexWrightMAEStrath opened 6 years ago

AlexWrightMAEStrath commented 6 years ago

Single taper

Double taper (centre body and wing)

AlexWrightMAEStrath commented 6 years ago

FreeCAD issue with lofting between different aerofoil sections: rapid geometry changes cannot be computed. Causes problems at body/wing intersection where it is necessary to change from reflexed centreline aerofoil with limited aft camber to a supercritical section with high aft camber. Similarly, cannot transition from supercritical to symmetrical NACA 4 series at tip/winglet intersection. Second issue - insufficient aerofoil data points across profile when scaled up.

Advice from Dr Fossati:

  1. select 1 aerofoil for the whole BWB Done. Comparison of supercritical aerofoil lift, drag & moment coefficients with literature values for optimum BWB configuration {Dommelen & Vos] gave SC20714 as the 'optimum' aerofoil for the outer wing sections. However it is sub-optimal for the centrebody due to the high chord length and significantly different aerodynamic characteristics; higher Reynolds numbers, higher sweep = higher drag div. mach = higher critical mach = delayed shocks.
  2. Select 1 body aerofoil and 1 supercritical wing aerofoil. In progress. SC20714 (supercritical) selected for wing. Still to select body aerofoil to satisfy similar criteria.
  3. Model winglet separately and introduce a union between the main wing and winglet geometry. In progress.
  4. Import aerofoil into python and interpolate curve between points. In progress.