CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Fluid-Structure Interaction (FSI) with OpenFOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree31Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2010, 07:29
Default Fluid-Structure Interaction (FSI) with OpenFOAM
  #1
New Member
 
Rob Campbell
Join Date: Oct 2009
Posts: 12
Rep Power: 16
rlc138 is on a distinguished road
All:

I recently finished my PhD involving FSI and thought some of you might be interested because I used OpenFOAM for my flow solver. I used my own structural finite element solver and built it with OpenFOAM to create a single executable (interface information is exchanged in RAM via an interface object). The FSI simulations were quasi-steady so I started with simpleFoam and made simpleFsiFoam. I have validated the solver with experimental results from water tunnel tests. The FSI solver is easily extended to unsteady simulations (which I have done) but I have not yet completed the solver validation.

If you are interested in more information, please refer to my thesis: http://www.personal.psu.edu/rlc138/r...ell_thesis.pdf. In it you will find how I communicate information for the disparate mesh interface, perform mesh motion, and tightly couple the solvers. The FSI solver also supports parallel solutions of the flow domain (which is the most time-consuming part - also described in my thesis).

Rob
rlc138 is offline   Reply With Quote

Old   August 1, 2010, 22:58
Default
  #2
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Quote:
Originally Posted by rlc138 View Post
All:

I recently finished my PhD involving FSI and thought some of you might be interested because I used OpenFOAM for my flow solver. I used my own structural finite element solver and built it with OpenFOAM to create a single executable (interface information is exchanged in RAM via an interface object). The FSI simulations were quasi-steady so I started with simpleFoam and made simpleFsiFoam. I have validated the solver with experimental results from water tunnel tests. The FSI solver is easily extended to unsteady simulations (which I have done) but I have not yet completed the solver validation.

If you are interested in more information, please refer to my thesis: http://www.personal.psu.edu/rlc138/r...ell_thesis.pdf. In it you will find how I communicate information for the disparate mesh interface, perform mesh motion, and tightly couple the solvers. The FSI solver also supports parallel solutions of the flow domain (which is the most time-consuming part - also described in my thesis).

Rob

Congrats, Rob!

Very good job, I am very interested, and will read it these days. Could you drop me a line (lakeat@gmail.com).. Thanks
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   August 18, 2011, 16:42
Talking
  #3
Senior Member
 
calim_cfd's Avatar
 
mauricio
Join Date: Jun 2011
Posts: 172
Rep Power: 17
calim_cfd is on a distinguished road
Quote:
Originally Posted by rlc138 View Post
All:

I recently finished my PhD involving FSI and thought some of you might be interested because I used OpenFOAM for my flow solver. I used my own structural finite element solver and built it with OpenFOAM to create a single executable (interface information is exchanged in RAM via an interface object). The FSI simulations were quasi-steady so I started with simpleFoam and made simpleFsiFoam. I have validated the solver with experimental results from water tunnel tests. The FSI solver is easily extended to unsteady simulations (which I have done) but I have not yet completed the solver validation.

If you are interested in more information, please refer to my thesis: http://www.personal.psu.edu/rlc138/r...ell_thesis.pdf. In it you will find how I communicate information for the disparate mesh interface, perform mesh motion, and tightly couple the solvers. The FSI solver also supports parallel solutions of the flow domain (which is the most time-consuming part - also described in my thesis).

Rob
wow! i'm interested in doing sth similiar in my phd thesis! this will certainly come in handy
calim_cfd is offline   Reply With Quote

Old   August 19, 2011, 03:24
Default
  #4
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
Rob, I took the liberty to put a link on the wiki as well: http://openfoamwiki.net/index.php/Ma...Papers#Reports
akidess is offline   Reply With Quote

Old   November 7, 2011, 17:10
Default
  #5
New Member
 
Concordia_CFD
Join Date: Jul 2010
Location: Canada
Posts: 24
Rep Power: 15
marzbali is on a distinguished road
Hello,

I ran a serial case of FSI in OF-1.5-dev version and it worked well, now i'm trying to run the same case in parallel but I get the error that is attached to this thread.
I read in other threads that mpi is integrated in OF-1.5-dev, so if this is the case there could be something wrong with OF compilation.

Any idea or help is greatly appreciated.

Regards,
Marzbali
Attached Files
File Type: txt myInterFsiFoam_error.txt (4.5 KB, 135 views)
marzbali is offline   Reply With Quote

Old   November 7, 2011, 17:15
Default
  #6
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Is currently this released code able to perform the parallel simulation? I thought it still just had the serial version released, one has to write the parallel code themselves.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   November 7, 2011, 17:26
Default
  #7
New Member
 
Concordia_CFD
Join Date: Jul 2010
Location: Canada
Posts: 24
Rep Power: 15
marzbali is on a distinguished road
I ran one parallel case with interFoam in OF-1.5-dev and it worked, the thing is that I can't run FSI solver in parallel.
marzbali is offline   Reply With Quote

Old   November 7, 2011, 18:17
Default
  #8
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
I'm working on rigid body movement, and the parallel version solver works very well. But I don;t use the obsoleted *FSIFoam.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   November 8, 2011, 11:21
Default
  #9
New Member
 
Concordia_CFD
Join Date: Jul 2010
Location: Canada
Posts: 24
Rep Power: 15
marzbali is on a distinguished road
I'm running myInterFsiFoam, which solver do you use?
marzbali is offline   Reply With Quote

Old   January 17, 2012, 10:32
Default Dear Rob
  #10
Senior Member
 
Join Date: Jun 2011
Posts: 163
Rep Power: 14
mechy is on a distinguished road
I am interesting in FSI problems
can you explain to me what is the advantage of your solver with respect to icoFsiFoam that exist in OF-ext1.6 ?


