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

wall slip-udf

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 22, 2004, 02:24
Default wall slip-udf
  #1
Avesta
Guest
 
Posts: n/a
hello thank you i wrote udf for slip on the wall: #include "udf.h" DEFINE_PROFILE(slip, thread, nw) { face_t f; begin_f_loop (f, thread) { cell_t c; double m =C_DWDY(c, thread); F_PROFILE(f, thread, nw) = 0.02* pow (m, 0.9); } end_f_loop (f,thread) } in fluent 6.0.0: first user defined---> functions--->interpreted UDFs d:\slip.c and then diplay assembly listing and then compile. then put this udf slip in boundary condition in the wall,there are not errors in these steps, but when i want to initialize solution and compute from inflow or any zones ,appear thie error: Error: FLUENT received fatal signal (ACCESS_VIOLATION) 1. Note exact events leading to error. 2. Save case/data under new name. 3. Exit program and restart to continue. 4. Report error to your distributor. Error Object: () please guide me Yours faithfully Arash Avesta
  Reply With Quote

Old   June 22, 2010, 21:51
Default
  #2
New Member
 
王国斌
Join Date: Jun 2010
Location: beij,chongqing,Chengdu
Posts: 22
Rep Power: 15
wangguobin14 is on a distinguished road
Send a message via ICQ to wangguobin14 Send a message via MSN to wangguobin14
Hi,Avesta,
It's late to come here ,finding my research problem, Recently,i am bend my head on slip boundary condition in microchanel.so,now i wonder would you share your slip code and your research topics, thank you very much!
your chinese friends!
Guobin
my emails:wangguobin14@163.com
wangguobin14 is offline   Reply With Quote

Old   November 13, 2014, 04:26
Default hi
  #3
Member
 
Qureshi M Z I
Join Date: Sep 2013
Posts: 79
Rep Power: 12
m zahid is on a distinguished road
hi, i need a UDF for slip boundary condition at the bottom of the domain or at the ground (wall), case is just like a flow over a building. if anybody have sample UDF please share this, z is a vertical axis of my domain. thanks

mziqureshi@hotmail.com

regards,
m zahid 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
Natural convection in a closed domain STILL NEEDING help! Yr0gErG FLUENT 4 December 2, 2019 00:04
UDF to Access Wall Normal Concentration Gradient Daniel Tanner Fluent UDF and Scheme Programming 4 February 18, 2015 14:35
Slip flow boundary condition on wall using UDFs mahdi haddad FLUENT 1 November 11, 2014 06:13
UDF for slip and moving wall lichun Dong FLUENT 3 March 26, 2014 04:37
UDF hook on the WALL boundary condition Luke FLUENT 0 June 7, 2006 11:54


All times are GMT -4. The time now is 04:05.