CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Other] decomposePar corrupting mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 16, 2012, 10:57
Default decomposePar corrupting mesh
  #1
ski
New Member
 
AS
Join Date: Jul 2009
Posts: 16
Rep Power: 16
ski is on a distinguished road
Hi all,

I have a mesh which passes checkMesh serial no problems. However if I use decomposePar, and run checkMesh in parallel, it fails for the same mesh as follows:

====================

Face pyramids OK.
***Max skewness = 4.28888, 475 highly skew faces detected which may impair the quality of the results
<<Writing 475 skew faces to set skewFaces
Coupled point location match (average 2.60702e-16) OK.

Failed 1 mesh checks.

====================
The number of skewed faces depends on the number of processors I use (with greater #processors seemingly corrupting the mesh more)

My decomposeParDict:

====================
numberOfSubdomains $NSLOTS ;

method scotch;


preservePatches
(
cyc_half0
cyc_half1
);
====================

I have cyclic boundaries in spanwise direction (which are exactly the same on patch cyc_half0 and cyc_half1). Not sure if this could have an effect?

Any suggestions?

Thanks
ski is offline   Reply With Quote

Old   November 19, 2012, 08:25
Default
  #2
ski
New Member
 
AS
Join Date: Jul 2009
Posts: 16
Rep Power: 16
ski is on a distinguished road
Does anyone else see this happen at all? The mesh does seem to work OK, but it strikes me as odd that the cell quality should deteriorate by domain decomposition. decomposePar should not be affecting the coordinates of the mesh vertices, so this shouldn't happen...

Is this a bug?



Quote:
Originally Posted by ski View Post
Hi all,

I have a mesh which passes checkMesh serial no problems. However if I use decomposePar, and run checkMesh in parallel, it fails for the same mesh as follows:

====================

Face pyramids OK.
***Max skewness = 4.28888, 475 highly skew faces detected which may impair the quality of the results
<<Writing 475 skew faces to set skewFaces
Coupled point location match (average 2.60702e-16) OK.

Failed 1 mesh checks.

====================
The number of skewed faces depends on the number of processors I use (with greater #processors seemingly corrupting the mesh more)

My decomposeParDict:

====================
numberOfSubdomains $NSLOTS ;

method scotch;


preservePatches
(
cyc_half0
cyc_half1
);
====================

I have cyclic boundaries in spanwise direction (which are exactly the same on patch cyc_half0 and cyc_half1). Not sure if this could have an effect?

Any suggestions?

Thanks
ski is offline   Reply With Quote

Old   November 19, 2012, 14:46
Default
  #3
Member
 
Chris L
Join Date: Sep 2012
Posts: 53
Rep Power: 13
vbchris is on a distinguished road
Try

preservePatches (cyc_half0);
preservePatches (cyc_half1);

preservePatches may only take 1 augment.
I detailed my cyclic BC issues in the following thread:

http://www.cfd-online.com/Forums/ope...esh-error.html
vbchris is offline   Reply With Quote

Old   November 20, 2012, 07:51
Default
  #4
ski
New Member
 
AS
Join Date: Jul 2009
Posts: 16
Rep Power: 16
ski is on a distinguished road
Quote:
Originally Posted by vbchris View Post
Try

preservePatches (cyc_half0);
preservePatches (cyc_half1);

preservePatches may only take 1 augment.
I detailed my cyclic BC issues in the following thread:

http://www.cfd-online.com/Forums/ope...esh-error.html
Thanks for the tip. I was not aware of this. Although it has not solved the problem sadly. checkMesh is still reporting highly skewed cells.
ski is offline   Reply With Quote

Reply

Tags
decomposepar checkmesh


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
[snappyHexMesh] Add Mesh Layers doesnt work on the whole surface Kryo OpenFOAM Meshing & Mesh Conversion 13 February 17, 2022 07:34
[snappyHexMesh] snappyHexMesh does not create any mesh except one for the reference cell Arman_N OpenFOAM Meshing & Mesh Conversion 1 May 20, 2019 17:16
[snappyHexMesh] SHM problem : KVLCC2 with appendage mesh sc.park OpenFOAM Meshing & Mesh Conversion 1 March 13, 2016 13:28
[snappyHexMesh] SnappyHexMesh no layers and no decent mesh for complex geometry pizzaspinate OpenFOAM Meshing & Mesh Conversion 1 February 25, 2015 07:05
decomposePar: can use this decomposition method only for the whole mesh aloeven OpenFOAM Bugs 0 March 16, 2011 10:15


All times are GMT -4. The time now is 06:38.