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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::functionObjects
 Namespace for functionObjects.
 

Macros

#define calcTrType(Type, GeoField)
 

Functions

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

Detailed Description

Original source file tr.C

Definition in file tr.C.

Macro Definition Documentation

◆ calcTrType

#define calcTrType (   Type,
  GeoField 
)
Value:
processed = \
processed \
|| CalcTr<pTraits<Type>::rank>::calc<GeoField<Type>>(*this);