How Can I Calculate Moment Coefficient for Airfoil Pressure Distribution?

AI Thread Summary
To determine the angle theta for numerical integration of lift and drag using pressure distribution, divide the airfoil into panels and calculate the angle of each panel with the horizontal using arctan((y2-y1)/(x2-x1)), then add 90 degrees for the angle to the normal. Care should be taken with the sign of the calculated angle. For calculating the moment coefficient around the quarter chord point, the lift from the trapezoidal rule should be multiplied by the distance from the quarter chord to the panel in question. The method of using only the distance from the quarter chord to the panel for moment calculations is correct, but ensure clarity on how lift is integrated across panels. Proper understanding of these calculations is essential for accurate aerodynamic analysis.
ruzfactor
Messages
80
Reaction score
0
I need help to determine the angle theta at each point of the surface so that i can apply numerical integration to get the lift and drag using the pressure distribution. How can I define theta?
 

Attachments

  • ld.JPG
    ld.JPG
    23.6 KB · Views: 778
Physics news on Phys.org
Do you have the airfoil coordinates? If so you could just use simple geometry to get the angle relative to the horizontal.

Divide the airfoil up into panels where each panel is in between two points. Then the angle that panel makes with the horizontal would be arctan((y2-y1)/(x2-x1)) where 1 and 2 denote point 1 and point 2. Then to get the angle from the horizontal to the normal of the panel you would just add 90 degrees. You may have to be careful with the sign of the angle though you calculate from the equation above. So watch out for that.
 
@RandomGuy88: thnx..

I have calculated the lift but I'm facing some problem regarding the moment coefficient around quarter chord point. I need moments to calculate Cm. When calculating moment at panel 3 (e.g lift at the surface between panel 2 and 3 x distance of panel 3 from 1/4 chord), I'm multiplying the lift with the distance between 1/4 chord point and that panel. Is this the correct way to calculate moments?? The confusion is, I used trapezoidal rule to calculate lift between say panel 2 and 3. So when calculating moment I'm multiplying only the distance of panel 3 from the 1/4 chord. Please explain... :(
 
Due to the constant never ending supply of "cool stuff" happening in Aerospace these days I'm creating this thread to consolidate posts every time something new comes along. Please feel free to add random information if its relevant. So to start things off here is the SpaceX Dragon launch coming up shortly, I'll be following up afterwards to see how it all goes. :smile: https://blogs.nasa.gov/spacex/
Back
Top