solution failures for reasons I have still to investigate.
sr->surface = s;
sr->weight = chord * segWid;
s->setTotalDrag(sr->weight);
- s->setTwist(_twist * Math::sqrt(frac));
+ s->setTwist(_twist * frac);
_surfs.add(sr);
if(_mirror) {
sr->surface = s;
sr->weight = chord * segWid;
s->setTotalDrag(sr->weight);
- s->setTwist(_twist * Math::sqrt(frac));
+ s->setTwist(_twist * frac);
_surfs.add(sr);
}
}