byuflowlab / Xfoil.jl

Julia wrapper for the 2D airfoil panel code XFOIL
MIT License
19 stars 6 forks source link

Xfoil tripped: for prop on wing viscous drag #2

Closed moore54 closed 6 years ago

moore54 commented 6 years ago

Verifying: Can we/I just copy the same architecture you've done with duplicating xfoil for cs, but for tripped flow?

taylormcd commented 6 years ago

This package should already be able to trip the flow, there just isn't a Julia function for it yet. The xfoilglobals struct in the Xfoil module provides access to the variables needed to trip the flow.

taylormcd commented 6 years ago

It would be a nice feature to write a Julia function which sets the trip location. I'll go ahead and open an issue for that, and mark this issue as closed.