CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Mesh Generation & Pre-Processing Software > Pointwise & Gridgen

create a 2 point con

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 16, 2014, 05:15
Post create a 2 point con
  #1
Member
 
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 11
v_herw is on a distinguished road
Hi guys,

i have a little problem creating a connector at an open trailing edge of an airfoil.
i wrote a script to create the connector between the ending points of an open Trailing edge:

Code:
	#create TE connector
	set TwoPoints [pw::Application begin Create]
	  set SegmentSpline [pw::SegmentSpline create]
	  set con1 [pw::GridEntity getByName "con-1"]
	  set con2 [pw::GridEntity getByName "con-2"]  
	  $SegmentSpline addPoint [$con1 getPosition -arc 0]
	  $SegmentSpline addPoint [$con2 getPosition -arc 1]
	  set CreateCon [pw::Connector create]
	  $CreateCon addSegment $SegmentSpline
	  $CreateCon calculateDimension
	$TwoPoints end
now i have different airfoil coordinates (created with XFOIL) which i will import into PW and then create the Connector (or the database connector - i tried both).

For some reasons PW is creating not a connector instead of a pole at some of the TEs. I am not able to understand it - first of all i thought it might be because the TE gap is too small but i tried it with much smaller TE gaps and it is working.

so my question:
due to which reasons is PW creating a pole instead of a connector?

thanks a lot Vanessa
v_herw is offline   Reply With Quote

Old   June 17, 2014, 09:31
Default pictures belonging to that problem
  #2
Member
 
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 11
v_herw is on a distinguished road
to make a bit more clear what i mean i attached some pictures of the problem.

i don't know what happened while importing my database but it seems like there aren't any ending points at some of the open trailing edge endings.

this foil is an interpolation (made by xfoil) between a Naca4415 and a Naca4418 with an open trailing edge. As i said before i made some other airfoils with the same scripting and the import in PW didn't occur any problem.

Does anybody has an idea what might happened here?


Thanks a lot for your help
Attached Images
File Type: jpg te_pole.jpg (14.0 KB, 18 views)
File Type: jpg te_pole_complete.jpg (14.6 KB, 14 views)
File Type: jpg te_pole_missing_point.jpg (11.8 KB, 14 views)
v_herw is offline   Reply With Quote

Old   June 17, 2014, 14:44
Default
  #3
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
Quote:
Originally Posted by v_herw View Post
to make a bit more clear what i mean i attached some pictures of the problem.

i don't know what happened while importing my database but it seems like there aren't any ending points at some of the open trailing edge endings.

this foil is an interpolation (made by xfoil) between a Naca4415 and a Naca4418 with an open trailing edge. As i said before i made some other airfoils with the same scripting and the import in PW didn't occur any problem.

Does anybody has an idea what might happened here?


Thanks a lot for your help
Based on the images, my feeling is the trailing edge gap is smaller than the node tolerance. Measure the TE gap and compare it to the node tolerance (File>Properties). If the former is small than the later, you need to decrease the node tolerance.
cnsidero is offline   Reply With Quote

Old   June 20, 2014, 08:46
Default
  #4
Senior Member
 
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22
cnsidero is on a distinguished road
Did this fix your issue?
cnsidero is offline   Reply With Quote

Old   June 20, 2014, 09:09
Default
  #5
Member
 
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 11
v_herw is on a distinguished road
Yes ))))

i tried it before but it didn't work - now I decreased the node tolerance a lot and it works
v_herw is offline   Reply With Quote

Reply

Tags
connector, pole, two points


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
icoFoam - Floating point exception (core dumped) File OpenFOAM Running, Solving & CFD 26 March 6, 2021 04:26
Meshing a Sphere Ajay FLUENT 10 September 3, 2016 14:18
a reconstructPar issue immortality OpenFOAM Post-Processing 8 June 16, 2013 11:25
Actuator disk model audrich FLUENT 0 September 21, 2009 07:06
Can't see the point, streamline and line in Post Atit CFX 0 October 28, 2004 14:53


All times are GMT -4. The time now is 00:36.