Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
| namespace | Foam::functionObjects |
| | Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
|
Original source file cloudInfo.C
Definition in file cloudInfo.C.
◆ doLocalCode
| #define doLocalCode |
( |
| FldPtr, |
|
|
| FldName ) |
Value:if (applyFilter && !FldPtr) \
{ \
<< "Missing \"" << #FldName \
<< "\" field - disabling filter" << nl; \
applyFilter = false; \
break; \
}
#define WarningInFunction
Report a warning using Foam::Warning.