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

UDF using c_face_loop(c,t,i)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 31, 2000, 07:35
Default UDF using c_face_loop(c,t,i)
  #1
frederic
Guest
 
Posts: n/a
Hi all,

I wrote an udf to calculate the fouling deposition on a wall. In the udf I need to find the cells in contact with the appropriate wall and extract the wall temperature. I have already created a udf but a compiled error is still there. I sent the udf to fluent and they were able to compile it without any problem. The error occur for this line

c_face_loop(cell,thread,i)

I would like to know if somebody already used that kind of logic to get a wall temperature and can help me.

To add a comment on previous chat about udf, a udf topic would be very appreciate. I now than there is a udf database in construction at fluent but it is an internal system. Creating that kind of system will provide much more information and help everybody (users and fluent staff)

Thank for your help

frederic
  Reply With Quote

Old   March 31, 2000, 09:17
Default Re: UDF using c_face_loop(c,t,i)
  #2
Jonas Larsson
Guest
 
Posts: n/a
I can't help you with the UDF problem, sorry. About the UDF repository - I'm working on a database-backed system to share this kind of data, with a user-friendly web-interface. In the mean time I have opened an FTP site here at CFD Online where users can share their UDF's. So far the interest has been small though - only one UDF has been uploaded. I'm hesitant if there are enough users to get this kind of UDF service going. If you want to help the service get going please take the time to share some of your UDF's by uploading them to:

ftp://ftp.cfd-online.com/incoming/

If you upload a file there please drop me a short email also telling me what it is.

Uploaded and reviewed UDFs can be found in:

ftp://ftp.cfd-online.com/fluent/

Not only UDF files are welcome - please feel free to share journal files, benchmarks, scheme scripts, material database etc. if you want.
  Reply With Quote

Old   April 1, 2000, 22:42
Default Re: UDF using c_face_loop(c,t,i)
  #3
Greg Perkins
Guest
 
Posts: n/a
I've been able to compile and run this macro on a HP-UX unix system.

I think it loops over all faces of the cell. This appears to work, but when I then tried to extract the ith face to use to find out face information such as mass flux or enthalpy I got strange results. For example the same face was returned twice for a cell when calling C_FACE.

The code I used looked like this :

real source;

face_t f;

int n;

source = 0.0;

c_face_loop(c,t,n)

{

f = C_FACE(c,t,n);

source += F_H(f,t); {or someother parameter }

}

return source;

Greg
  Reply With Quote

Old   January 16, 2017, 23:17
Default
  #4
New Member
 
Swapnil Chavanda
Join Date: Jan 2017
Location: Pune
Posts: 19
Rep Power: 9
swpnl9282@gmail.com is on a distinguished road
Hi frederic,
Plaese upload the program for fouling deposition on the wall T
hank you
swpnl9282@gmail.com is offline   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
Dynamic Mesh UDF Qureshi FLUENT 7 March 23, 2017 07:37
UDF parallel error: chip-exec: function not found????? shankara.2 Fluent UDF and Scheme Programming 1 January 16, 2012 22:14
How to add a UDF to a compiled UDF library kim FLUENT 3 October 26, 2011 21:38
UDF...UDF...UDF...UDF Luc SEMINEL FLUENT 0 November 25, 2002 04:03
UDF, UDF, UDF, UDF Luc SEMINEL Main CFD Forum 0 November 25, 2002 04:01


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