byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method
MIT License
48 stars 11 forks source link

blownwing branch #20

Closed rymanderson closed 3 years ago

rymanderson commented 3 years ago

I added a function to analyses.jl that calculates total force coefficients at each chordwise section for plotting lift/drag distributions. Let me know what you think.

taylormcd commented 3 years ago

Thanks for the work on this. Turns out I need this functionality now, so I took a look and improved upon what was there to get me what I needed. It was basically a rewrite, but here are the things I aam adressing:

taylormcd commented 3 years ago

A couple things which I think would be helpful 1) Being able to choose between a global and local reference frame for force and moment coefficients extracted using lifting_line_properties 2) A validation case for section lift coefficients.

I think at the very least we should get a simple validation case for the section lift coefficients before merging this branch.

taylormcd commented 3 years ago

@rymanderson I added an option to specify the reference frame for the lifting line coefficients. I also added a unit test against section coefficients provided by AVL. This is probably ready to merge now.