writeVolFields.H File Reference
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 ensight_WRITE_FIELD(PrimitiveType)
 

Functions

template<class Type >
bool writeVolField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< GeometricField< Type, fvPatchField, volMesh >> &tfield, const bool nearCellValue=false)
 
template<class Type >
label writeVolFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects, const bool nearCellValue=false)
 
label writeAllVolFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects, const bool nearCellValue=false)
 

Detailed Description

Original source file writeVolFields.H

InNamespace

Definition in file writeVolFields.H.

Macro Definition Documentation

◆ ensight_WRITE_FIELD

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