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

[blockMesh] [Boundary definition] CyclycAMI parameters

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 14, 2022, 06:08
Default [Boundary definition] CyclycAMI parameters
  #1
Member
 
Join Date: Mar 2018
Posts: 33
Rep Power: 8
ghastbug is on a distinguished road
Hi, I am studying cyclicAMI patches in OpenFOAM, and I have doubts about the matchTolerance and transform properties. I'm posting at the bottom an example from tutorials/.../rotatingFanInRoom.


1- does cyclicAMI use matchTolerance?. I got the impression that only vanilla cyclic uses cell matching.
2- How does the transform option work?. Specifically, rotation vs noordering. Doxygen says transform defines mapping, which sounds like, how field values "jump" from one neighbor boundary to the other during the simulation. However, for transform noordering, it says "leaves the operation (mapping) to the patch", and I don't understand that
3- Can you recommend me best practices and sources to study openfoam dictionaries?. So far I mix: cfdsupport.com, doxygen, find
$FOAM_TUTORIALS -name yadayada, this forum, youtube, and joel guerrero's stuff, but I often find myself missing in depth info. ( I do not know how to code in C)



Doxygen: https://www.openfoam.com//documentat...yclic-ami.html

Code:
{
        //- Master side patch
        name            AMI1;
        patchInfo
        {
            type            cyclicAMI;
            matchTolerance  0.0001;
            neighbourPatch  AMI2;
            transform       noOrdering;
        }
        constructFrom patches;
        patches (AMI);
    }

Last edited by ghastbug; February 14, 2022 at 06:09. Reason: typos
ghastbug is offline   Reply With Quote

Reply


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
Solver parameters to solve convergence issue WilliamH SU2 5 February 5, 2021 06:19
Parameters of a good airfoil mesh CharlieBra7o Mesh Generation & Pre-Processing 4 November 20, 2018 14:42
Pro/E to ANSYS Parameterization Guide Trues ANSYS 4 April 18, 2018 05:52
Parameters rhoSimpleFoam marcus85 OpenFOAM Pre-Processing 0 May 15, 2013 09:36
Parameters for multigrid solver HaZe OpenFOAM Running, Solving & CFD 3 January 28, 2012 02:05


All times are GMT -4. The time now is 12:59.