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

Help with Lookup_Thread function

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 19, 2006, 02:16
Default Help with Lookup_Thread function
  #1
hirokata
Guest
 
Posts: n/a
Hello all-

I desperately need some help with function Lookup_Thread. I have been using this function whenever I needed to retrieve some values in particular zones along with loops around either cell or face. For example,

<font face=courier> Thread *t; cell_t c; int zone_ID = 2; Thread *thread_name = Lookup_Thread(domain,zone_ID);

thread_loop_c(t,domain) { begin_c_loop(c,t) { if (t == thread_name) { DO SOMETHING; } } end_c_loop(c,t) }</font>

As I understand this function looks up the "Zone ID" found in the Boundary Condition Panel. If I need to look up a thread that's not listed in the BC Panel how can I do this? So, say, if I want to retrieve Thread associated with a Surface ID? I really appreciate any help you can give me. Thanks!

-hirokata

  Reply With Quote

Old   October 19, 2006, 03:26
Default Re: Help with Lookup_Thread function
  #2
RoM
Guest
 
Posts: n/a
This qiestuin pops up from time to time and as far as i know is not possible to access post processing surfaces in udf.

RoM
  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
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Error with Wmake skabilan OpenFOAM Installation 3 July 28, 2009 00:35
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 11:41.