|
[Sponsors] |
Fluid-Structure Interaction (FSI) with OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 22, 2016, 11:24 |
|
#21 |
New Member
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 11 |
Hi Mojtaba.
Thank you so much!!! It's really helpful. Last edited by RLFerreira; June 23, 2016 at 16:45. |
|
July 7, 2016, 12:35 |
FSI-package with interFoam
|
#22 |
New Member
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10 |
Hello community,
i am starting my master thesis and try to run FSI simulations. I therefore downloaded the OpenFOAM extended 3.1 and the extend-bazaar FSI package, that is linked in this thread before. Now i am trying to add a solver based on interFoam for the fluid phase, by following the instructions in this report from chalmers university (chapter 4): http://www.tfd.chalmers.se/~hani/kur...FlowReport.pdf The solver is named interFlow, and i am failing at creating/preparing the InterFlow.C and interFlow.H files. I get massive problems when i try to compile it. Unfortunately my C++ skills are nearly not present, so i am asking if anybody already compiled such a solver, or can succeed creating one with the instructions in the given document, and can share these files. It would be a great help for me to go on inspecting the algorithms of a working FSI solver with gravitation, variable turbulence models and multiple phases included. Many thanks, Wowa |
|
April 26, 2017, 13:49 |
New flow model
|
#23 |
New Member
Arman Ghezelbashan
Join Date: Jun 2016
Posts: 2
Rep Power: 0 |
Hi Wowa,
Have you been successful in compiling the new flow model as mentioned in the report? Thanks, Arman |
|
January 27, 2018, 15:40 |
|
#24 | |
New Member
Sam
Join Date: Nov 2017
Posts: 24
Rep Power: 8 |
Quote:
Were you able to resolve the issue with parallelization of the fsi? I'm having the same problem. Please can you kindly share what you've learned so far. Thanks Samuel |
||
January 29, 2018, 07:04 |
|
#25 |
New Member
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10 |
Dear Arman,
unfortunately i did not solve the issue to write an interfFoam solver for the FSI module, since single phase fluid flow was sufficient for my task. Dear Samuel, i managed to run parallel calculation on FSI problems with the foam-extend-4.0 extend bazaar fsiFoam solver. If you are interested in it, i can provide the solution with example files here this week. Kind regards, Wowa |
|
January 29, 2018, 07:14 |
|
#26 |
New Member
Sam
Join Date: Nov 2017
Posts: 24
Rep Power: 8 |
Dear Wowa,
Thanks men. Yes I'm very interested. My email is Anufagbemi24@gmail.com Thanks for your help Sam |
|
January 31, 2018, 15:07 |
icoFsiElasticNonLinULSolidFoam runs parallel?
|
#27 |
Member
Join Date: Apr 2015
Posts: 42
Rep Power: 11 |
Hi guys,
It is crucial for a study that I'd like to do to know whether this capability has been added to icoFsiElasticNonLinULSolidFoam. It wasn't available in 2014. I am grateful in advance. Hossein Last edited by HosseinB; January 31, 2018 at 17:40. |
|
February 9, 2018, 20:51 |
fsiFoam parallel
|
#28 |
New Member
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10 |
Dear Samuel,
sorry for the delay. https://tubcloud.tu-berlin.de/s/rjXm8ncD8M9Sevm You can find attached a link to a simulation case based on foam-extend-4.0 next release solver fsifoam. It is a steel frame tower in water flow. The frame is modeled with the GMSH software. I changed several files from the beamInCrossFlow tutorial to create this simulation. Hopefully this method works for you. Don't hesitate to ask any questions. __________________________________________________ ________ To run the simulation just run the AllrunPar script following the number of processors, for example: ./AllrunPar 4 (Caution: if you do not submit a number of processors, the mesh will be decomposed infinitely. You then have to paste a number of processors in the decomposeParDict manually) __________________________________________________ ________ Also before running an fsiSimulation you have to go to the file: FluidSolidInteraction->src->fluidSolidInteraction->solidSolvers->unsTotalLagrangianSolid->unsTotalLagrangianSolid.C and change the two lines: 1596 //Switch moveMesh(solidProperties().lookup("moveMesh")); 1597 Switch moveMesh(false); into 1596 Switch moveMesh(solidProperties().lookup("moveMesh")); 1597 //Switch moveMesh(false); otherwise the solid mesh movement will not be saved and cannot be visualized. __________________________________________________ ________ Sincerely, Wowa |
|
Tags |
fsi |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluid Structure Interaction | fw407 | OpenFOAM Running, Solving & CFD | 9 | February 14, 2013 18:25 |
fluid structure interaction open source softwares | thinktank1985 | Main CFD Forum | 2 | October 16, 2009 08:55 |
fluid structure interaction | gunawantmahajan | Main CFD Forum | 0 | August 11, 2009 10:53 |
Information Regarding Fluid Structure Interaction | Aamir | Main CFD Forum | 6 | April 24, 2002 15:13 |
Fluid Structure Interaction | Delly | Main CFD Forum | 2 | November 26, 2001 13:01 |