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 ensight_WRITE_FIELD(PrimitiveType)
 

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

◆ ensight_WRITE_FIELD

#define ensight_WRITE_FIELD (   PrimitiveType)
Value:
writeDimFields<PrimitiveType> \
( \
ensCase, \
ensMesh, \
objects \
)