The condition requires entries in both the boundary and field files. Mesh boundary file:
<patchName>
{
type cyclic;
...
}
Field file:
<patchName>
{
type fan;
patchType cyclic;
jumpTable <Function1>;
value uniform 0;
// Optional entries
phi phi;
rho rho;
uniformJump no;
}
Source code:
Example usage:
TJunctionFan tutorial: $FOAM_TUTORIALS/incompressible/pimpleFoam/RAS/TJunctionFan| Would you like to suggest an improvement to this page? | Create an issue |
Copyright © 2016-2017 OpenCFD Ltd.