zoneSubSet Class Reference

Intermediate tool for handling cellZones for function objects (e.g. momentumError) wherein the sub-mesh option is available. More...

Detailed Description

Intermediate tool for handling cellZones for function objects (e.g. momentumError) wherein the sub-mesh option is available.

Usage
Minimal example by using system/controlDict.functions:
<functionObject>
{
    // Mandatory and optional entries
    ...

    // Inherited entries
    cellZones         ( <cellZone1> <cellZone2> ... <cellZoneN> );
    nLayers           <label>;
}

where the entries mean:

Property Description Type Reqd Deflt
cellZones Names of cellZones wordRes no -
nLayers Number of cell layers around cellZones label no 0
See also
Source files

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