|
[Sponsors] |
April 23, 2014, 07:28 |
Airfoil representation by bezier curves
|
#1 |
New Member
shikhar
Join Date: Apr 2010
Posts: 22
Rep Power: 16 |
Hi
I am trying to represent airfoil by using 2 bezier curves of order 12. what i understand is i have to find control points of bezier curve by using the co-ordinates of the airfoil and doing least squares approximation. My question is in typical least squares approx. we minimize vertical offset [i.e. we minimize {summation(y - y(t))}^2 ]. So if i do this i will find the y co-ordinates of my control points. Now, how do i find the x co-ordinates of my control points??? Can anyone please help me. |
|
April 23, 2014, 14:54 |
|
#2 |
Senior Member
Hamid Zoka
Join Date: Nov 2009
Posts: 293
Rep Power: 18 |
as far as I know, in case of bezier curves both X and Y are functions of t parameter. So, you should find t such that errors of X and Y goes down.
|
|
August 19, 2014, 08:32 |
|
#3 |
New Member
shikhar
Join Date: Apr 2010
Posts: 22
Rep Power: 16 |
hi hamidzoka ... thnx for your reply...
Yeah in bezier curves both x & y are functions of t parameter. As you said errors of x and y should go down, do i need to minimize both x & y together as minimize {summation (x-x(t))^2+(y-y(t))^2 } ??? |
|
August 31, 2014, 12:05 |
|
#4 |
New Member
Zhong, Hong Min
Join Date: Oct 2012
Location: UESTC, Chengdu in China
Posts: 8
Rep Power: 14 |
You may refer to the 29th section "Circles and quadratic Bézier curves" @ http://pomax.github.io/bezierinfo/
|
|
April 8, 2015, 09:04 |
represent airfoil by using 2 bezier curves
|
#5 |
New Member
samira
Join Date: Feb 2015
Location: Iran
Posts: 16
Rep Power: 11 |
Hello
I'm working on airfoil shape optimization for wind turbine.I am trying to represent airfoil by using 2 bezier curves. How can I get a Bezier curve closet to the given points (given an ordered set of m airfoil data points and find a set of control points.) can anyone please help me on this Thank you so much |
|
April 10, 2015, 03:45 |
|
#6 |
New Member
shikhar
Join Date: Apr 2010
Posts: 22
Rep Power: 16 |
check this link on Bezier Curve Fitting.
http://www.dtic.mil/cgi-bi/GetTRDoc?AD=ADA350611 |
|
April 11, 2015, 05:06 |
|
#7 |
Member
shahrooz
Join Date: Aug 2011
Posts: 41
Rep Power: 15 |
doing a google search for "bezier curve fitting" results in many related articles and web pages to what you want to do judging from the titles.
http://lmgtfy.com/?q=bezier+curve+fitting |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with airfoil shape optimization | robyTKD | SU2 Shape Design | 7 | March 7, 2022 17:18 |
Problem with restart solution in shape_optimization.py | robyTKD | SU2 Shape Design | 21 | May 29, 2013 10:26 |
[ICEM] Meshing an airfoil using C grid, some curves have no elements | tmartin | ANSYS Meshing & Geometry | 3 | November 16, 2011 19:58 |
Modeling Backflow for a 3D Airfoil (Wing of Finite Span) | Josh | CFX | 9 | August 18, 2009 12:31 |
Airfoil boundary condition | Frank | Main CFD Forum | 1 | April 21, 2008 19:36 |