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

Pulsatile Flow Boundary Conditions

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By solomon

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2004, 11:32
Default Pulsatile Flow Boundary Conditions
  #1
Lior
Guest
 
Posts: n/a
Hi everyone! I am trying to simulate 2-D pulsatile flow of blood through arterial stenosis. I was wondering how should i define the boundary conditions for the inlet pulsatile flow waveform? The blood flow inlet has a specific waveform (according to the heart systole and diastole pattern) which repeats itself every ~1 second. I guess i should use a UDF, but how do i define it as a boundary condition in the inlet? Thanks.
  Reply With Quote

Old   February 12, 2004, 03:38
Default Re: Pulsatile Flow Boundary Conditions
  #2
solomon
Guest
 
Posts: n/a
Lior,

The following is the udf for pulsatile velocity boundary condition which you can use it as inlet. It is one of the examples in fluent documentation manual under the section udf.

I do hope you have the appropriate equation to desiginate arterial pulsatile velociy profile. You need to substitute the sine function here with it.

You will need to interpret or compile this udf; instructions on how to do so are in influent manual. Once compiled/interpreted the function appears in your list of inlet boundary condition. From there you make your selection.

#include "udf.h"

DEFINE_PROFILE(unsteady_velocity, thread, position) { face_t f; real t = CURRENT_TIME;

begin_f_loop(f, thread)

{

F_PROFILE(f, thread, position) = 5.0*sin(10.*t);

} end_f_loop(f, thread) }

Solomon
  Reply With Quote

Old   February 12, 2004, 05:49
Default Re: Pulsatile Flow Boundary Conditions
  #3
Lior
Guest
 
Posts: n/a
Hi Solomon, Thank you for your clear and fast response. I will try and follow your instructions, in order to fit the inlet boundary condition. Best regards, Lior.
  Reply With Quote

Old   April 20, 2014, 07:26
Default
  #4
Member
 
ad
Join Date: Apr 2014
Posts: 75
Rep Power: 12
adi.ptb is on a distinguished road
hi,I want to simulate a pulsating unsteady turbulent flow in a pipe,due to symmetry i generated half of its geometry,i used a udf to define the inlet velocity and temperature,i get the solution converged but when i plot the area weighted average vs flow time at the centerline i keep getting zero values for axial velocity,can anyone help me please
adi.ptb 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
Free surface flow settubg boundary conditions and plotting velocity profiles prashanthreddyh FLUENT 2 October 21, 2015 09:58
Low Speed Flow Boundary Conditions Paul Bateman FLUENT 2 January 10, 2013 13:01
Boundary conditions low Mach number flow lost.identity Main CFD Forum 0 November 28, 2010 04:44
boundary conditions for pulsatile (hemodynamics) flow gerbervdgraaf OpenFOAM 0 June 29, 2010 06:13
Heat Transfer boundary conditions for engine coolant flow simulation rajuks Main CFD Forum 0 February 15, 2010 09:04


All times are GMT -4. The time now is 00:26.