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

Pulsatile blood flow

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By hesamking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 4, 2004, 08:33
Default Pulsatile blood flow
  #1
Duncan
Guest
 
Posts: n/a
My project is titled 'initial platelet adhesion in an axi-symmetric expansion tube, under pulsatile flow'. I was wondering if anyone knew the easiest way of incorporating pulsatile flow and initial platelet adhesion into the model. I assume for the blood flow it is a velocity profile but I don't know how to apply this for fluent

Duncan
  Reply With Quote

Old   March 9, 2004, 12:50
Default Re: Pulsatile blood flow
  #2
paul
Guest
 
Posts: n/a
Duncan,

There is an example in the Fluent UDF documentation that models a sinusoidal wave input. The last segment of Ch. 11.1 has the UDF text file that you will need. As a first approxiamtion a sine wave may be acceptable for the pulsatile nature of blood flow. Hope this helps

Paul
  Reply With Quote

Old   March 10, 2004, 08:01
Default Re: Pulsatile blood flow
  #3
Duncan
Guest
 
Posts: n/a
Thanks a lot I'll take a look and see how it goes Cheers, Duncan
  Reply With Quote

Old   September 8, 2011, 14:26
Default
  #4
New Member
 
amir okhovat
Join Date: Sep 2011
Location: Iran- Isfahan
Posts: 24
Rep Power: 14
amirokhovat is on a distinguished road
Send a message via Skype™ to amirokhovat
Hi dear
what funcation you use for pulstile blood flow?
THANK VERY MUCH
amirokhovat is offline   Reply With Quote

Old   October 10, 2011, 05:21
Default
  #5
Member
 
mohammad
Join Date: Apr 2010
Posts: 42
Rep Power: 16
mohammadkm is on a distinguished road
I think it is
V=a(1+b*sin(w*t))
I'm no t sure.
best
mohammadkm is offline   Reply With Quote

Old   March 23, 2012, 13:23
Default help to set the inflow BC in CFX
  #6
Member
 
Hesam Moghaddam
Join Date: Mar 2012
Posts: 49
Rep Power: 14
hesamking is on a distinguished road
i am doing a research on an aneurysm, I want to redo an
already done work to learn details of this work.
I don't know how I should set up the inlet velocity. I have the inlet velocity waveform graph from the paper, but I do not have any expression or equation which i can input into CFX. will you please guide me what I should do?
I am doing my study for an aneurysm at a bifurcation of a basilar artery. I have one inlet and two outlets? I also wanted to ask what B.C i should use for the outlet. In paper, I think it mentions Newmann B.C.
I have attached the picture of inflow waveform. I would really appreciate your kind help.
Regards,
Heasam
Attached Images
File Type: jpg untitled.JPG (40.2 KB, 61 views)
hesamking is offline   Reply With Quote

Old   November 2, 2012, 10:40
Default
  #7
vix
New Member
 
Vikram M.
Join Date: Jan 2011
Posts: 8
Rep Power: 15
vix is on a distinguished road
Quote:
Originally Posted by hesamking View Post
i am doing a research on an aneurysm, I want to redo an
already done work to learn details of this work.
I don't know how I should set up the inlet velocity. I have the inlet velocity waveform graph from the paper, but I do not have any expression or equation which i can input into CFX. will you please guide me what I should do?
I am doing my study for an aneurysm at a bifurcation of a basilar artery. I have one inlet and two outlets? I also wanted to ask what B.C i should use for the outlet. In paper, I think it mentions Newmann B.C.
I have attached the picture of inflow waveform. I would really appreciate your kind help.
Regards,
Heasam
Hey hesam

Did you manage to generate the inlet velocity for your particular graph. I am looking to do something similar and was wondering if you could help out.

Thanks!
vix is offline   Reply With Quote

Old   November 2, 2012, 11:21
Default
  #8
Senior Member
 
ghost82's Avatar
 
Rick
Join Date: Oct 2010
Posts: 1,016
Rep Power: 26
ghost82 will become famous soon enough
Quote:
Originally Posted by vix View Post
Hey hesam

Did you manage to generate the inlet velocity for your particular graph. I am looking to do something similar and was wondering if you could help out.

Thanks!
Hi,
you can write a profile, by "linearizing" your curve, as in the attached picture.
This is just an idea.

The profile should be as following (following values must be refined..)

Code:
((profile transient 20 0)
(time 0 0.01 0.07 0.08 0.11 0.15 0.2 0.23 0.32 0.37 0.43 0.5 0.55 0.67 0.7 0.75 0.79 0.87 0.9 1.0)
(velocity 0.37 0.36 0.61 0.61 0.57 0.47 0.4 0.37 0.37 0.36 0.36 0.38 0.38 0.35 0.35 0.36 0.36 0.35 0.35 0.36))
20 are the number of points, 0 means non periodic.
Then write time points and corresponding velocity points.

