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

different between serial and parallel running in reading pointzone

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2021, 03:15
Default different between serial and parallel running in reading pointzone
  #1
Senior Member
 
Hojatollah Gholami
Join Date: Jan 2019
Posts: 171
Rep Power: 7
Hgholami is on a distinguished road
Dear foamer
I have problem with parallel simulation of new cases.

I have a pointZone as movingPointsZone that read by this code in a solver
Quote:
const pointZone& pz = fvMesh_.pointZones()[movingPointsZone_];
Info <<pz<<endl;
when I run serial, the output is same as pointZone in polyMesh/pointZone.
when I decompose mesh and run parallel, the output is very deference.

for example
in serial
Quote:
movingPoints

82464
(
131072
131073
131074
131075
131076
....
);
in parallel
Quote:
movingPoints

6272
(
23002
23003
23004
23005
23006
23007
23008
...
}
if I change decompose method
Quote:
movingPoints

6272
(
15918
15919
15920
...
}
in parallel running, the ids is all deference from pointZone, why?
Thanks
Hgholami is offline   Reply With Quote

Reply

Tags
foam-extend 4.0


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
multiphaseEulerFoam running in serial but crashing in parallel BlnPhoenix OpenFOAM Running, Solving & CFD 1 May 4, 2017 03:40
Loop through processors and collect cellLabels of celLZone hxaxtma OpenFOAM 13 March 22, 2017 14:08
Case running in serial, but Parallel run gives error atmcfd OpenFOAM Running, Solving & CFD 18 March 26, 2016 12:40
Case running in parallel gives error whereby running in serial works Harak OpenFOAM Running, Solving & CFD 8 October 17, 2015 11:12
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16


All times are GMT -4. The time now is 08:35.