The condition requires entries in both the boundary and field files. Mesh
boundary file:
<patchName>
{
type cyclicAMI;
neighbourPatch <coupled patch name>;
transform <transform type>;
...
}
Field file:
<patchName>
{
type cyclicAMI;
}
The transform describes the operation required to map the neighbour patch on to the owner patch. Options include:
noOrdering: no mapping defined, i.e. the operation is determined by the patchcoincidentFullMatch: no transform defined and checks that the patch faces are matchedrotational: rotational about an axis of rotationtranslational: translationalRelated:
Source code:
Example usage:
mixerVesselAMI2D tutorial: $FOAM_TUTORIALS/incompressible/pimpleFoam/laminar/mixerVesselAMI2Dpropeller tutorial: $FOAM_TUTORIALS/incompressible/pimpleFoam/RAS/propellersphereDrop tutorial: $FOAM_TUTORIALS/multiphase/compressibleInterDyMFoam/laminar/sphereDrop| Would you like to suggest an improvement to this page? | Create an issue |
Copyright © 2016-2017 OpenCFD Ltd.