Fix stall widths for the "auxilliary" (reverse flow) stalls so they
are sharp, as intended. These were are never seen in practice; I found the problem while looking at 360 degree lift curve graphs looking for discontinuities.
This commit is contained in:
parent
7a853f5b5f
commit
1e3f0f0050
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ Surface* Wing::newSurface(float* pos, float* orient, float chord,
|
|||
int i;
|
||||
for(i=2; i<4; i++) {
|
||||
s->setStall(i, 0.2267f);
|
||||
s->setStallWidth(i, 1);
|
||||
s->setStallWidth(i, 0.01);
|
||||
}
|
||||
|
||||
if(flap0) s->setFlapParams(_flap0Lift, _flap0Drag);
|
||||
|
|
Loading…
Add table
Reference in a new issue