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

Fluid Structure Interaction using icoFsiFoam Problems

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 3, 2010, 11:56
Default
  #61
Super Moderator
 
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20
7islands is on a distinguished road
Too bad it didn't work for you, guessing from our results that could well be the case. Things are too picky...!

T
7islands is offline   Reply With Quote

Old   November 25, 2010, 12:10
Default
  #62
New Member
 
Join Date: Mar 2010
Posts: 3
Rep Power: 16
Thriceguy is on a distinguished road
Hey Takuy,

that is indeed pretty worrying. I will test it with my icoFsiFoam-solver and report, if I find the same problem. I actually built it from scratch, referring to Karl Jacob Maus manual. I guess it yet is exactly the same as jasaks solver.

@matteo, I am trying very hard to run icoFsiFoam parallel. However, I am very new to all the parallelization stuff in openFoam and hence find it hard to start.

If I decompose both the fluid and the structure to the same numbers of processors from the .fluid-folder, the solver starts, but stops immediately before having finished the first time step.

Code:
Courant Number mean: 0.01309 max: 0.12 velocity magnitude: 4
Time = 0.0003

Setting pressure
Total pressure force = (0 0 0)
PCG:  Solving for Ux, Initial residual = 0, Final residual = 0, No Iterations 0
PCG:  Solving for Uy, Initial residual = 0, Final residual = 0, No Iterations 0
*** Process received signal ***
Signal: Segmentation fault (11)
 Signal code:  (-6)
Failing at address: 0x3ea0000081a
[ 0] /lib/libc.so.6(+0x33af0) [0x7f7a7dbf2af0]
[ 1] /lib/libc.so.6(gsignal+0x35) [0x7f7a7dbf2a75]
[ 2] /lib/libc.so.6(+0x33af0) [0x7f7a7dbf2af0]
[ 3] /lib/libc.so.6(+0x7b726) [0x7f7a7dc3a726]
[ 4] /lib/libc.so.6(__libc_malloc+0x6e) [0x7f7a7dc3b58e]
[ 5] /usr/lib/libstdc++.so.6(_Znwm+0x1d) [0x7f7a7e4a726d]
[ 6] /usr/lib/libstdc++.so.6(_Znam+0x9) [0x7f7a7e4a7389]
[ 7] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfaceDecompFiniteElement.so(_ZN4Foam4ListIcE7setSizeEi+0x33) [0x7f7a7f6b62d3]
[ 8] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so(_ZN4Foam8OPstreamC1ENS_7Pstream10commsTypesEiiNS_8IOstream12streamFormatENS3_13versionNumberE+0xcc) [0x7f7a7ead33fc]
[bionik205:02074] [ 9] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so(_ZN4Foam18processorPolyPatch12initGeometryEv+0xb7) [0x7f7a7eb9a427]
[10] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so(_ZN4Foam16polyBoundaryMesh10movePointsERKNS_5FieldINS_6VectorIdEEEE+0x109) [0x7f7a7ebc2209]
[11] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libOpenFOAM.so(_ZN4Foam8polyMesh10movePointsERKNS_5FieldINS_6VectorIdEEEE+0x243) [0x7f7a7ebfadf3]
[bionik205:02074] [12] /home/cfd/OpenFOAM/OpenFOAM-1.5-dev/lib/linux64GccDPOpt/libfiniteVolume.so(_ZN4Foam6fvMesh10movePointsERKNS_5FieldINS_6VectorIdEEEE+0x141) [0x7f7a804e39d1]
[13] icoFsiFoam() [0x43c2c6]
[14] /lib/libc.so.6(__libc_start_main+0xfd) [0x7f7a7dbddc4d]
[15] icoFsiFoam() [0x425669]
*** End of error message ***
Although not having done very much, this is about what I am able to do, withoug getting any hints. I do not even have an idea where to continue. Any hints would be highly appreciated.

You mentioned that the patch-to-patch interpolation is the problem. However, googling did not result in any useful information, so if you have got some suggestions, that'd be great!

Kind regards.
*D
Thriceguy is offline   Reply With Quote

Old   November 27, 2010, 09:38
Default
  #63
Super Moderator
 
