|
[Sponsors] |
[mesh manipulation] Problem with RenumberMesh in parallel in OpenFOAM 2.1.1 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 18, 2013, 08:01 |
Problem with RenumberMesh in parallel in OpenFOAM 2.1.1
|
#1 |
New Member
Srinivas Nag H.V.
Join Date: Oct 2012
Posts: 2
Rep Power: 0 |
Dear All,
This is Srinivas. I am using OpenFOAM 2.1.1 in RHEL 5.8 There are 4 procs in my system. blockMesh, snappyHexMesh, checkMesh transformPoints -scale are successful in parallel. Then I did, mpirun -np 4 reconstructParMesh -mergeTol 1e-6 -constant. Then, mpirun -n 4 renumberMesh -overwrite -parallel. It fails with following message : **************************************** --> FOAM FATAL IO ERROR: [3] keyword SIDE_GLASS is undefined in dictionary "/home/pv/Working_Directory/Renumber_mesh_problem/processor3/0/nut::boundaryField" [3] [3] file: /home/pv/Working_Directory/Renumber_mesh_problem/processor3/0/nut::boundaryField from line 26 to line 61. [3] [3] From function dictionary::subDict(const word& keyword) const [3] in file db/dictionary/dictionary.C at line 461. [3] FOAM parallel run exiting ***************************************** If I do just renumberMesh -overwrite, it works fine but parallel renumbering is a problem. I request you all to please help me. Thanks. Best Regards, Srini |
|
November 8, 2013, 03:48 |
|
#2 |
Member
Join Date: Jul 2013
Posts: 62
Rep Power: 13 |
hello Srini,
my opinion: you do you meshgeneration in parallel and then you reconstruct you mesh with reconstructParMesh => you get a Mesh which you can use with only one prozessor or you decompose it again to use parallel computation... to renumber your reconstructed mesh you've to use the renumberMesh option without -parallel: renumberMesh -overwrite this command renumbers your RECONSTRUCTED mesh. To use the command in parallel you have to reconstruct your mesh AFTER renumbering it with mpirun -np 4 renumberMesh -overwrite -parallel. I hope this will help you. Best regards, CFDNewbie147 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error running openfoam in parallel | fede32 | OpenFOAM Programming & Development | 5 | October 4, 2018 17:38 |
OpenFOAM 4.0 Released | CFDFoundation | OpenFOAM Announcements from OpenFOAM Foundation | 2 | October 6, 2017 06:40 |
How can i make a parallel programming in OpenFOAM? | jignesh_thaker2007 | OpenFOAM Running, Solving & CFD | 3 | July 2, 2014 10:37 |
Problem in parallel run with OpenFOAM | Gitesh P | OpenFOAM Running, Solving & CFD | 2 | June 1, 2014 07:05 |
Problem in recompiling a turbulence model in OpenFoam 2.1.1 | pascool | OpenFOAM Programming & Development | 6 | October 3, 2012 13:03 |