|
[Sponsors] |
June 16, 2014, 06:15 |
create a 2 point con
|
#1 |
Member
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 12 |
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 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 |
|
June 17, 2014, 10:31 |
pictures belonging to that problem
|
#2 |
Member
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 12 |
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 |
|
June 17, 2014, 15:44 |
|
#3 | |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Quote:
|
||
June 20, 2014, 09:46 |
|
#4 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Did this fix your issue?
|
|
June 20, 2014, 10:09 |
|
#5 |
Member
Vanessa Herwig
Join Date: May 2014
Posts: 36
Rep Power: 12 |
Yes ))))
i tried it before but it didn't work - now I decreased the node tolerance a lot and it works |
|
Tags |
connector, pole, two points |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
icoFoam - Floating point exception (core dumped) | File | OpenFOAM Running, Solving & CFD | 26 | March 6, 2021 05:26 |
Meshing a Sphere | Ajay | FLUENT | 10 | September 3, 2016 15:18 |
a reconstructPar issue | immortality | OpenFOAM Post-Processing | 8 | June 16, 2013 12:25 |
Actuator disk model | audrich | FLUENT | 0 | September 21, 2009 08:06 |
Can't see the point, streamline and line in Post | Atit | CFX | 0 | October 28, 2004 15:53 |