×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Catheter Balloon Inflation

Catheter Balloon Inflation

Catheter Balloon Inflation

(OP)
Hi

I'm new to bioengineering but I've been asked to calculate the theoretical inflation time for a catheter balloon. Can any one point me in the right direction? Any guidance appreciated.

RE: Catheter Balloon Inflation

V = Q * t
V = volume, Q is flowrate, t is time.

What would you be doing, if you knew that you could not fail?

RE: Catheter Balloon Inflation

(OP)
Thanks. However I should have mentioned that it must be inflated to a specified pressure.

RE: Catheter Balloon Inflation

And how big is the balloon and what pressure??

RE: Catheter Balloon Inflation

(OP)
The balloon is 60mm long, and 2mm dia. the inlet pipe/supply pipe is 0.7mm dia. I want to inflate the balloon to 6atm.

RE: Catheter Balloon Inflation

I'm guessing you will use a hand pump. With the volumes you are dealing with, I would expect inflation to be practically instantaneous.6 atm sounds a bit painful too. What if it bursts ??

RE: Catheter Balloon Inflation

(OP)
Yes I am using a hand pump. It has a flow rate of 1ml/sec in inflation and 5ml/sec in deflation. I have attached a portion of my code below. I find that the inflation rate is to slow. In practice this can be inflated in 4.6 sec. The deflation time is too fast, as again in practice the deflation time is 1.3 sec. Have I an error in my units or is there something I am missing?

Thanks for your help.

RE: Catheter Balloon Inflation

(OP)
Hopefully this explains the problem better:

I need to calculate the time to fill and then deflate a catheter balloon. This consists of a hand pump connected to a long tube which then widens out to the balloon vessel. I need to reach a certain pressure in the balloon. The balloon is already expanded and it is assumed no further expansion of the material will occur.

I know the volumetric flow rate (Q) from the hand pump. The length (L) of the tube is 1400mm. I have calculated the pressure drop across the tube (delP).

How to I determine how long it will take to fill both the tube and the balloon from vacuum to a given pressure and then how long to pull a vacuum on the system? Any help appreciated.

I previously used Pressure = mass*Gas Constant*Temperature/Volume. I did this at intervals until the pressure in the vessel equaled the pressure required, giving me the time required. However I found that this did not match my experiment. (The calculated times were much greater than the actual)

RE: Catheter Balloon Inflation

Where are you getting the flow rate numbers? I'm having difficulty comprehending how the flow rate could be independent of pressure differential. Is this "hand pump" something your hand actually compresses at some repetition rate, i.e., like a blood pressure cuff pump? At a minimum, your deflation flow rate must be proportional to the pressure differential, and constrained by the resistance of the tube.

As general rule, you should refrain from double posting: thread755-322700: Balloon Inflation/Deflation Times However, given that no one else replied to the other thread, going here is probably reasonable.

TTFN
FAQ731-376: Eng-Tips.com Forum Policies

RE: Catheter Balloon Inflation

You use ml here, but your code appears to refer to grams, and the two combined suggests water, i.e., 1gm/ml, but you are obviously talking about air.

TTFN
FAQ731-376: Eng-Tips.com Forum Policies

RE: Catheter Balloon Inflation

(OP)
The flow rate numbers are got from tests I have done on the hand pump. It is like a syringe except that instead of pushing the plunger it is twisted. I have calculated the change in pressure across the length of long tube (Hagen Poiseuille) using this flow rate. I have done this since posting the code. But how should I proceed?

In the code (which is not giving me the correct answers) I have used the mass flow rate and to calculate the mass in the balloon and from that calculate the pressure in the balloon. I have converted the 1ml/sec to 1000mm3/sec and I am checking this model with water but need to ultimately do it with saline.

RE: Catheter Balloon Inflation

Everything is unclear. Your code mentions "saline" yet you're apparently using ideal gas law. Saline is a liquid; the ideal gas law does not apply.

TTFN
FAQ731-376: Eng-Tips.com Forum Policies

RE: Catheter Balloon Inflation

(OP)
As I said I am new to this area and now I understand better about the gas law. But what should I use instead?

RE: Catheter Balloon Inflation

(OP)
Another way of explaining what I want to do is:

