Loading...
Searching...
No Matches
cloudInfo.C File Reference
Include dependency graph for cloudInfo.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::functionObjects
 Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.

Macros

#define doLocalCode(FldPtr, FldName)

Functions

 defineTypeNameAndDebug (cloudInfo, 0)
 addToRunTimeSelectionTable (functionObject, cloudInfo, dictionary)

Detailed Description

Original source file cloudInfo.C

Definition in file cloudInfo.C.

Macro Definition Documentation

◆ 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.