writeDimFields.H File Reference

Read dimensioned fields from disk and write with ensightParts. More...

Include dependency graph for writeDimFields.H:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define foamToEnsight_WRITE_FIELD(PrimitiveType)
 

Functions

template<class Type >
label writeDimFields (ensightCase &ensCase, const ensightParts &ensParts, const fvMesh &mesh, const IOobjectList &objects)
 
label writeAllDimFields (ensightCase &ensCase, const ensightParts &ensParts, const fvMesh &mesh, const IOobjectList &objects)
 

Detailed Description

Read dimensioned fields from disk and write with ensightParts.

Original source file writeDimFields.H

InNamespace Foam

Source files

Definition in file writeDimFields.H.

Macro Definition Documentation

◆ foamToEnsight_WRITE_FIELD

#define foamToEnsight_WRITE_FIELD (   PrimitiveType)
Value:
writeDimFields<PrimitiveType> \
( \
ensCase, ensParts, \
mesh, \
objects \
)