CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

preservepatches for cyclicAMI

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 13, 2016, 12:35
Default preservepatches for cyclicAMI
  #1
New Member
 
Jialin Su
Join Date: Mar 2015
Posts: 4
Rep Power: 11
ttjs3 is on a distinguished road
Hi Foamers,

I am using 2.4-0 at the moment. I am running a simulation that requires the use of the boundary condition "cyclicAMI". It's not possible to create the mesh in such a way that the matching patches have the same number of cells.

The single phase flow case runs no problem. But I also need to inject particles into the simulation as well. Then I ran into this problem:

--> FOAM FATAL ERROR:
Particle tracking across AMI patches is only currently supported for cases where the AMI patches reside on a single processor
From function void Foam::Cloud<ParticleType>::initCloud(const bool)
in file /work/y07/y07/cse/openfoam/2.4.0/build2/OpenFOAM-2.4.0/src/lagrangian/basic/lnInclude/Cloud.C at line 59.

FOAM parallel run aborting

So I presume I would need to preserve the patches that are "cyclicAMI". I added the following line in the decomposeParDict:

preserveFaceZones (SIDE1 SIDE2);

But this doesn't actually help to preserve the patches SIDE1 and SIDE2. They are still split into different processors. And the simulation still crashes with the same error message.

I looked up different threads here. But can't really find a solution. Is there any way to preserve the two "cyclicAMI" when decomposing the mesh? Or have I missed any other options in decomposePar?

I thought of using "simple". But I need to decompose a complex mesh into over 200 partitions. "simple" doesn't seem to apply here. Any suggestions will be really appreciated. Thank you in advance.

Best Regards,
Jialin Su
ttjs3 is offline   Reply With Quote

 

Tags
cyclicami, preservepatches


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
CyclicAMI BC preservePatches Parallel Run - again!?! hxaxtma OpenFOAM Pre-Processing 4 August 31, 2015 17:47
The preservePatches Option in decomposePar Hisham OpenFOAM Pre-Processing 4 November 19, 2012 17:45
Cyclic patches and parallel postprocessing problems askjak OpenFOAM Bugs 18 October 27, 2010 03:35


All times are GMT -4. The time now is 17:41.