Takuya OSHIMA
Join Date: Mar 2009
Location: Niigata City, Japan
Posts: 518
Blog Entries: 1
Rep Power: 20
7islands is on a distinguished road
Hi Thriceguy,
In fact we're finding the problem is not so simple and straightforward as I've reported (fixing the surface-to-surface interpolation caused another problem).

In any case 1.6-ext has just been released; let's see how the "Updated fluid-structure interaction solver with parallelisation support" works

Takuya
7islands is offline   Reply With Quote

Old   November 27, 2010, 09:49
Default
  #64
New Member
 
Join Date: Mar 2010
Posts: 3
Rep Power: 16
Thriceguy is on a distinguished road
Hey Takuya,

that's good news. I will run some simulations with it, too. We'll see and hope the best ;-)!

David
Thriceguy is offline   Reply With Quote

Old   April 15, 2011, 15:09
Default
  #65
Member
 
Oliver Borm
Join Date: Mar 2009
Posts: 60
Rep Power: 17
deepblue17 is on a distinguished road
Hi,

are there any updates with the parallelization of the icoFsiFoam solver? I tried the last version from the 1.6-ext git and the flappingConsole still does not run in parallel.

I tested where the error occured and think this is already in the volPointInterpolation (cpi) of the setMotion.H.

The patchToPatch interpolation also does not work in parallel, but we could switch over to a directMappedBased boundary condition (like the turbulentTemperatureCoupledBaffleMixed which is used in CHTMultiRegionFoam - this one works also in parallel) in order to couple fluid and solid patches.

Any idea how to get this solver working in parallel?
deepblue17 is offline   Reply With Quote

Old   May 23, 2011, 12:06
Default flappingconsolesmall problem
  #66
New Member
 
khaled
Join Date: Nov 2010
Posts: 11
Rep Power: 15
PeterII is on a distinguished road
Hi All
I'm struggling with some problems running the tutorials for icoFsiFoam solver (flappingConsoleSmall) on openfoam-1.6-ext.
I recive this message int the terminal window:
>/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall$ ./Allrun
>Running blockMesh on/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/ flappingConsoleSmall/fluid
>Running blockMesh on /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/ flappingConsoleSmall/solid
/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall
>./Allrun: 23: makeFsiCaseLinks: not found
>Running icoFsiFoam on /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid
>/Allrun: 27: makeFsiResultsLinks: not found
and log files are:
1) log.blockMesh
Default patch type set to empty
--> FOAM Warning :
From function polyMesh:olyMesh(... construct from shapes...)
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 583
Found 10 undefined faces in mesh; adding to default patch.


2) log.icofsiFoam
--> FOAM FATAL IO ERROR:
keyword divSchemes is undefined in dictionary "/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid/system/solid/fvSchemes"
file: /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid/system/solid/fvSchemes
From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 457.

FOAM exiting


  • can anyone gave me help?

Last edited by PeterII; June 5, 2011 at 08:27.
PeterII is offline   Reply With Quote

Old   May 24, 2011, 04:29
Default
  #67
Senior Member
 
Matthias Voß
Join Date: Mar 2009
Location: Berlin, Germany
Posts: 449
Rep Power: 20
mvoss is on a distinguished road
looks like blockMesh came up with the error in the first place.
mvoss is offline   Reply With Quote

Old   May 29, 2011, 16:16
Default
  #68
ZKM
New Member
 
Join Date: Mar 2010
Posts: 12
Rep Power: 16
ZKM is on a distinguished road
@ PeterII

You need to take the latest RunFunctions from
http://openfoam-extend.svn.sourcefor...ext/bin/tools/
and replace it with your RunFunctions in bin/tools/
Moreover comment out these lines in Allrun
Code:
#cd constant
#ln -s ../../solid/constant solid
#cd ..
#cd 0
#ln -s ../../solid/0 solid
#cd ..
ZKM is offline   Reply With Quote

Old   June 5, 2011, 08:26
Default icostructFoam paraFoam
  #69
New Member
 
khaled
Join Date: Nov 2010
Posts: 11
Rep Power: 15
PeterII is on a distinguished road
Thank you (ZKM) so much for this help. However the blockMesh log file show the this error:
Creating block mesh topology
Default patch type set to empty
--> FOAM Warning :
From function polyMesh:olyMesh(... construct from shapes...)
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 583
Found 10 undefined faces in mesh; adding to default patch.
Check block mesh topology


Now I want to model the deformation of the blood vessel under a pusatil pressure and anny helpe will be appreciate.
PeterII is offline   Reply With Quote

Old   June 15, 2011, 10:31
Default icoFsiFoam problem with decomposed patches
  #70
New Member
 
D. Matz
Join Date: May 2011
Posts: 6
Rep Power: 14
matz is on a distinguished road
Hi everybody,

I'm new to this Forum, but have some experience with OpenFOAM.

I'm interested in Fluid Structure Interaction and am currently testing the icoFsiFoam-Solver from the OF-1.6-ext version. In serial mode the tutorial and several other cases are working fine, but if it goes to parallel the results do not match the serial ones. The deformation of the solid in parallel (in some cases) is far less than expected.

The problem occurs when the fluid/solid patch is on 2 or more processors. If the fluid/solid patch is only on one processor the parallel and serial cases match perfectly.

My questions are, if somebody else has the same problem and if there is any solution?

Thanks in advance!

Best regards,
Daniel

PS: The Problem can easily be reproduced with the standard tutorial for icoFsiFoam (flappingConsoleSmall).
For the decomposeParDict the following can be used (it is only important that the fluid/solid patch is split!):


numberOfSubdomains 4;

method simple;

simpleCoeffs
{
n (1 4 1 );
delta 0.001;
}
matz is offline   Reply With Quote

Old   July 7, 2011, 06:56
Exclamation myFSI solver and test case
  #71
New Member
 
charbel's Avatar
 
Charbel Habchi
Join Date: Jan 2011
Location: Lebanon
Posts: 27
Rep Power: 15
charbel is on a distinguished road
Hi everyone,

You can find here a new solver that I am trying to make for fluid-structure interaction.
I am working on version 1.6-ext.

This solver included:
1/ pimpleDyMFoam in which we have ALE and turbulence models can be used
2/ outer fixed point adaptive relaxation by using Aitken's method for strong coupling
3/ solve transport equations for heat and mass transfer
4/ solid solver for large deformattion (2nd Piola-Krichhoff stress tensor...)
5/ computing traction in setPressure.H but it is not taken into account in tractionDisplacementFvPatchVectorField.C can you give some hint please

Can you try this solver on the attached testCase and give me remarks because I am sure there will be some mistakes especially for:
1/ Aitken's method
2/ solid solver and its part in tractionDisplacementFvPatchVectorField.C
3/ setting traction in tractionDisplacementFvPatchVectorField.C

Thank you in advance.
Charbel.
Attached Files
File Type: gz solverAndTestCaseFSI.tar.gz (75.4 KB, 157 views)
elvis and Behzad Taghilou like this.
charbel is offline   Reply With Quote

Old   July 24, 2011, 00:16
Default
  #72
Member
 
Santiago
Join Date: Dec 2009
Posts: 85
Rep Power: 16
gascortado is on a distinguished road
Quote:
Originally Posted by PeterII View Post
Hi All
I'm struggling with some problems running the tutorials for icoFsiFoam solver (flappingConsoleSmall) on openfoam-1.6-ext.
I recive this message int the terminal window:
>/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall$ ./Allrun
>Running blockMesh on/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/ flappingConsoleSmall/fluid
>Running blockMesh on /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/ flappingConsoleSmall/solid
/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall
>./Allrun: 23: makeFsiCaseLinks: not found
>Running icoFsiFoam on /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid
>/Allrun: 27: makeFsiResultsLinks: not found
and log files are:
1) log.blockMesh
Default patch type set to empty
--> FOAM Warning :
From function polyMesh:olyMesh(... construct from shapes...)
in file meshes/polyMesh/polyMeshFromShapeMesh.C at line 583
Found 10 undefined faces in mesh; adding to default patch.


