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

Unsteady BC

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 1999, 08:38
Default Unsteady BC
  #1
Morvan Dominique
Guest
 
Posts: n/a
I would wish to impose unsteady boundary conditions by using software FLUENT5 and them User Defined Function (UDF) in interpreted mode. I tested the example developed in documentation entitled: " Transient Velocity Inlet Profiles for Flow in A Tube " To impose a condition speed of the form: Vx=V0+Asin(wt) I used the following procedure:
#include "udf.h" DEFINE_PROFILE(unsteady_velocity,thread,position) { face_t_f; begin_f_loop(f,thread) { real t=RP_Get_Real("flow_time"); F_PROFILE(f,thread,position)=20.+5.*sin(10.t); } end_f_loop(f,thread)}
By looking at the time evolution of the speed at the exit of the tube, I do not find a sinusoidale curve ? Did somebody of other encounter the same problem? Thank you in advance
  Reply With Quote

Old   November 25, 1999, 11:04
Default Re: Unsteady BC
  #2
ali Oge
Guest
 
Posts: n/a
Hi Morvan,

I have done a lot calculation on pulsating flow in a muffler by using FLUENT 5. I have not faced any problem. I suggest you to monitor velocity variation especialy at the INLET and outlet boundaries at the each time step during the solution and check if your inlet velocity function is correct. And also, your time step should be enough small in order to define sine wave form of the inlet velocity.

Ali,
  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
Error with the unsteady flamelet Model Christoph_84 FLUENT 0 February 25, 2010 11:06
conditions for unsteady problems dvdromnu OpenFOAM Running, Solving & CFD 5 November 9, 2009 02:15
Unsteady simulation on the flow around Naca0012 Peter Pan Zhang FLUENT 2 June 11, 2006 19:53
Under relaxation factor for unsteady NS scheme? zonexo Main CFD Forum 0 September 26, 2005 21:15
steady or unsteady? (in dpm) winnie FLUENT 1 April 28, 2003 11:30


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