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

Running Error using Compressible OpenFoam Parallel mode

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 13, 2014, 20:53
Question Running Error using Compressible OpenFoam Parallel mode
  #1
New Member
 
Dan Hendria
Join Date: Sep 2013
Location: Serpong Indonesia
Posts: 1
Rep Power: 0
dhendria is on a distinguished road
Hi All,

I'm new with OpenFoam and I'm struggling to run compressible flow in Parallel mode in the environment of Centos 6.5.

I'm trying to run tutorial case:
~/OpenFOAM-2.2.2/tutorials/compressible/rhoSimplecFoam/squareBend
using 8 core and I keep getting error message. If I run using 1 core, I dont get the error message. The error message only happens with multiple cores even with just 2 core.

I thought I would be due to the MPI but when I run other tutorial case with incompressible flow, I can make it with multiple cores. Example:
~/OpenFOAM-2.2.2/tutorials/incompressible/simpleFoam/motorBike
For motoroBike case, I can run it with 6 cores.

Here is the error message (some parts of the error message in the log file) that I got when I tried to run compressible flow:

-- - -- - -
[0]
[0]
[0] --> FOAM FATAL IO ERROR:
[0] Cannot find patchField entry for procBoundary0to1
[0]
[0] file: /home/ccfd/OpenFOAM/OpenFOAM-2.2.2/tutorials/compressible/rhoSimplecFoam/squareBen
d/processor0/0/p.boundaryField from line 25 to line 38.
[0]
[0] From function GeometricField<Type, PatchField, GeoMesh>::GeometricBoundaryField::rea
dField(const DimensionedField<Type, GeoMesh>&, const dictionary&)
[0] in file /home/ccfd/OpenFOAM/OpenFOAM-2.2.2/src/OpenFOAM/lnInclude/GeometricBoundaryF
ield.C at line 206.
[0]
FOAM parallel run exiting
[0]
[1]
[1]
[1] --> FOAM FATAL IO ERROR:
[1] Cannot find patchField entry for procBoundary1to0
-- - - - - - - -


and Here is the Allrun file that I used to run it:

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
runApplication decomposePar -force
#cp -r 0.org 0 > /dev/null 2>&1

#- For parallel running
ls -d processor* | xargs -i rm -rf ./{}/0 $1
ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1
foamJob -p -s checkMesh -constant -noZero > log.checkMesh
runParallel patchSummary 8

application=`getApplication`

runParallel $(getApplication) 8
runApplication reconstructParMesh -constant
runApplication reconstructPar -latestTime

# ----------------------------------------------------------------- end-of-file


Do I have any installation problem in my server??
Do I have setting problem in my compressible run????

Why do I have problem in running compressible flow but not in incompressible flow????

I would appreciate any help ...

Thank you very much in advance.

Dan Hendria
dhendria is offline   Reply With Quote

Reply

Tags
parallel compressible


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
Almost have my cluster running openfoam, but not quite... bjr OpenFOAM Running, Solving & CFD 17 March 6, 2020 09:52
Large test case for running OpenFoam in parallel fhy OpenFOAM Running, Solving & CFD 23 April 6, 2019 09:55
Running OpenFOAM in parallel by enabling distributed in decomposeParDict summer OpenFOAM Pre-Processing 0 September 26, 2013 16:31
New OpenFOAM Forum Structure jola OpenFOAM 2 October 19, 2011 06:55
Random machine freezes when running several OpenFoam jobs simultaneously 2bias OpenFOAM Installation 5 July 2, 2010 07:40


All times are GMT -4. The time now is 16:23.