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

How to implement free surface bc indirectly

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 25, 2006, 05:19
Default How to implement free surface bc indirectly
  #1
Vishal
Guest
 
Posts: n/a
Hi all, can somebody please tell me how to implement free surface boundary condition indirectly, using UDF (like DEFINE_PROFILE) in FLUENT? We can specify this bc directly by giving zero values to X and Y component of shear stress. But I want to know how to do this using UDF! Thanks & Regards Vishal
  Reply With Quote

Old   February 25, 2006, 21:22
Default Re: How to implement free surface bc indirectly
  #2
KP
Guest
 
Posts: n/a
Dear Vishal, I am not so sure but there exists a UDF in FLUENT UDFS list where you can compile and play safe. It is few lines of code and requires careful reading as it is well commented. Personally I hae no ideas nor I have used but it may help you. Let me know if that helps. also you can look in vivek ranades book there als he discusses few mwthods to implement free BC in FLUENT. Good Luck ! KP
  Reply With Quote

Old   February 26, 2006, 23:32
Default Re: How to implement free surface bc indirectly
  #3
Vishal
Guest
 
Posts: n/a
Hi KP, Thanks for the help. I found out how to specify the shear stress using UDF. Program is as follows, /* Free surface boundary condition using UDF */ #include "udf.h" DEFINE_PROFILE(freesur_profile, t, i) {

face_t f;

begin_f_loop(f,t)

{

F_PROFILE(f,t,i) =0;

}

end_f_loop(f,t) } Thank you, once again. Vishal

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Thermocapillary free surface flow zakifoam OpenFOAM Running, Solving & CFD 10 December 12, 2016 11:44
Free surface is below than expected..results are not good mechovator CFX 24 April 8, 2011 00:41
Submarine Free Surface samwh CFX 7 August 30, 2009 07:14
Multiphase flow. Dispersed and free surface model Luis CFX 8 May 29, 2007 18:13
Modeling Free Surface Flows Elliot Schwartz Main CFD Forum 5 August 25, 1998 21:03


All times are GMT -4. The time now is 01:42.