Fan

Properties

  • Coupling condition between a pair of patches
  • Jump condition based on an underlying cyclic condition
  • User defined fan curve of pressure rise vs velocity

Usage

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;
}

Further information

Source code:

Example usage:


Would you like to suggest an improvement to this page? Create an issue

Copyright © 2016-2017 OpenCFD Ltd.

Licensed under the Creative Commons License BY-NC-ND Creative Commons License