|
[Sponsors] |
reconstructPar error: cannot find pointProcAdressing |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 4, 2021, 08:04 |
reconstructPar error: cannot find pointProcAdressing
|
#1 |
New Member
Istanbul
Join Date: Dec 2018
Posts: 1
Rep Power: 0 |
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 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 Code:
#!/bin/sh cd ${0%/*} || exit 1 . $WM_PROJECT_DIR/bin/tools/RunFunctions runParallel $(getApplication) runApplication reconstructPar -allRegions Anil |
|
Tags |
chtmultiregionfoam, openfoam8, parallel, reconstructpar |
|
|
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 10:03 |
/usr/bin/ld: cannot find -llagrangianTurbulence /usr/bin/ld: cannot find -lfluidTherm | Luiggito | OpenFOAM Programming & Development | 9 | May 2, 2016 01:54 |
CFX-Pre problem, pls help!!! | cth_yao | CFX | 0 | February 17, 2012 01:52 |
OpenFOAM 1.6-ext git installation on Ubuntu 11.10 x64 | Attesz | OpenFOAM Installation | 45 | January 13, 2012 13:38 |
Problem Building OF on Centos cluster (no admin rights) | CKH | OpenFOAM Installation | 5 | November 13, 2011 07:32 |