convexengineering / SPaircraft

Models for commercial aircraft design
http://spaircraft.readthedocs.org
25 stars 17 forks source link

Use TASOPT tail drag model or the fits #56

Closed mayork closed 7 years ago

mayork commented 7 years ago

So I was able to dig up the drag model TASOPT uses...it assumes a drag coefficient then weights it by Stail/Swing. The question is, do we use this or the fits? The fits give us higher drag values (I'd argue more accurate). Normally I'd say use the TASOPT method but I think that makes us less accurate cause then our fuel burn is more directly impacted by variations in tail and wing sizing...Thoughts? We can also run both and demonstrate the differences

1ozturkbe commented 7 years ago

Whaaat? Seems super rudimentary... I'm surprised there isn't something more advanced in TASOPT. I would prefer using the fits; we don't have to follow the TASOPT models verbatim, and I think it is sketchy to say that we can just put a fudge factor on the tail drag. It's ok if we are a little high on fuel burn because our tail model is better. Let me know what you think. @whoburg do you want to weigh in here?

whoburg commented 7 years ago

I'd say use the constant drag coefficient if the goal is TASOPT validation, but a model that captures Re and thickness variation would be more appropriate long term. If using fit's it will be important to make sure we're fitting a reasonable choice of airfoil family for tails.

1ozturkbe commented 7 years ago

@mayork I guess then we can size the tails using the drag coefficients provided, as well as the set aspect ratios so we can get as close to TASOPT as possible.

mayork commented 7 years ago

using TASOPT tail drag for now, closing