Open ddmarshall opened 1 year ago
Some properties at the leading edge are undefined (x_p, y_p, etc.) but some have finite values (dy/dx, k, etc.). Need to short-circuit regular calculations when close to the leading edge (<1e-7) to get these finite values.
This should be done after the geometry->airfoil->etc. hierarchy is set. This will requiring overriding common methods but only in certain situations.
Some properties at the leading edge are undefined (x_p, y_p, etc.) but some have finite values (dy/dx, k, etc.). Need to short-circuit regular calculations when close to the leading edge (<1e-7) to get these finite values.