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

F_UDMI Problems

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 16, 2004, 06:53
Default F_UDMI Problems
  #1
stephen e
Guest
 
Posts: n/a
At present I am having troubles assigning a int to the F_UDMI. I run both the face and face_thread loops, then assign a int to the UDMI. There are two problems 1) On inspection it does not assign the int to the UDMI and 2)it crashes out on the 4th thread loop.

The loop is has follows (DEFINE_INIT):

thread_loop_f(fthread,domain) { begin_f_loop(f,fthread) { F_UDMI(f, fthread, 0)=b; b++; } end_f_loop(f,fthread) }

Any help would be appreciated!

Regards Stephen
  Reply With Quote

Old   January 17, 2004, 09:01
Default Re: F_UDMI Problems
  #2
Andrew Garrard
Guest
 
Posts: n/a
I have had several problems with FUDMI. I asked the fluent support guys for help, but they didn't have any answers. My problem involved the FUDMI assigning a value of 0 to every face, regardless of what the code did. I suspect that there may be a problem with FUDMI. I "cheated" and assigned the cell adjcent to the face the value of the FUDMI uisng something like this:

cell_t c0 = F_C0(f, thread);

Thread *thread_c = THREAD_T0(thread);

C_UDMI(c0, thread_c, 0) = (value);

Hope it is of some help!
  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
[ICEM] Problems with coedge curves and surfaces tommymoose ANSYS Meshing & Geometry 6 December 1, 2020 11:12
Needed Benchmark Problems for FSI Mechstud Main CFD Forum 4 July 26, 2011 12:13
Some problems with Star CD Micha Siemens 0 August 6, 2003 13:55
unstructured grid sreekanth Main CFD Forum 1 August 6, 2001 15:09
Inverse problems Aleksey Alekseev Main CFD Forum 0 May 12, 1999 15:38


All times are GMT -4. The time now is 07:28.