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

cyclicAMI bc with two neighbouring patches

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 11, 2018, 04:22
Default cyclicAMI bc with two neighbouring patches
  #1
New Member
 
zeshan
Join Date: Apr 2016
Posts: 24
Rep Power: 10
Thecomebackkid is on a distinguished road
hi all,


I have a case with domain and two separate rotating mrfs within it. I want to use cyclicAMI bc for interfaces:

mrf1 to domain
mrf2 to domain
domain to mrf1 and mrf2.

In order to I would like to know if I can specify two neighbouring patches somehow?

Code:
boundaryField
 {
    DOMAIN
    {
        type            cyclicAMI;
        inGroups        1(cyclicAMI);  ///also what is this for?
        matchTolerance  0.1;
        //transform       rotational;
        neighbourPatch  mrf1, mrf2 ------<< here is my problem it wont take two?
        rotationAxis    (0 0 1);
        rotationCentre  (0 0 0);
        nFaces          1628;
        startFace       171370;
    }
 }
does anyone know how I can do this?

thanks,
Zeshan
Thecomebackkid is offline   Reply With Quote

 

Tags
cyclicami; mrf


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
Problem using AMI vinz OpenFOAM Running, Solving & CFD 298 November 13, 2023 08:19
cyclic / cyclicAMI boundary conditon - ICEM Mesh cyln OpenFOAM Running, Solving & CFD 0 November 7, 2017 15:26
Possible bug with stitchMesh and cyclics in OpenFoam Jack001 OpenFOAM Pre-Processing 0 May 21, 2016 08:00
CyclicAMI issues vabishek OpenFOAM Pre-Processing 1 December 6, 2015 16:37
problem with cyclicAMI and wall distance Maff OpenFOAM Bugs 5 August 14, 2014 14:41


All times are GMT -4. The time now is 11:42.