Loading...
Searching...
No Matches
writeDimFields.H File Reference
Include dependency graph for writeDimFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define doLocalWriteCode(Type)

Functions

template<class Type>
bool writeDimField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< VolumeInternalField< Type > > &tdf)
template<class Type>
label writeDimFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects)
label writeAllDimFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects)

Detailed Description

Original source file writeDimFields.H

InNamespace

Definition in file writeDimFields.H.

Macro Definition Documentation

◆ doLocalWriteCode

#define doLocalWriteCode ( Type)
Value:
{ \
count += writeDimFields<Type> \
( \
ensCase, \
ensMesh, \
objects \
); \
if (count >= total) break; /* early exit */ \
}