Difference between revisions of "Extend-bazaar/Toolkits/Fluid-structure interaction"

From OpenFOAMWiki
(Revamp this page based on information from various sources)
(Reports where this toolkit has been used: added links for easier use)
Line 28: Line 28:
  
 
The following entries are in the page for  the [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ 2014 MSc/PhD course in CFD with OpenSource software] at Chalmers University of Technology, which use this toolkit:
 
The following entries are in the page for  the [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ 2014 MSc/PhD course in CFD with OpenSource software] at Chalmers University of Technology, which use this toolkit:
* The presentation by Huadong Yao, entitled "Fluid-structure interaction"
+
* Presentation by Huadong Yao: [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/OFLecFSI-1.pdf Fluid-structure interaction]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/#_Student_reports/tutorials Student projects and reports]:
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/#_Student_reports/tutorials Student projects and reports]:
** Erik Karlsson: A FSI tutorial on the axialTurbine tutorial case
+
** Erik Karlsson: A FSI tutorial on the axialTurbine tutorial case - [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/Erik%20Karlsson/slides_axialTurbineFsiTut.pdf Slides], [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/Erik%20Karlsson/Tutorial_axialTurbineFsiTut.pdf Report], [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/Erik%20Karlsson/axialTurbineFsiTut.tar.gz Files]
** Thomas Vyzikas: The implementation of interFoam solver as a flow model of the fsiFoam solver for strong fluid-structure interaction
+
** Thomas Vyzikas: The implementation of interFoam solver as a flow model of the fsiFoam solver for strong fluid-structure interaction - [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ThomasVyzikas/slides_vyzikas.pdf Slides], [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ThomasVyzikas/interFlowReport.pdf Report], [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ThomasVyzikas/interFoam.avi Movie], [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2014/ThomasVyzikas/velocity3.avi Movie]

Revision as of 19:53, 5 September 2015

1 Description

Quoting from here:

This toolkit supersedes the icoFsiElasticNonLinULSolidFoam FSI solver within the solidMechanics toolbox.

This framework was presented at the OpenFOAM Workshop 2014 in Zagreb: abstract and slides.

The major improvement with regard to FSI coupling is the implementation of the IQN-ILS algorithm.

Also, the plugin approach used for the solid and fluid solvers should allow easier extension to other fluid/solid models e.g. multi-phase, compressible, plasticity, etc.

2 Installation

Download here: Fsi_31.tar.gz

Extract by running:

tar -xzf Fsi_31.tar.gz

Then compile by running:

cd src/
./Allwmake

3 Tutorials

TODO


4 Reports where this toolkit has been used

The following entries are in the page for the 2014 MSc/PhD course in CFD with OpenSource software at Chalmers University of Technology, which use this toolkit: