writeVolFields.H File Reference

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

Include dependency graph for writeVolFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define foamToEnsight_WRITE_FIELD(PrimitiveType)
 

Functions

template<class Type >
bool writeVolField (ensightCase &ensCase, const ensightParts &ensParts, const fvMesh &mesh, const tmp< GeometricField< Type, fvPatchField, volMesh >> &tfield)
 
template<class Type >
label writeVolFields (ensightCase &ensCase, const ensightParts &ensParts, const fvMesh &mesh, const IOobjectList &objects)
 
label writeAllVolFields (ensightCase &ensCase, const ensightParts &ensParts, const fvMesh &mesh, const IOobjectList &objects)
 

Detailed Description

Read volume fields from disk and write with ensightParts.

Original source file writeVolFields.H

InNamespace Foam

Source files

Definition in file writeVolFields.H.

Macro Definition Documentation

◆ foamToEnsight_WRITE_FIELD

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