effect of airfoil camber #225
Replies: 5 comments 4 replies
-
Hi Dominik, Best, Alvaro |
Beta Was this translation helpful? Give feedback.
-
Hi Dominik, It could be worth checking the chord wise panel discretisation you are using in SHARPy, as it could be the source of discrepancies. When introducing camber, you require a much finer discretisation in order to approximate the cambered profile with the rectilinear vortex panels. This will of course increase the cost of the simulation. You could start with a convergence analysis of this parameter, maybe with a horseshoe wake in order to keep the cost down. If it is a discretisation issue, you can then use the option to change the size of the wake panels such that your required discretisation on the wing does not penalise you too much on the wake. Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Hi Dominik, 300 is A LOT indeed. First question to ask is what measure are you taking for the twist in SHARPy? Best, Alvaro |
Beta Was this translation helpful? Give feedback.
-
Hi Alvaro and Norberto, I just did another experiment by adjusting the way I calculate the downwash in NASTRAN. As far as I understand SHARPy's code, you sample M+1 points on the airfoil which you connect to obtain your airfoil discretisation. Is there an easy way for me to use the 75 % line as collocation points? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Dominik, that is right, see image and explanation attached (from original UVLM implementation in Murua_thesis; also recommended Carre_thesis for the latest implementation). Basically shifting the panels is a way of imposing the Kutta condition (see Katz and Plotkin book), which in the DLM implementation comes naturally with the dublets as the wake is assumed flat to infinity. are you planning on modifying the UVLM implementation? The shifting of the panels happens here; it should not make a huge difference if you remove it but the code has undergone plenty of validation so I would be cautious as to what to take as valid results if you change the current implementation. Have a look to the generate_colocationMesh in the header file geometry.h, and more generally the biotsavart.h for the core of the implementation. Regards, Alvaro |
Beta Was this translation helpful? Give feedback.
-
Hi,
What options do I have to incorporate the effects of airfoil camber?
At the moment I am saving the camber line to the airfoils group. Unfortunately, as soon as I add the influence of camber to my (static) simulation the results of Sharpy do not agree with those of a simulation in Nastran. To investigate the problem further, I used a simple clamped wing and again the results match those from Nastran only as long as I disregard the effect of camber.
The biggest difference appears in the wing torsion (moment), the deviation of the wing bending is much smaller.
As far as I see, I could alternatively use the constant value in the airfoil_efficiency array or an explicit polar.
What works best in your experience and how do you then calculate the moment at zero angle of attack?
Best regards
Dominik
Beta Was this translation helpful? Give feedback.
All reactions