writeDimFields.H File Reference

Read dimensioned fields from disk and write with ensightMesh. 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 ensightMesh &ensMesh, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool nodeValues)
 
label writeAllDimFields (ensightCase &ensCase, const ensightMesh &ensMesh, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool nodeValues)
 

Detailed Description

Read dimensioned fields from disk and write with ensightMesh.

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, ensMesh, \
proxy, \
objects, \
nodeValues \
)