A How to simulate a membrane in a (2D) fluid?

AI Thread Summary
The discussion centers on a personal project involving a 2D finite-element fluid simulation that needs to incorporate an elastic membrane capable of blocking fluid flow at a T-junction. The membrane must bulge asymmetrically based on pressure differences without crossing itself, while maintaining stability and accurately coupling fluid dynamics. The project has faced challenges using the Young-Laplace equation and Hooke's Law, with difficulties in modeling the membrane's behavior and interactions with fluid pressure. Suggestions include exploring immersed boundary methods and studying blood flow modeling in heart valves, which involve complex mathematics for combined solid and liquid dynamics. The project seeks practical ideas or references to overcome these obstacles.
Xezlec
Messages
318
Reaction score
0
I wasn't sure whether to post this in here or in computer programming, since it touches on both.

I have a personal project that is based on a 2-dimensional finite-element fluid simulation (which already works just fine) but needs to be able to simulate an elastic membrane stretched across a pipe as well, which would block the flow of the fluid and stretch out according to pressure as you would expect. Most importantly, it needs to be able to be placed at a T-junction in the pipe such that it can bulge out and block the flow through the other pipe, and that bulge needs to be properly asymmetrical if the pressures on the two sides of the cross pipe are different.

It does not have to be perfect, and does not need to model any really dynamic behavior like waves or anything, but it has to "look about right" when bulging out asymmetrically.

I've spent well over a year, off and on, trying to get this to work (and it's a step in a broader project I've been working on for over 5 years). I've tried things based on the Young-Laplace equation in various ways, and things based on Hooke's Law, treating the membrane as a set of balls and springs. Everything seems to fail one way or another. It's hard to prevent the membrane from crossing itself, hard to couple the pressure and velocity of the fluid to the membrane in a way that doesn't screw up, hard to neatly handle the walls, hard to handle the fact that the membrane can stretch arbitrarily along its length, and hard to get it all to be stable. I can solve most of these problems, but never all of them at once.

I am desperate. I need some kind of idea that will actually work. This is a long shot, but does anybody have any ideas or good references on the subject?

Thanks!
 
Physics news on Phys.org
That kind of thing usually requires an "immersed boundary method", as the finite element mesh can't stay same when the immersed solid object moves from one place to another. It's not an easy problem, unless you can calculate the shape of the bulging membrane in a static situation as a function of pressure and then assume that it immediately assumes that shape when you put a pressure difference between the two sides. If you take a look at some articles about the modeling of blood flow through human heart valves, you'll see that quite difficult mathematics is involved when there's combined elastic solid and liquid phase motion.
 
I was afraid of that.
 
Thread 'Question about pressure of a liquid'
I am looking at pressure in liquids and I am testing my idea. The vertical tube is 100m, the contraption is filled with water. The vertical tube is very thin(maybe 1mm^2 cross section). The area of the base is ~100m^2. Will he top half be launched in the air if suddenly it cracked?- assuming its light enough. I want to test my idea that if I had a thin long ruber tube that I lifted up, then the pressure at "red lines" will be high and that the $force = pressure * area$ would be massive...
I feel it should be solvable we just need to find a perfect pattern, and there will be a general pattern since the forces acting are based on a single function, so..... you can't actually say it is unsolvable right? Cause imaging 3 bodies actually existed somwhere in this universe then nature isn't gonna wait till we predict it! And yea I have checked in many places that tiny changes cause large changes so it becomes chaos........ but still I just can't accept that it is impossible to solve...
Back
Top