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

From OpenFOAMWiki
(Tutorials: Done, added instructions on how to run the tutorials, thanks to http://www.cfd-online.com/Forums/openfoam-solving/158865-hronturekfsi3-foam-extend3-1-a.html)
(Installation: where to put it)
Line 11: Line 11:
  
 
== Installation ==
 
== Installation ==
 +
 
Download here: [[Media:Fsi_31.tar.gz|Fsi_31.tar.gz]]
 
Download here: [[Media:Fsi_31.tar.gz|Fsi_31.tar.gz]]
 +
 +
Place the package inside the designated user folder; said user folder is pointed out by the following command:
 +
<bash>echo $WM_PROJECT_USER_DIR</bash>
  
 
Extract by running:
 
Extract by running:
Line 17: Line 21:
  
 
Then compile by running:
 
Then compile by running:
<bash>cd src/
+
<bash>cd FluidStructureInteraction/src/
 
./Allwmake
 
./Allwmake
 
</bash>
 
</bash>

Revision as of 20:05, 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

Place the package inside the designated user folder; said user folder is pointed out by the following command:

echo $WM_PROJECT_USER_DIR

Extract by running:

tar -xzf Fsi_31.tar.gz

Then compile by running:

cd FluidStructureInteraction/src/
./Allwmake

3 Tutorials

The toolkit provides in the folder run the following examples:

  • fsiFoam
    • 3dTube
    • beamInCrossFlow
    • HronTurekFsi3
  • stressFoam
    • plateHole
  • thermalStressFoam
    • flange

3.1 fsiFoam tutorial cases

Each tutorial case available in the fsiFoam folder is executed by running the following commands:

sed -i s/tcsh/sh/g *Links
./removeSerialLinks fluid solid
./makeSerialLinks fluid solid
cd fluid
./Allclean
./Allrun

3.2 stressFoam tutorial case

The tutorial case plateHole is executed by going into the case folder:

cd stressFoam/plateHole/plateHole/

And running:

./Allrun

3.3 thermalStressFoam tutorial case

The tutorial case flange is executed by going into the case folder:

cd thermalStressFoam/flange/

And running:

./Allrun

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: