Namespaces | Macros | Functions
areaWrite.C File Reference
Include dependency graph for areaWrite.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define doLocalCode(Type)
 
#define doLocalCode(Type)
 

Functions

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

Detailed Description

Original source file areaWrite.C

Definition in file areaWrite.C.

Macro Definition Documentation

◆ doLocalCode [1/2]

#define doLocalCode (   Type)
Value:
performAction \
< \
GeometricField<Type, Foam::faPatchField, Foam::areaMesh> \
> \
( \
outWriter, areaMesh, objects \
); \

Referenced by areaWrite::write().

◆ doLocalCode [2/2]

#define doLocalCode (   Type)
Value:
performAction \
< \
DimensionedField<Type, Foam::areaMesh> \
> \
( \
outWriter, areaMesh, objects \
);