probes.C File Reference
Include dependency graph for probes.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define doLocalCode(InputType, Target)
 

Functions

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

Detailed Description

Original source file probes.C

Definition in file probes.C.

Macro Definition Documentation

◆ doLocalCode

#define doLocalCode (   InputType,
  Target 
)
Value:
{ \
Target.clear(); /* Remove old values */ \
const auto iter = selected.cfind(InputType::typeName); \
if (iter.found()) \
{ \
/* Add new (current) values */ \
Target.append(iter.val().sortedToc()); \
nFields += Target.size(); \
} \
}