|
[Sponsors] |
February 28, 2013, 14:20 |
topoSet simpleFoam parallelized run error
|
#1 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
There is a parallel run issue in one of my cases in which I suspect that I have done something wrong with topoSetDict. === 1 === checkMesh.log fvSchemes fvSolution In my opinion, the setting is OK. === 2 === I execute the above commands respectively: Code:
blockMesh topoSet decomposePar mpirun -np 2 simpleFoam -parallel controlDict topoSetDict These are the system documents of the case. === 4 === I obtain the following error: Error_file In short: Code:
[0] --> FOAM FATAL ERROR: [0] Cannot find file "" in directory "polyMesh/sets" in times 0 down to constant [0] [0] From function Time::findInstance(const fileName&, const word&, const IOobject::readOption, const word&) [0] in file db/Time/findInstance.C at line 140. [0] FOAM parallel run exiting I have found some other forum pages which consider the same error message in a slightly different context. Therefore, I somehow couldn't adapt the given answers to my case. I appreciate any help. Many thanks in advance. Last edited by HakikiCanakkaleli; March 1, 2013 at 04:12. |
|
March 2, 2013, 09:04 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings HakikiCanakkaleli,
The problem is that the "sets" aren't decomposed as well. Try running topoSet in parallel: Code:
blockMesh decomposePar mpirun -np 2 topoSet -parallel mpirun -np 2 simpleFoam -parallel Bruno
__________________
|
|
March 2, 2013, 09:41 |
|
#3 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Dear wyldckat,
Thanks a lot for taking your time and explain it to me. It perfectly works well now. Kind regards. |
|
October 5, 2018, 07:42 |
|
#4 | |
Member
Hüseyin Can Önel
Join Date: Sep 2018
Location: Ankara, Turkey
Posts: 47
Rep Power: 8 |
Quote:
What if I want to run snappyHexMesh in parallel (before topoSet and after decomposition, without creating new time directories) in your script? Thanks |
||
October 5, 2018, 08:44 |
|
#5 | |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,197
Rep Power: 27 |
Quote:
Code:
mpirun -np 2 snappyHexMesh -overwrite -parallel |
||
October 5, 2018, 11:52 |
|
#6 | |
Member
Hüseyin Can Önel
Join Date: Sep 2018
Location: Ankara, Turkey
Posts: 47
Rep Power: 8 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem running perturbUCyl | sen.1986 | OpenFOAM | 17 | June 4, 2019 06:56 |
[OpenFOAM] Native ParaView Reader Bugs | tj22 | ParaView | 270 | January 4, 2016 12:39 |
Installation OF1.5-dev | ttdtud | OpenFOAM Installation | 46 | May 5, 2009 03:32 |
user subroutine error | CFDUSER | CFX | 2 | December 9, 2006 07:31 |
user defined function | cfduser | CFX | 0 | April 29, 2006 11:58 |