CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Community Contributions (https://www.cfd-online.com/Forums/openfoam-community-contributions/)
-   -   [ImmersedBoundary] Immersed boundary method in OpenFoam (https://www.cfd-online.com/Forums/openfoam-community-contributions/72099-immersed-boundary-method-openfoam.html)

daihu000 January 25, 2010 13:26

Immersed boundary method in OpenFoam
 
This would be a question for the Foam developing team: I am wondering if they'll incorporate immersed boundary method (based on interpolation) into its future new release as a module to handle the dynamic mesh if they are not doing so. They seem to have this idea. I am strongly interested in this because I am working on immersed boundary method myself for PhD. If they are doing so I'd like to know what stage they are in now.

Or anybody can give some information? Thanks:)

pbohorquez January 25, 2010 13:52

Have you already read this?

http://www.openfoamworkshop.org/2009...ynamicMesh.pdf

I think that Željko Tukovíc is working on it.

daihu000 January 25, 2010 18:03

Quote:

Originally Posted by pbohorquez (Post 243715)
Have you already read this?

http://www.openfoamworkshop.org/2009...ynamicMesh.pdf

I think that Željko Tukovíc is working on it.

Thanks~
not sure how far he has gone. should I expect for this in the next release 1.7 ...;)

pbohorquez January 26, 2010 04:03

As far as I know if the code is going to be released or is now available, you must look into the extension project (i.e. OF-1.5-dev). That work has not been done in the dark side.

bastil January 26, 2010 15:37

Quote:

Originally Posted by pbohorquez (Post 243755)
As far as I know if the code is going to be released or is now available, you must look into the extension project (i.e. OF-1.5-dev). That work has not been done in the dark side.

I have never seen a piece of code in there so far.

Regards BastiL

elvis April 12, 2011 16:20

Hello,

does anybody know, if Immersed boundary method can be used right now?
the status on http://www.extend-project.de/
in development:
immersed boundary method (Uni Zagreb)
But
http://www.sfbtrr75.de/website/index...mid=30&lang=de
Dr. Tuković
- Immersed boundary method with RBF (Radial Basis Function) interpolation in Open FOAM
can somebody point me where to look for Immersed boundary method in extend?

thx

elvis

liu April 13, 2011 10:49

I second this.

IBM would be a great (and much needed) contribution to the OF community. It will make OF much competitive (comparing to, say, Flow3D).

JinBiao June 23, 2014 06:30

Hi,
I am now trying to utilize the immersed boundary method implemented by Hrvoje Jasak and Željko Tukovíc. But I got some trouble in the case of parallelization. Anyone has the same trouble as me? I tried to dig a little and find some problems in the data transfer between processors in the implementation. But I cannot find out what it exactly is.

Best regards,

miladrakhsha September 3, 2014 17:53

Quote:

Originally Posted by JinBiao (Post 498270)
Hi,
I am now trying to utilize the immersed boundary method implemented by Hrvoje Jasak and Željko Tukovíc. But I got some trouble in the case of parallelization. Anyone has the same trouble as me? I tried to dig a little and find some problems in the data transfer between processors in the implementation. But I cannot find out what it exactly is.

Best regards,

I am using this implementation right now and I have the same problem in parallelization as well. Did you manage to solve the problem?

It would be great if users can share their problems and experience around this topic here. But seems that there are only a few people interested in this topic.

hua1015 November 17, 2014 08:50

Hi JinBiso,
I have the same problem. Have you solved this problem?

gxy200992243 December 22, 2014 14:50

Hi, Hua,

I think the parallelization problem is brought by collecting data from different processors, because in parallelization case, each processor can only access data in its own subdomain. You can try to add sumOp to the source code, this can help you combine the data collected by all the processors.

Best wishes,

Xiangyu


All times are GMT -4. The time now is 03:33.