Intermediate tool for handling cellZones for function objects (e.g. momentumError) wherein the sub-mesh option is available.
More...
#include <zoneSubSet.H>
Intermediate tool for handling cellZones for function objects (e.g. momentumError) wherein the sub-mesh option is available.
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 |