Fix the left/right terms in the twist handling to be symmetrical.
This commit is contained in:
parent
fbfdc6b987
commit
85115ef347
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ void Wing::compile()
|
||||||
sr->surface = s;
|
sr->surface = s;
|
||||||
sr->weight = chord * segWid;
|
sr->weight = chord * segWid;
|
||||||
s->setTotalDrag(sr->weight);
|
s->setTotalDrag(sr->weight);
|
||||||
s->setTwist(_twist * Math::sqrt(frac));
|
s->setTwist(_twist * frac);
|
||||||
_surfs.add(sr);
|
_surfs.add(sr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue