|
[Sponsors] |
Post process fsi parallel case with foam-extend4.0 |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
New Member
Join Date: Mar 2017
Posts: 15
Rep Power: 9 ![]() |
Hello,
I recently manage to make the fsifoam tutorials work on parallel with foam-extend/4.0 (3Dtube and beamInCrossFlow). When using the command reconstructPar, the fluid results are well assembled according to the time step. Yet, the command doest not seem to take into account the solid results. I've found that foam-extend3.2 has a function reconstructParFsi. Is there, by any chance, an easy way/a function that can do the trick on foam-extend/4.0 ? Any help is appreciated, Regards PS: I'm a new user of foam-extend and this is my first post on this forum. Please, be indulgent, I might have done some stupid remarks or else.. |
|
![]() |
![]() |
![]() |
![]() |
#2 |
New Member
Stephen Waite
Join Date: May 2013
Location: Auckland, New Zealand
Posts: 29
Rep Power: 13 ![]() |
with foam-extended 4.0, run
Code:
reconstructPar Code:
reconstructPar -region solid |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Join Date: Mar 2017
Posts: 15
Rep Power: 9 ![]() |
Hi Stephen,
Thanks for you answer. I don't know why exactly but running reconstructPar then reconstructPar -region solid doesn't do the trick for me... It gives me this error: Code:
--> FOAM FATAL IO ERROR: cannot open file file: /gpfs1/home/2016014/pbrous01/foam/pbrous01-4.0/applications/FluidSolidInteraction/run/fsiFoam/beamInCrossFlow/fluid/454361/fluid/10/solid/meshPhi at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 60. FOAM exiting Note that 10s is my last time step. However, I found another way to do this, thanks to Mr. Kristen Rege and this thread: https://www.cfd-online.com/Forums/op...extend-15.html This works fine, when it is run in the case repertory: Code:
#!/bin/bash mkdir tmp cd fluid for proc in processor*; do mkdir ../tmp/$proc for time in $proc/*; do ln -s ../../fluid/$time/solid ../tmp/$time done done ln -s ../solid/system ../tmp/system ln -s ../solid/constant ../tmp/constant ln -s ../solid/0 ../tmp/0 cd ../tmp Paul |
|
![]() |
![]() |
![]() |
Tags |
foam extend 4.0, fsi, post process |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Salome] Salome import "Cannot find file "points" in directory..." | mismichael | OpenFOAM Meshing & Mesh Conversion | 6 | June 24, 2024 04:17 |
problem during mpi in server: expected Scalar, found on line 0 the word 'nan' | muth | OpenFOAM Running, Solving & CFD | 3 | August 27, 2018 05:18 |
InterDyMFoam+simpleFunctionObject | Elham | OpenFOAM Running, Solving & CFD | 5 | July 10, 2017 12:59 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 19:45 |
Incompatible dimensions for operation | ruben23 | OpenFOAM Running, Solving & CFD | 2 | June 12, 2015 05:14 |