CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Phoenics

Geometry error to debug

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 16, 2004, 10:40
Default Geometry error to debug
  #1
Jas
Guest
 
Posts: n/a
Hi, i am desperately debugging on this, hope there is someone could advise.

After running the satellite, I have an error message like this "No line link to point PA and PAB1", also "No line link to point PAB2 and PB".

My geometry command in Q1 file is like this:

GSET(V, CV01, PA, PAB1, PAB2, PB) GSET(L, L01, PA, PB, 1, 1.0, CRV, CV01) GSET(F, F01, PA, PAB1.PAB2, PB,-, PC,-, PD,-)

For your information, all variables are declared and assigned values, all points are defined. PA and and PB are the start point and ending point of the curve named cv01 respectively. PAB1 and PAB2 are intermediate points on this curve.

Thank you for your time.
  Reply With Quote

Old   January 16, 2004, 11:23
Default Re: Geometry error to debug
  #2
Jas
Guest
 
Posts: n/a
FYI, those command are in different lines.
  Reply With Quote

Old   January 18, 2004, 02:17
Default Re: Geometry error to debug
  #3
Rami
Guest
 
Posts: n/a
Jas,

As far as I recall, defining the curve CV01 as

GSET(V, CV01, PA, PAB1, PAB2, PB)

and the line L01 on it

GSET(L, L01, PA, PB, 1, 1.0, CRV, CV01)

only uses the intermediate points, PAB1, PAB2, but there is no line connecting PA to PAB1 and PAB2 to PB. Rather, there is a line connecting Pa to PB, passing through PAB1 and PAB2. This is what Satellite is complaining about.

You should therefore merely change the frame definition from your current one, i.e.,

GSET(F, F01, PA, PAB1.PAB2, PB,-, PC,-, PD,-)

to

GSET(F, F01, PA, - , PB,-, PC,-, PD,-)

I hope this would remove the difficulty.
  Reply With Quote

Old   January 19, 2004, 07:22
Default Re: Geometry error to debug
  #4
Jas
Guest
 
Posts: n/a
Thank you, it is solved.
  Reply With Quote

Reply


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
About "debug=T" sammi Phoenics 0 June 14, 2008 07:18
Debug switch pierre OpenFOAM Running, Solving & CFD 5 July 5, 2007 19:38
Problematic geometry error Jenny FLUENT 4 March 7, 2007 19:54
Debug of UDF in FLUENT summer FLUENT 1 August 29, 2006 17:54
Geometry Error Generation Joe CFX 4 March 15, 2005 22:57


All times are GMT -4. The time now is 23:38.