|
[Sponsors] |
November 14, 2016, 19:26 |
Running parallel HronTurekFsi3
|
#1 |
New Member
Join Date: Nov 2016
Posts: 13
Rep Power: 10 |
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 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 Thankyou. |
|
November 11, 2020, 08:17 |
|
#2 |
New Member
Justyna Salachna
Join Date: Dec 2019
Posts: 10
Rep Power: 7 |
Hi, Any reply to your problem?
|
|
November 11, 2020, 10:23 |
|
#3 |
Senior Member
Join Date: Oct 2017
Posts: 133
Rep Power: 9 |
I suspect that he has written "plate-zone" somewhere, but it should actually be "plateZone".
|
|
|
|
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 22:33 |
Running mapFields with Parallel Source and Parallel Target | RDanks | OpenFOAM Pre-Processing | 4 | August 2, 2016 06:24 |
running OpenFoam in parallel | vishwa | OpenFOAM Running, Solving & CFD | 22 | August 2, 2015 09:53 |
Unconsistent parallel jobs running time | arnaud6 | OpenFOAM Running, Solving & CFD | 4 | February 10, 2015 13:42 |
Problems running in parallel - missing controlDict | Argen | OpenFOAM Running, Solving & CFD | 4 | June 7, 2012 04:50 |