|
[Sponsors] |
Seeking help in designing three types of deformable membrane boundary. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 30, 2013, 18:14 |
Seeking help in designing three types of deformable membrane boundary.
|
#1 |
New Member
Tom Li
Join Date: Jun 2013
Posts: 3
Rep Power: 13 |
Hello everyone.
I am Tom, currently a PhD student struggling to finish his research. In my project, I need to simulate the human cochlea, specifically, the movements of membranes and fluids inside the human cochlea. However, the massive amount of source codes are baffling to a newcomer like me. Even though I write a decent amount in C/C++, I am not sure whether I am reading the right part of the package. I'll describe my problem below. Any help will be appreciated! The following two graphs illustrates the 2D cochlea fluid chamber that I want to model. Take graph (a) for example, the cochlea is modelled as a closed chamber filled with incompressible fluids. On the left is the driving membrane (oval window), coloured in blue, which exerts an oscillating force to the fluid inside the chamber. On the right is the passive membrane, coloured in green, which is driven into movement by the fluid pressure, which in turn weakly pushes the fluid back. At the bottom is the basilar membrane, which has progressive impedance along its length -- similar to an array of springs sorted in descending natural frequencies. When the cochlear fluid is driven into motion, the basilar membrane react to the change of pressure, and as a result, a specific part will be driven into motion because of resonance. The black lines represents impenetrable walls. Graph (b) is a modified version of graph (a), where the chamber is divided into two halves, connected at the end. The basilar membrane is driven by the difference of pressure between the two chambers. https://www.dropbox.com/s/ibcz0l1yjy...20membrane.png So let me sum up the three types of membranes.
Membrane 3 is the key to my research. I am typically confused about:
Any help will be appreciated! Regards, Tom |
|
October 1, 2013, 04:43 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
What are the actual equations for the boundary conditions that you want to implement? I would assume the impedance to relate pressure and flowrate through an outlet, but as far as I understand you are applying this at the wall. What do you expect in your case?
Is the impedance frequency dependent or just a constant? Are you actually expecting the boundary to actually move, or is it just a boundary condition for the pressure equation? |
|
October 1, 2013, 17:23 |
|
#3 | |
New Member
Tom Li
Join Date: Jun 2013
Posts: 3
Rep Power: 13 |
Quote:
I'll try my best to explain my thoughts. Sorry I am still new to the CFD language. 1. All three membranes will move and deform. 2. The cochlea is like a fully closed fluid chamber. Membrane 1 (blue color, bottom in (a)) vibrates to drive the incompressible fluid to movement, which changes the pressure distribution inside the fluid, which in turn makes membrane 3 (red color, bottom in (a))to react. So there is no inlet/output in the entire system, only membranes. 3. The model can be further simplified so that membrane 1 and 2 is removed. An inlet with oscillating pressure replaces membrane 1, while a compliant (grad(p) = 0, or maybe p=0) outlet replaces membrane 2. But I don't want to fall back to the simplified model yet. 4. The property of membrane 3 (basilar membrane) is a key to my research. The simplest model for it is to treat it as an array of spring systems. https://www.dropbox.com/s/k4mf4adnke...%20springs.png Each point (or segment) on the basilar membrane is treated as an independent spring system with its own mass (m), stiffness (k) and damping factor (c). I believe I need to store the speed(dx/dt) and displacement(x) on the point as well. Combined with the pressure value obtained from the nearby cells, I can then update the speed and displacement of the point based on Newton's second law. Regards, Tom |
||
Tags |
cochlea, deformable boundary, incompressible, membrane |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to define membrane layer boundary in gambit and fluent | RICHA | FLUENT | 2 | March 15, 2012 10:37 |
boundary types don't appear in boundary condition menu | stimpy | FLUENT | 0 | December 15, 2010 04:33 |
Boundary conditions' types | wjarrah | OpenFOAM | 0 | June 9, 2010 10:55 |
Details of various Inlet and outlet boundary types | chiven | ANSYS Meshing & Geometry | 0 | May 21, 2010 03:04 |
Boundary conditions? | Tom | Main CFD Forum | 0 | November 5, 2002 02:54 |