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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 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(PrimitiveType)
 

Functions

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

Detailed Description

Original source file ensightWrite.C

Definition in file ensightWrite.C.

Macro Definition Documentation

◆ doLocalCode

#define doLocalCode (   PrimitiveType)
Value:
count += writeVolFieldsImpl<PrimitiveType> \
( \
scratch, \
proxy, \
candidateNames \
);
unsigned int count(const UList< bool > &bools, const bool val=true)
Count number of &#39;true&#39; entries.
Definition: BitOps.H:73