Skip to content

Wing with different airfoil section #66

Answered by EdoAlvarezR
aweproject2023 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Peter!

The "Simple Wing" tutorial shows how to pass the airfoil polar to the force calculation function, which is also shown in Line 170 here: LINK.

The file name of the airfoil polar refers to one of the airfoils in the default airfoil database that comes with FLOWUnsteady under database/airfoils. See the slides under the Propeller tutorial for more details on the database.

Alternatively, you can define your own database and pass the directory of the database to generate_calc_aerodynamicforce using the following keyword argument:

uns.generate_calc_aerodynamicforce(; add_parasiticdrag=true,
                                      add_skinfriction=true,
                                   …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by EdoAlvarezR
Comment options

You must be logged in to vote
2 replies
@EdoAlvarezR
Comment options

@dlmmssm
Comment options

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