The condition requires entries in both the boundary and field files. Mesh boundary file:
<patchName>
{
type cyclic;
neighbourPatch <coupled patch name>;
transform <transform type>;
...
}
Field file:
<patchName>
{
type cyclic;
}
Source code:
Example usage:
channel395 tutorial: $FOAM_TUTORIALS/incompressible/pimpleFoam/LES/channel395| Would you like to suggest an improvement to this page? | Create an issue |
Copyright © 2016-2017 OpenCFD Ltd.