layerAverage Class Reference

Generates plots of fields averaged over the layers in the mesh. More...

Detailed Description

Generates plots of fields averaged over the layers in the mesh.

Example of function object specification:

layerAverage1
{
    type            layerAverage;
    libs            ("libfieldFunctionObjects.so");

    writeControl    writeTime;

    setFormat       raw;

    patches         (bottom);
    zones           (quarterPlane threeQuartersPlane);

    axis            y;

    symmetric       true;

    fields          (pMean pPrime2Mean UMean UPrime2Mean k);
}
Usage
Property Description Required Default value
type Type name: layerAverage yes
setFormat Output plotting format yes
patches Patches that layers extrude from no ()
zones Face zones that the layers extrude from no ()
axis Component of the position to plot against yes
symmetric Is the geometry symmetric around the centre layer? </td>
no false
field Fields to average and plot yes
Source files

The documentation for this class was generated from the following file: