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   June 22, 2016, 10:24
Default
  #21
New Member
 
Ricardo Ferreira
Join Date: May 2015
Posts: 16
Rep Power: 10
RLFerreira is on a distinguished road
Hi Mojtaba.

Thank you so much!!! It's really helpful.

Last edited by RLFerreira; June 23, 2016 at 15:45.
RLFerreira is offline   Reply With Quote

Old   July 7, 2016, 11:35
Default FSI-package with interFoam
  #22
New Member
 
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10
Wowa is on a distinguished road
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
Wowa is offline   Reply With Quote

Old   April 26, 2017, 12:49
Default New flow model
  #23
New Member
 
Arman Ghezelbashan
Join Date: Jun 2016
Posts: 2
Rep Power: 0
armangh is on a distinguished road
Hi Wowa,

Have you been successful in compiling the new flow model as mentioned in the report?

Thanks,
Arman
armangh is offline   Reply With Quote

Old   January 27, 2018, 14:40
Default
  #24
New Member
 
Sam
Join Date: Nov 2017
Posts: 24
Rep Power: 8
anufagbemi is on a distinguished road
Quote:
Originally Posted by marzbali View Post
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
Hey Marzbali,
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
anufagbemi is offline   Reply With Quote

Old   January 29, 2018, 06:04
Default
  #25
New Member
 
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10
Wowa is on a distinguished road
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
Wowa is offline   Reply With Quote

Old   January 29, 2018, 06:14
Default
  #26
New Member
 
Sam
Join Date: Nov 2017
Posts: 24
Rep Power: 8
anufagbemi is on a distinguished road
Dear Wowa,
Thanks men. Yes I'm very interested. My email is Anufagbemi24@gmail.com

Thanks for your help
Sam
anufagbemi is offline   Reply With Quote

Old   January 31, 2018, 14:07
Default icoFsiElasticNonLinULSolidFoam runs parallel?
  #27
Member
 
Join Date: Apr 2015
Posts: 42
Rep Power: 11
HosseinB is on a distinguished road
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 16:40.
HosseinB is offline   Reply With Quote

Old   February 9, 2018, 19:51
Default fsiFoam parallel
  #28
New Member
 
Join Date: Nov 2015
Location: Germany
Posts: 3
Rep Power: 10
Wowa is on a distinguished road
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
fuxpaul and anufagbemi like this.
Wowa 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 18:54.