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

Running parallel HronTurekFsi3

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2016, 18:26
Default Running parallel HronTurekFsi3
  #1
New Member
 
Join Date: Nov 2016
Posts: 13
Rep Power: 9
manu551 is on a distinguished road
Dear Foamers;

I need your help running HronTurek3 FsiFoam tutorial in parallel.

Here is how I modified the Allrun file:

Code:
#!/bin/sh

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

# Get application name
application=`getApplication`

runApplication -l log.blockMesh.solid blockMesh -case ../solid
runApplication -l log.setSet.solid setSet -case ../solid -batch ../solid/setBatch
runApplication -l log.setToZones.solid setsToZones -case ../solid -noFlipMap
runApplication -l log.decomposeParFsi.solid decomposeParFsi -case ../solid -cellDist

runApplication blockMesh
runApplication setSet -batch setBatch
runApplication setsToZones -noFlipMap
runApplication decomposeParFsi -cellDist

cd ..
./makeLinks fluid solid
cd f*

# Build setInletVelocity function object
wmake libso ../setInletVelocity

runParallel $application 6
wait
#runApplication $application
runApplication -l log.reconstructPar.solid reconstructPar -region solid
wait
runApplication reconstructPar

cd ..
cp fluid{solid}.OpenFOAM fluid

# ----------------------------------------------------------------- end-of-file
Everything went well except for decomposeParFsi of solid mesh... It gave me this error:

Code:
--> FOAM FATAL ERROR: 
Unknown global face zone plate-zone
Valid face zones are
1
(
plateZone
)


    From function domainDecomposition::decomposeMesh()
    in file decomposeMesh.C at line 495.

FOAM exiting
What was wrong? What can I do?

Thankyou.
manu551 is offline   Reply With Quote

Old   November 11, 2020, 07:17
Default
  #2
New Member
 
Justyna Salachna
Join Date: Dec 2019
Posts: 10
Rep Power: 6
salachnaj is on a distinguished road
Hi, Any reply to your problem?
salachnaj is offline   Reply With Quote

Old   November 11, 2020, 09:23
Default
  #3
Senior Member
 
Join Date: Oct 2017
Posts: 121
Rep Power: 8
Krapf is on a distinguished road
I suspect that he has written "plate-zone" somewhere, but it should actually be "plateZone".
Krapf is offline   Reply With Quote

Reply


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
error while running in parallel using openmpi on local mc 6 processors suryawanshi_nitin OpenFOAM 10 February 22, 2017 21:33
Running mapFields with Parallel Source and Parallel Target RDanks OpenFOAM Pre-Processing 4 August 2, 2016 05:24
running OpenFoam in parallel vishwa OpenFOAM Running, Solving & CFD 22 August 2, 2015 08:53
Unconsistent parallel jobs running time arnaud6 OpenFOAM Running, Solving & CFD 4 February 10, 2015 12:42
Problems running in parallel - missing controlDict Argen OpenFOAM Running, Solving & CFD 4 June 7, 2012 03:50


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