byuflowlab / VSPGeom.jl

A Julia package to import geometry created using OpenVSP into Julia
https://flow.byu.edu/VSPGeom.jl/
MIT License
4 stars 0 forks source link

Inverted normals on right wing when using flip_y=true #1

Closed cibinjoseph closed 1 year ago

cibinjoseph commented 1 year ago

The ordering of the panel coordinates is inverted when performing a flip about the y axis. This inverts the normals. This has to be corrected using reverse on one of the axis of the matrix.

cibinjoseph commented 1 year ago

Use symmetric option instead to create symmetric wings. flip_y is retained and any corrections should be performed on the client side.