CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Fsi Foam parallel problem (https://www.cfd-online.com/Forums/openfoam-solving/184404-fsi-foam-parallel-problem.html)

manu551 March 1, 2017 17:16

Fsi Foam parallel problem
 
Hi all,

I started fsiFoam in parallel, but it gaves me the bold error. Serial processing work, but not parallel. Everyone has any idea?


Code:

Create time

Create dynamic mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
// using new solver syntax:
motionU
{
    solver          PCG;
    preconditioner  DIC;
    tolerance      1e-06;
    relTol          0;
}

Selecting motion solver: velocityLaplacian
Selecting motion diffusion: quadratic
Selecting motion diffusion: inverseDistance
 Reading stress mesh
Selecting incompressible transport model Newtonian
Selecting turbulence model type RASModel
Selecting RAS turbulence model SpalartAllmaras
SpalartAllmarasCoeffs
{
    sigmaNut        0.66666;
    kappa          0.41;
    Cb1            0.1355;
    Cb2            0.622;
    Cw2            0.3;
    Cw3            2;
    Cv1            7.1;
    Cv2            5;
}

Creating fixed displacement boundary condition
Creating traction displacement boundary conditions
Creating traction displacement boundary conditions
Selecting rheology model linearElastic
Creating constitutive model
Selecting coupling scheme Aitken

Starting time loop

Time = 1e-05

Create extended GGI zone-to-zone interpolator
Checking fluid-to-solid face interpolator
Fluid-to-solid face interpolation error: 0.07098772543
Checking solid-to-fluid point interpolator (GGI)
Extended GGI, master point distance, max: 0, avg: 0, min: 0
Extended GGI, master point orientation (<0), max: -1, min: -1, nIncorrectPoints: 0/190
Solid-to-fluid point interpolation error (GGI): 1.387948177e-17
Number of uncovered master faces: 0
Number of uncovered slave faces: 0

Time = 1e-05, iteration: 1
Current fsi under-relaxation factor: 0.4
[0]
[0]
[0] --> FOAM FATAL ERROR:
[0] global zone point map is not availabel

[0]
[0]    From function fluidStructureInterface::updateDisplacement()
[0]    in file fluidStructureInterface/fluidStructureInterface.C at line 1241.
[0]
FOAM parallel run aborting
[0]
[1]
[1]
[1] --> FOAM FATAL ERROR:
[1] global zone point map is not availabel

[1]
[1]    From function fluidStructureInterface::updateDisplacement()
[1]    in file fluidStructureInterface/fluidStructureInterface.C at line 1241.
[1]
FOAM parallel run aborting
[1]

Thanks.

rezaeimahdi August 10, 2017 01:12

Quote:

Originally Posted by manu551 (Post 639096)
Hi all,

I started fsiFoam in parallel, but it gaves me the bold error. Serial processing work, but not parallel. Everyone has any idea?


Code:

Create time

Create dynamic mesh for time = 0

Selecting dynamicFvMesh dynamicMotionSolverFvMesh
// using new solver syntax:
motionU
{
    solver          PCG;
    preconditioner  DIC;
    tolerance      1e-06;
    relTol          0;
}

Selecting motion solver: velocityLaplacian
Selecting motion diffusion: quadratic
Selecting motion diffusion: inverseDistance
 Reading stress mesh
Selecting incompressible transport model Newtonian
Selecting turbulence model type RASModel
Selecting RAS turbulence model SpalartAllmaras
SpalartAllmarasCoeffs
{
    sigmaNut        0.66666;
    kappa          0.41;
    Cb1            0.1355;
    Cb2            0.622;
    Cw2            0.3;
    Cw3            2;
    Cv1            7.1;
    Cv2            5;
}

Creating fixed displacement boundary condition
Creating traction displacement boundary conditions
Creating traction displacement boundary conditions
Selecting rheology model linearElastic
Creating constitutive model
Selecting coupling scheme Aitken

Starting time loop

Time = 1e-05

Create extended GGI zone-to-zone interpolator
Checking fluid-to-solid face interpolator
Fluid-to-solid face interpolation error: 0.07098772543
Checking solid-to-fluid point interpolator (GGI)
Extended GGI, master point distance, max: 0, avg: 0, min: 0
Extended GGI, master point orientation (<0), max: -1, min: -1, nIncorrectPoints: 0/190
Solid-to-fluid point interpolation error (GGI): 1.387948177e-17
Number of uncovered master faces: 0
Number of uncovered slave faces: 0

Time = 1e-05, iteration: 1
Current fsi under-relaxation factor: 0.4
[0]
[0]
[0] --> FOAM FATAL ERROR:
[0] global zone point map is not availabel

[0]
[0]    From function fluidStructureInterface::updateDisplacement()
[0]    in file fluidStructureInterface/fluidStructureInterface.C at line 1241.
[0]
FOAM parallel run aborting
[0]
[1]
[1]
[1] --> FOAM FATAL ERROR:
[1] global zone point map is not availabel

[1]
[1]    From function fluidStructureInterface::updateDisplacement()
[1]    in file fluidStructureInterface/fluidStructureInterface.C at line 1241.
[1]
FOAM parallel run aborting
[1]

Thanks.

Hello,

I'm using also fsiFoam to run a case, however, still no solution for parallel simulation with that. Could you please let me know did you find any solution?

more or less same error:

[2] --> FOAM FATAL ERROR:
[2] Cannot find file "points" in directory "constant/solid/polyMesh"


Thanks

Tomko February 20, 2018 18:36

Hi mahdi, I am also facing the same problem...Have you solved it?

Hamed1117 June 24, 2019 06:15

you are probably using scotch for decompose algorithm, first try simple algorithm in you decomposeParDict.


cheers
Hamed


All times are GMT -4. The time now is 18:59.