I have a pump, which will pump water through a long length of pipe ( long in relation to its diameter) into a tank. it is a closed system. there will initially be a vacuum in the pipe and tank. i want to find out how long it will take to fill the tank to a prescribed pressure.

Thanks for your feedback.

RE: Catheter Balloon Inflation

sph, Do you have a copy of Crane's Technical Paper 410 Flow of Fluids? If not, you probably need to buy one. What you're wanting to do is described fairly well in there. You can get from Amazon or from Crane: Flow of Fluids

Patricia Lougheed

******

Please see FAQ731-376: Eng-Tips.com Forum Policies: Eng-Tips.com Forum Policies for tips on how to make the best use of the Eng-Tips Forums.

RE: Catheter Balloon Inflation

(OP)
Thanks vpl, I'll get a copy.

RE: Catheter Balloon Inflation

Is this for school? Applicability of the ideal gas law to only gases is covered in high school physics, and would have certainly been covered in your engineering curriculum in college.

TTFN
FAQ731-376: Eng-Tips.com Forum Policies

RE: Catheter Balloon Inflation

(OP)
It is not for school. Up to now I have avoided all forms of fluid dynamics and am not at hot on them as I should be. I got away with this when I was working in structures but not so now in biomedical.

RE: Catheter Balloon Inflation

Crane410 will certainly get you started. However, I don't see that Crane necessarily covers something that resembles catheter balloon inflation. The scenario is either a balloon-like structure that resists inflation because of its skin's opposition to stretching, or the balloon is pushing against tissues that are resisting the advancement of the balloon, or both.

In any case, you've not stipulated anything that resembles a resistance to inflation

TTFN
FAQ731-376: Eng-Tips.com Forum Policies

RE: Catheter Balloon Inflation

You're absolutely right IRStuff. However, it is a cheap enough reference that will at least give him some basics on fluid flow that might get him closer to the ball park. I don't have time to read attachments such as his code, and was just picking up on the comments about using the ideal gas law to model a liquid such as water or saline.

Since we don't know if the cathetar is going to be placed inside the body and we also don't know the properties of the "balloon" fabric -- which really does play a role -- there's only so much that can be done. We can't really teach sph99 fluid flow over these forums -- and to be honest, he couldn't teach me (at least) structural engineering either. The book will give him a practical starting point. Between that, his test data, and his coworkers, hopefully it will be enough to solve his problem. If not, well, then the usual advice is to hire the right expertise, isn't it?

Patricia Lougheed

******

Please see FAQ731-376: Eng-Tips.com Forum Policies: Eng-Tips.com Forum Policies for tips on how to make the best use of the Eng-Tips Forums.

RE: Catheter Balloon Inflation

My inflatable bladder takes 550 cc's and takes 15 seconds to either fill or empty.

Just thought you'd want to know. :)

Mike McCann
MMC Engineering
http://mmcengineering.tripod.com

RE: Catheter Balloon Inflation

(OP)
Thanks vpl, IRstuff and msquared48.

Crane was helpful in getting to grips with what I should be looking for and I have made progress since starting to read it.

However, while I am getting closer to solving the problem, I think the long tube with an diameter of less than 1mm is affecting my results. I have a hand pump which feeds into the long tube. The tube widens out into the balloon. I have called it a balloon but it does not display the properties of a balloon. It is already expanded into shape and then a vacuum is pulled on the whole system.

I would like to initially solve the problem assuming that there are no forces acting on the outside other than atmospheric pressure, and the balloon does not resist inflation. When I get this much done I will then have to look at the case where the balloon begins to expand as the pressure increases.

RE: Catheter Balloon Inflation

sph99,

I admit you are well outside my area of expertise. My only "experience" with catheter balloons is when nuclear medicine procedures go wrong and a catheter balloon is somehow involved ... and one of the inspectors draws me a diagram to explain how someone ended up receiving a dose of radionuclides in this area here instead of where it was planned over here ... <I think my profile mentions I no longer do engineering for a living and I come here for sanity's sake.>

I'm glad Crane put you on the right track. There is a description in Section 1 (I think) about long thin tubes that might bear reading. It affects the formula that you use.

Patricia Lougheed

******

Please see FAQ731-376: Eng-Tips.com Forum Policies: Eng-Tips.com Forum Policies for tips on how to make the best use of the Eng-Tips Forums.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources