ddmarshall / panel-code

Libraries and Resources for panel codes used to model aerodynamic flows.
GNU General Public License v3.0
1 stars 0 forks source link

Wrong Camber Leading Edge Properties #4

Closed ddmarshall closed 1 year ago

ddmarshall commented 1 year ago

The slope of the 4-digit camber line is wrong at the leading edge. Check other camber line classes and all properties at leading edge and trailing edges.

ddmarshall commented 1 year ago

Problem with integers being passed into numpy.piecewise and results being truncated back to integers. Commit 99063845 fixes this.