2) log.icofsiFoam
--> FOAM FATAL IO ERROR:
keyword divSchemes is undefined in dictionary "/home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid/system/solid/fvSchemes"
file: /home/khaled/OpenFOAM/of16ext/stressAnalysis/icoFsiFoam/flappingConsoleSmall/fluid/system/solid/fvSchemes
From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 457.

FOAM exiting


  • can anyone gave me help?

I have the exact same problem. Does anyone knows how to solve this one?? I will really appreciate any help. Thanks
gascortado is offline   Reply With Quote

Old   August 4, 2013, 11:32
Default IcoFSIFOAM EROOR
  #73
New Member
 
Soheil nazmdeh
Join Date: Feb 2013
Posts: 15
Rep Power: 13
soheil nazmdeh is on a distinguished road
Hi ,
I try to solve my case with icoFsiFOAM solver , but in my geometry this eroor accur when try to solve it :

.....
Moving mesh time step continuity errors : sum local = -92209, global = 1.98903, cumulative = 2.86326
CG: Solving for p, Initial residual = 0.999957, Final residual = 7.0708e-07, No Iterations 526
CG: Solving for p, Initial residual = 0.999109, Final residual = 0.000723223, No Iterations 1000
Moving mesh time step continuity errors : sum local = 2.07627e+14, global = 2.26112e+10, cumulative = 2.26112e+10
Floating point exception (core dumped)

please help me to solve it...!
soheil nazmdeh is offline   Reply With Quote

Old   November 14, 2013, 06:41
Default icoFsiFoam in OpenFOAM 2.2.1
  #74
Senior Member
 
ok
Join Date: Oct 2013
Posts: 346
Rep Power: 13
Maimouna is on a distinguished road
Dear All,

could you help me please where can I find icoFsiFoam solver in OpenFOAM 2.2.1. I searched many times but unfortunately I didn't get any result. Also, I tried to make my FSI directory but the same it is not working.

Help me please to find the answer.

Regards
Maimouna is offline   Reply With Quote

Old   November 16, 2013, 15:15
Default
  #75
Member
 
Eric Robertson
Join Date: Jul 2012
Posts: 95
Rep Power: 14
msuaeronautics is on a distinguished road
Quote:
Originally Posted by Maimouna View Post
Dear All,

could you help me please where can I find icoFsiFoam solver in OpenFOAM 2.2.1. I searched many times but unfortunately I didn't get any result. Also, I tried to make my FSI directory but the same it is not working.

Help me please to find the answer.

Regards
You will have to download OF1.6-ext in order to use icoFsiFoam. The solver isn't officially available in any other iteration.
msuaeronautics is offline   Reply With Quote

Old   November 18, 2013, 13:15
Default
  #76
Senior Member
 
ok
Join Date: Oct 2013
Posts: 346
Rep Power: 13
Maimouna is on a distinguished road
Many thanks for your reply. I have some questions regarding your answer
1. Have I install OpenFOAM 1.6-ext inside OpenFOAM 2.2.1 that I had installed before or install it separately?

2. During installation I got some error, how can I re-install it again?

3. I got locked folders, OpenFOAM 1.6-ext locked, why?


4. How to work with fluid and solid in parallel in cases such that flappingConsoleSmall?

Many thanks for your helping.
Maimouna is offline   Reply With Quote

Old   November 30, 2013, 16:09
Default FVM and FEM FSI-OF-1.6ext
  #77
Member
 
