Foam::functionObjects::processorField
grpFieldFunctionObjects
This function object writes a scalar field whose value is the local processor ID. The output field name is 'processorID'.
Example of function object specification:
processorField1
{
type processorField;
libs ("libfieldFunctionObjects.so");
...
}
Property | Description | Required | Default value
type | type name: processorField | yes |
Foam::functionObjects::fvMeshFunctionObject
processorField.C