Postby jwocky » Fri May 27, 2016 8:52 pm
Oh oh ohhhh, a bit careful here, please ...
First of all, you can't just skip "lift due to flaps" and just assume it is in the main lift ... because there are two different things to keep in mind with flaps (and some other dynamic things)
1.) They go in and out ... obviously. Means, they change dynamically their relevance in lift and drag. Which leads to the effect that is is really dynamic ... as in, the flaps move from one position to the other. Now imagine you have all this in your main lift routine. Every function is internally worked as kind of a little chukn of software inherently blocking other parts of the software from getting to work while this thing runs. So you really want to split it up in smaller chunks.
Another example for such effects (not aerodynamically, but software-wise) is a JSB-fuel system. Looks quite nice on the paper and the theory is so elegant. And of course it runs faster in JSB than it would run in an extra.Nasal module ... however, the cost in blocking core cycles are higher
2.) Aeromatics calculates flap lift and drag by an estimated "share" of the total wing area. Since in most planes the exact information is not available, that is based on an estimation by aeromatics and that one is usually not good. It gets worse, if you have planes for example with oversized flaps, like the A310. And because this is such a pain and you need to play around till you get the data points right (a certain VR and V1 at certain weights), I prefer to have the flaps, slats and spoilers separated to tweak them easier.
And yes, that's all about programming, your aerodynamics is of course impeccable.
And then, there is this "lift due to pitch" ... well, yeah, a lot of planes have that because it is an approximation because they have no "lift due to AoA" function. A certain AoA at a certain wind will lead always to a certain pitch at a given time t. They are not independent. So, since you went already with the AoA (you could because you did some extra miles on the math), the "lift due to pitch" would make only sense if it takes the aerodynamical behaviour of the fuselage in consideration. And I am not even sure if that wouldn't be also rather based on AoA since that is the angle to the wind. However, that would definitive put your plane development on a new level as far as FG is concerned.
Free speech can never be achieved by dictatorial measures!