Arash Mahboubidoust
Join Date: Jun 2013
Location: Iran
Posts: 58
Rep Power: 12
arashfluid is on a distinguished road
Send a message via Yahoo to arashfluid
Hi
Iam using pimpleFsiFoam solver for pitching motion of naca0012 airfoil in incompressible and turbulence flow.My problem is weak coupling. PimpleFsiFoam is a solver based on FEM. So for moving the airfoil by pointDisplacement, I converted it to FVM. I create 2 meshes in gambit, one for the fluid and another one with the airfoil only as my solidMesh. Then convert them using fluentmeshToFoam. Various mesh for y + <1 is tried and boundary conditions for U and P are:
U:
Code:
dimensions      [0 1 -1 0 0 0 0];
  internalField   uniform (13.7873 2.431 0);
  boundaryField
  {   
      outlet
      {
          type            zeroGradient;
       }
      inlet
      {
          type            fixedValue;
          value           $internalField;
      }
      airfoil
      {
         type            movingWallVelocity;
          value           uniform (0 0 0);
      }
P:
Code:
dimensions      [0 2 -2 0 0 0 0];
  internalField   uniform 0;
  boundaryField
  {   
       outlet
        {
            type            fixedValue;
            value           uniform 0;
        }
       inlet       
        {
          type            zeroGradient;
        }
       airfoil        
        {
          type            zeroGradient;
        }
When I run the case I get the Floating point error.
Do Solver wrong acts or the case is problem?
Geometry with coarse mesh and without motion and laminar flow was ran only by icoFsiFoam openfoam tutorial solver. For turbulent flow,I convert icoFsiFoam to pisoFsiFoam. But again, I fail.
How do I apply this motion in the FEM solver?

Last edited by wyldckat; December 1, 2013 at 09:36. Reason: Added [CODE][/CODE]
arashfluid is offline   Reply With Quote

Old   February 6, 2014, 17:58
Default what caused that error
  #78
Member
 
Eric Bryant
Join Date: Sep 2013
Location: Texas
Posts: 44
Rep Power: 12
codder is on a distinguished road
Seeing a similar error PeterII experienced, and ZKM suggested a solution for.

Different situation - in that I'm adapting the icoFsiFoam solver to use a different solid domain solver. The error I see is:

Code:
--> FOAM FATAL IO ERROR: 
keyword grad(U) is undefined in dictionary "/home/eric/foam/eric-3.0/run/       applications/solvers/icoFsiElasticAcpSolidFoam/tutorial/fluid/system/fvSchemes::gradSchemes"
... where grad(U) needs to be defined in the solid but not fluid fvSchemes.

So could anyone shed some light on the underlying reason for ZKM's proposed solution:

Quote:
You need to take the latest RunFunctions from
http://openfoam-extend.svn.sourcefor...ext/bin/tools/
and replace it with your RunFunctions in bin/tools/
Moreover comment out these lines in Allrun

Code:
#cd constant
#ln -s ../../solid/constant solid
#cd ..
#cd 0
#ln -s ../../solid/0 solid
#cd ..
... I'm guessing this is a linking issue?
codder is offline   Reply With Quote

Old   July 21, 2014, 21:46
Default Problem in viewing HronTurekFsi
  #79
New Member
 
Hassan Adel
Join Date: Oct 2013
Location: Egypt
Posts: 18
Rep Power: 12
hassan1201 is on a distinguished road
I solved HronTurekFsi case in OF- Extend 3.1
for many time steps but i stoped the solver to show it in paraFoam.
It appears fluid domain only without solid
__________________
H.Elsheshtawy
hassan1201 is offline   Reply With Quote

Old   August 7, 2014, 10:30
Default flexible flapping airfoil
  #80
Member
 
Arash Mahboubidoust
Join Date: Jun 2013
Location: Iran
Posts: 58
Rep Power: 12
arashfluid is on a distinguished road
Send a message via Yahoo to arashfluid
Hi friends,
I could impose motion on solid patch by applying oscillatingFixedValue BC in motionU file and solid moves properly.But unlike the solid, fluid patch moves in the opposite direction of solid patch. Solver is icoFsiElasticNonLin... in foam-extend-3.1. My test case is uploaded on:
http://www.uploadbaz.com/f4xg5rf6b2rv

Where is the problem? Can someone help me?

Christoph, I have a specific question from you. I want to impose a forced oscillatory motion on solid,According to your thread in post #10. Can you tell me how did you apply that motion?
arashfluid is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Javier FLUENT 1 October 14, 2004 14:42
fluid-structure interaction Tikka Main CFD Forum 4 July 7, 2001 16:08
Fluid-Structure Interaction Janice Main CFD Forum 9 May 3, 2001 17:46
FLUID/Structure Interaction Jas Main CFD Forum 5 November 21, 2000 05:46
Fluid-Structure Interaction Gabor BALINT Main CFD Forum 5 October 12, 1999 05:54


All times are GMT -4. The time now is 02:28.