Daniele
Attached Images
File Type: jpg profile.jpg (33.5 KB, 56 views)
ghost82 is offline   Reply With Quote

Old   November 2, 2012, 11:46
Default
  #9
Member
 
Hesam Moghaddam
Join Date: Mar 2012
Posts: 49
Rep Power: 14
hesamking is on a distinguished road
Quote:
Originally Posted by vix View Post
Hey hesam

Did you manage to generate the inlet velocity for your particular graph. I am looking to do something similar and was wondering if you could help out.

Thanks!
Hey Vix,
Actually I did.
Use a software like "Dagra" or any other to extract the points out of your curve and save them in an excel file.
then using MATLAB "cftool" Toolbox or "Curve Expert" to fit a polynomial on the data. then use FFT in MATLAB with that polynomial as your function to get the Fourier Coefficients out of the program. If you want, I can send you the program. Send me your email.
After getting the Fourier Coeff. you will make a CCL file in FORTRAN language and import it into CFX Expressions. In this way, you will get a periodic (pulsatile) inflow velocity or pressure.
Good Luck,
Hesam
hesamking is offline   Reply With Quote

Old   November 3, 2012, 12:12
Default
  #10
vix
New Member
 
Vikram M.
Join Date: Jan 2011
Posts: 8
Rep Power: 15
vix is on a distinguished road
Thanks for your replies Daniele and Hesam.

I already have the velocity values against time now .

Hesam my email is vvmehta@gmail.com - would really appreciate if you could send it so I can figure out what to do next.

Also, I am using Fluent not CFX and will need to make a UDF in C language just to let you know. Would that change much ?

Many thanks
vix is offline   Reply With Quote

Old   November 3, 2012, 12:33
Default
  #11
Member
 
Hesam Moghaddam
Join Date: Mar 2012
Posts: 49
Rep Power: 14
hesamking is on a distinguished road
Quote:
Originally Posted by vix View Post
Thanks for your replies Daniele and Hesam.

I already have the velocity values against time now .

Hesam my email is vvmehta@gmail.com - would really appreciate if you could send it so I can figure out what to do next.

Also, I am using Fluent not CFX and will need to make a UDF in C language just to let you know. Would that change much ?

Many thanks
Hey Vix,
Actually It's different. As you said it should be in C language. but I have a code for inflow velocity for that in C language too that will send it to your mail.
Also you may experience some problems when you want to upload UDF in Fluent as you should start up Fluent using Windows Prompt Command?
Good luck
ces_pt likes this.
hesamking is offline   Reply With Quote

Old   April 10, 2013, 12:17
Default
  #12
New Member
 
Join Date: Apr 2013
Posts: 6
Rep Power: 13
ami1991 is on a distinguished road
Quote:
Originally Posted by hesamking View Post
Hey Vix,
Actually I did.
Use a software like "Dagra" or any other to extract the points out of your curve and save them in an excel file.
then using MATLAB "cftool" Toolbox or "Curve Expert" to fit a polynomial on the data. then use FFT in MATLAB with that polynomial as your function to get the Fourier Coefficients out of the program. If you want, I can send you the program. Send me your email.
After getting the Fourier Coeff. you will make a CCL file in FORTRAN language and import it into CFX Expressions. In this way, you will get a periodic (pulsatile) inflow velocity or pressure.
Good Luck,
Hesam
sir,
I am a final year engg student and i am doing a project on the same topic. I have not figured out any program to get a pulsalite blood flow... could you kindly send me the same??? my email id amithaprabhakar@yahoo.co.in
ami1991 is offline   Reply With Quote

Old   October 26, 2016, 09:23
Default Womersley B.c at the inlet of Artries
  #13
New Member
 
WISAM
Join Date: Jul 2015
Posts: 2
Rep Power: 0
wisam85 is on a distinguished road
Hi folks

I have read your discussion regarding the inlet velocity profile in an artery. Does any one kindly send me the C code that expresses the womersley velocity profile at the inlet of Arteries rather than using the parabolic profile.? Thanks to all in adavace
wisam85 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
How to set pulsatile flow in cfx? bmdaortiz CFX 4 September 8, 2009 22:48
3D pulsatile blood flow UDF Michal FLUENT 0 February 25, 2005 07:18
Fluent blood flow BC Michal FLUENT 4 February 23, 2005 06:51
blood flow simulation start-up hints please olumide olododo Main CFD Forum 4 May 31, 2004 11:33
Inviscid Drag at subsonic, subcritical Mach # Axel Rohde Main CFD Forum 1 November 19, 2001 12:19


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