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 by producing additional user-requested data both during runtime and postprocessing calculations, typically in the form of additional logging to the screen, or generating text, image and field files.
 

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.