best regards
mechy is offline   Reply With Quote

Old   January 18, 2012, 15:27
Default
  #11
New Member
 
Concordia_CFD
Join Date: Jul 2010
Location: Canada
Posts: 24
Rep Power: 15
marzbali is on a distinguished road
Hi,

not that it has more advantages, it is only because they are for different applications you know.
marzbali is offline   Reply With Quote

Old   August 20, 2013, 05:41
Default
  #12
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Dear all,
Its a while I am searching for turbulent version of icoFsiFoam. obviousley it would be named simpleFsiFoam.

Is there anybody here developed such a solver which can share with us?

I greatly appreciate this.
Thank You,
Mojtaba
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Old   May 2, 2016, 15:43
Default
  #13
New Member
 
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 10
RLFerreira is on a distinguished road
Dear All, I am searching about solver for transient turbulent flow, including structure-fluid interaction. I have used icoFsiElasticNonLinULSolidFoam, however it solves transient laminar flow. Like Mojtaba asked previosly, Is there anybody here know about development of FSI solver for turbulent flow?

I will be very grateful for an answer. Best regards,
Ricardo Ferreira.
RLFerreira is offline   Reply With Quote

Old   May 31, 2016, 10:47
Default
  #14
New Member
 
rasoul
Join Date: Mar 2015
Posts: 24
Rep Power: 11
rasool_soofi is on a distinguished road
Hi Ricardo
You can use fsifoam solver.
but i want to know how did you validate icoFsiElasticNonLinULSolidFoam ? Because i cant validate icoFsiElasticNonLinULSolidFoam with default tutorial ( HronTurekFsi tutorial )
rasool
rasool_soofi is offline   Reply With Quote

Old   May 31, 2016, 12:38
Default
  #15
New Member
 
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 10
RLFerreira is on a distinguished road
Hi Rasool. Do you mean icoFsiFoam? I tried icoFsiFoam, but it is also for just laminar flow. I am validating icoFsiElasticNonLinULSolidFoam with some experimental results for Re=3,000 on flow acting on compressor valve.
Thanks for you answer! Best regards,
Ricardo.
RLFerreira is offline   Reply With Quote

Old   June 2, 2016, 12:52
Default
  #16
New Member
 
rasoul
Join Date: Mar 2015
Posts: 24
Rep Power: 11
rasool_soofi is on a distinguished road
Hi Ricardo
no. fsifoam solver that you can download from this link
https://openfoamwiki.net/index.php/E...re_interaction
rasool_soofi is offline   Reply With Quote

Old   June 2, 2016, 13:00
Default
  #17
New Member
 
rasoul
Join Date: Mar 2015
Posts: 24
Rep Power: 11
rasool_soofi is on a distinguished road
Do you publish your validation or not ?
can i see that ?
because when i ran tutorial of icofsinonlinulelasticfoam ( hronturekfsi tutorial )in foam extend3.1 , the deformation of plate is not logical rather than results of hronturek benchmark problem ( that published in featflow website ( featflow.de website ).
can you help me ?
best regards
Rasool
rasool_soofi is offline   Reply With Quote

Old   June 9, 2016, 23:24
Default
  #18
New Member
 
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 10
RLFerreira is on a distinguished road
Hi Rasool. I am not publish my investigation, because my numerical model is not working very well yet. I think in next week I have model work and I will send you to see. Tkank you very much for Extended-Baazar FSI toolkits. I am fitting my model using it, because it is more complete. As soon as possible I'll write to you.

About hronturekfsi tutorial I just started to simulate to see solid motion, so I did not do detailed analysis of results. So, I can not conclude anything about that validade.

Best Regards,
Ricardo.
RLFerreira is offline   Reply With Quote

Old   June 16, 2016, 14:01
Default
  #19
New Member
 
rasoul
Join Date: Mar 2015
Posts: 24
Rep Power: 11
rasool_soofi is on a distinguished road
Hi Ricardo
thank you very much.
I am waiting for your response.
Best Regards.
Rasool.
rasool_soofi is offline   Reply With Quote

Old   June 16, 2016, 15:05
Default
  #20
Senior Member
 
Mojtaba.a's Avatar
 
Mojtaba Amiraslanpour
Join Date: Jun 2011
Location: Tampa, US
Posts: 308
Rep Power: 15
Mojtaba.a is on a distinguished road
Send a message via Skype™ to Mojtaba.a
Hi all,
Have you seen this:

https://github.com/unicfdlab/Trainin...pleFsi-OF3.0.0

It will be presented in 11th OpenFOAM workshop, Guimarães, Portugal:
http://www.openfoamworkshop.org/courses

Hope it helps.
Tobi and RygeltheXVI like this.
__________________
Learn OpenFOAM in Persian
SFO (StarCCM+ FLUENT OpenFOAM) Project Team Member
Complex Heat & Flow Simulation Research Group
If you can't explain it simply, you don't understand it well enough. "Richard Feynman"
Mojtaba.a is offline   Reply With Quote

Reply

Tags
fsi


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fluid Structure Interaction fw407 OpenFOAM Running, Solving & CFD 9 February 14, 2013 17:25
fluid structure interaction open source softwares thinktank1985 Main CFD Forum 2 October 16, 2009 07:55
fluid structure interaction gunawantmahajan Main CFD Forum 0 August 11, 2009 09:53
Information Regarding Fluid Structure Interaction Aamir Main CFD Forum 6 April 24, 2002 14:13
Fluid Structure Interaction Delly Main CFD Forum 2 November 26, 2001 12:01


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