@ Cam, questions on

uh! v tail coeff

use homebuilt category **

just use chord length as the h tail and the same position

elevator sized for trim

rudder size for bank angle

elevator deflect 25 deg.

I looked through the constraint diagram code

cfg is a dictionary of a bunch of parameters, that’s pretty cool

what is the difference between initiating properties by self and this?

what is this if not [input] magic?

ooooh I get it, unless there’s other inputs you take the ones set in cfg

each time q has to be calculated because the V is different (maneuver vs. cruise)

okay what’s this funny lambda in python

it’s a function!

acc = lambda V: self.g*(TW - 0.5*self.rho*V**2/ws*(self.cfg['CDto'] - 0.03*self.cfg['CLto']) - 0.03)