Skip to content

Definition of Airfoil Types #32

Description

@Jamie7963

I was having a look at how the airfoil types are defined. The function getprofileTEtype has three possible outputs:

  1. Flat
  2. Sharp
  3. Round

This function seems to be quite dependent on the correct input format as the points must start at the TE on the HP side and move around the airfoil from HP to LP, finishing at the TE again on the LP side and then back to the original starting point. I believe it also requires that if the AF is a flatback, it starts with a node placed between the HP side and LP side and that this is the starting node (also finishing at that node). Which if I'm correct makes the function quite sensitive to having the correct coordinate inputs and that even if an airfoil has a large separation between the LP and HP at the TE, but no middle node, then it wouldn't be considered a flatback

Additionally, I noticed that when finding the first aerofoil that requires adhesive for creating a shell mesh with adhesive, the criteria for this is that the angle between the TE on the HP side and the TE on the LP size is less than 45 degrees. Would I be correct in thinking that this is similarly a method for defining whether an airfoil is flatback or sharp?

My main questions are really how I can ensure that the coordinates of any airfoil I use are correctly formatted and are there criteria for defining whether an airfoil is a flatback?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions