|
[Sponsors] |
October 4, 2019, 16:22 |
OlaFlow Parallel-run problem
|
#1 |
Member
shima
Join Date: Feb 2018
Posts: 58
Rep Power: 8 |
Hi all,
I am simulating a model with olaFlow and using sanppyHexMesh, I am decomposing my model via decomposePar and simple model. I faced a problem running parallel although the simulation do not have any problem running on one node. So, I believe that the problem should be related to decomposing or something. I have checked my decomposeParDict multiple times, but I did not get what the problem is!!! Here is mu decomposeParDict: \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object decomposeParDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // numberOfSubdomains 48; method simple; simpleCoeffs { n (6 2 4); delta 0.001; } Here is the error that I faced: --> FOAM FATAL ERROR: No base point for face 36495, 5(25399 30237 30238 227042 25400), produces a decomposition that has a minimum volume greater than tolerance. From function void Foam:article::crossEdgeConnectedFace(const label&, Foam::label&, Foam::label&, const Foam::edge&) in file /home/OpenFoam/OpenFOAM-v1612+/src/lagrangian/basic/lnInclude/particleI.H at line 526. FOAM parallel run aborting Could anyone please give me a hint? Best, Shima |
|
October 6, 2019, 22:48 |
|
#2 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi Shima,
maybe your case has only 1 cell in the Y direction and you are trying to decompose it into 2 domains in that direction? If not, have you tried scotch decomposition method? Best, Pablo |
|
October 9, 2019, 11:21 |
|
#3 | |
Member
shima
Join Date: Feb 2018
Posts: 58
Rep Power: 8 |
Quote:
Best, Shima. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM Parallel Run Problem | javier2098 | OpenFOAM Pre-Processing | 1 | November 27, 2019 01:01 |
Problem in foam-extend 4.0 ggi parallel run | Metikurke | OpenFOAM Running, Solving & CFD | 0 | February 20, 2018 07:34 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
nonNewtonianIcoFoam - problem with parallel run | chris_sev | OpenFOAM Bugs | 4 | April 1, 2009 10:13 |
Problem on Parallel Run Setup | Hamidur Rahman | CFX | 0 | September 23, 2007 18:11 |