Skip to content

Inverted Airfoil from airfoil data base in Sandbox #104

Answered by peterdsharpe
harutidmore asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this will do it:

import aerosandbox as asb
import aerosandbox.numpy as np

af = asb.Airfoil("s1223")
af_flipped = af.scale(scale_x=1, scale_y=-1)  # creates a flipped copy of `af`
af_flipped.draw()

If you still have convergence issues and are able to share your design script, feel free to post it here. Good luck!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@harutidmore
Comment options

Answer selected by harutidmore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants