CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

reconstructPar error: cannot find pointProcAdressing

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 4, 2021, 07:04
Default reconstructPar error: cannot find pointProcAdressing
  #1
New Member
 
Istanbul
Join Date: Dec 2018
Posts: 1
Rep Power: 0
anilbekgoz is on a distinguished road
Hey guys!

I am experimenting on a very simple multi-region case. Internal heat generation in a solid box & forced air cooling on it.

I use snappyHexMesh on 4 cores (decompose: scotch) and then run chtMultiRegionFoam. When I try to reconstruct it I get the following error:





Code:
--> FOAM FATAL ERROR: 
cannot find file "/home/anil/initialDemos/boxAllrun/processor0/constant/fluid/polyMesh/pointProcAddressing"

    From function virtual Foam::autoPtr<Foam::ISstream> Foam::fileOperations::uncollatedFileOperation::readStream(Foam::regIOobject&, const Foam::fileName&, const Foam::word&, bool) const
    in file global/fileOperations/uncollatedFileOperation/uncollatedFileOperation.C at line 538.

FOAM exiting
I am using OpenFOAM 8 on a Ubuntu 20.04. Any help is much appreciated.

Allrunmesh:
Code:
#!/bin/sh

cd ${0%/*} || exit 1

. $WM_PROJECT_DIR/bin/tools/RunFunctions

rm -rf constant/polyMesh/sets

runApplication blockMesh
runApplication decomposePar -copyZero


runParallel snappyHexMesh -overwrite
runParallel splitMeshRegions -cellZones -overwrite
Allrun:
Code:
#!/bin/sh

cd ${0%/*} || exit 1

. $WM_PROJECT_DIR/bin/tools/RunFunctions


runParallel $(getApplication)
runApplication reconstructPar -allRegions
All the best,
Anil
anilbekgoz is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, openfoam8, parallel, reconstructpar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Coupling with MATLAB via Java, getting the message: "error: cannot find symbol" Dry Patrick STAR-CCM+ 6 October 23, 2018 09:03
/usr/bin/ld: cannot find -llagrangianTurbulence /usr/bin/ld: cannot find -lfluidTherm Luiggito OpenFOAM Programming & Development 9 May 2, 2016 00:54
CFX-Pre problem, pls help!!! cth_yao CFX 0 February 17, 2012 00:52
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 Attesz OpenFOAM Installation 45 January 13, 2012 12:38
Problem Building OF on Centos cluster (no admin rights) CKH OpenFOAM Installation 5 November 13, 2011 06:32


All times are GMT -4. The time now is 06:29.