|
[Sponsors] |
January 3, 2017, 03:49 |
Immersed Boundary Method
|
#1 |
New Member
|
Hi dear researchers
I'm working on the IBM method, do you have any idea about the best document to learn this method ? and which method of IBM is the best to simulate a flow with a rigid cylinder inside ( Ghost cell, Cut cell, Forcing Function etc...) ? Thank you |
|
January 3, 2017, 03:55 |
|
#2 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,882
Rep Power: 73 |
Quote:
http://www.annualreviews.org/doi/abs....061903.175743 |
||
January 3, 2017, 05:32 |
|
#3 | |
New Member
|
Quote:
|
||
January 3, 2017, 10:33 |
|
#4 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,286
Rep Power: 34 |
i once made a post about ghost cell method on cfd online. Try to search it, it was good summary of this method.
What are you solving with immersed boundary method? |
|
January 4, 2017, 06:03 |
|
#5 | |
Senior Member
|
Quote:
Cut cell basically means performing a series of geometric operations very similar to the actual body fitted gridding. Considering the effort, i would just make a grid generator instead of spending time on the cut cell. The forcing function is very easy to implement on any grid and has some advantages for moving objects on static grids, but you have serious limitations both in terms of stability (the forcing function tends to be stiff) and flexibility (how do you implement, say, a wall function with a forcing function?) Similar approaches based on field functions (level set/vof) also exist (e.g., gerris and flow-3d), but they have the same pros and cons (except, probably, for the stability). The Ghost cell approach seems to be among the most preferred, especially for finite volume methods. Basically, you end-up handling immersed boundaries pretty much the same as classical, body fitted, ones. Ghost cell means that, trough interpolation/EXTRAPOLATION, you provide values for cell centers outside your fluid domain. The extrapolation is due to the fact that, by construction, your cell center is outside the fluid domain. Some variations of the method, instead, fix the values either on the domain boundaries (faces of the cells) or in the first fluid cell inside the domain. I tend to prefer the latter, which avoid the extrapolation part. In the end, the overall method is full of small details which can make the difference. You need to do it by yourself to really understand them all. |
||
Tags |
cut cell, ghost cells, ghost point, immersed boundary method |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
3D Windturbine simulation in SU2 | k.vimalakanthan | SU2 | 15 | October 12, 2023 06:53 |
implementation of the Immersed Boundary Method | mi_cfd | Main CFD Forum | 19 | April 24, 2019 02:24 |
[ImmersedBoundary] Is Immersed Boundary Method already available in OF 2.1.x or 2.2.x | keepfit | OpenFOAM Community Contributions | 16 | April 27, 2016 08:24 |
Code for Immersed Boundary Method (ask for help) | syq129 | Main CFD Forum | 2 | November 23, 2010 04:16 |