gemseo.problems.uncertainty.wing_weight package#
The wing weight problem.
The function of the wing weight problem
is commonly studied through the random input vector \(W_w=f(A,\ell,\Lambda,N_z,q,S_w,t_c,W_{dg},W_{fw},W_p)\) whose components are independent random variables uniformly distributed:
\(A\sim\mathcal{U}([6.0, 10.0])\), the aspect ratio (-),
\(\ell\sim\mathcal{U}([0.5, 1.0])\), the taper ratio (-),
\(\Lambda\sim\mathcal{U}([-10.0, 10.0])\), the quarter-chord sweep angle (deg),
\(N_z\sim\mathcal{U}([2.5, 6.0])\), the ultimate load factor (-),
\(q\sim\mathcal{U}([16, 45])\), the dynamic pressure at cruise (lb/ft^2),
\(S_w\sim\mathcal{U}([150, 200])\), the wing area (ft^2),
\(t_c\sim\mathcal{U}([0.08, 0.18])\), the airfoil thickness to chord ratio (-),
\(W_{dg}\sim\mathcal{U}([1700, 2500])\), the flight design gross weight (lb),
\(W_{fw}\sim\mathcal{U}([220, 300])\), the weight of fuel in the wing (lb),
\(W_p\sim\mathcal{U}([0.025, 0.08])\), the paint weight (lb/ft^2).
The wing weight problem is presented in [FSK08] and the description given here is based on that of OpenTURNS.