writeDimFields.H File Reference

Read dimensioned fields from disk and write with vtk::internalWriter. More...

Include dependency graph for writeDimFields.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define foamToVtk_WRITE_FIELD(FieldType)
 
#define foamToVtk_WRITE_FIELD(FieldType)
 

Functions

template<class GeoField >
bool writeDimField (autoPtr< vtk::internalWriter > &internalWriter, const tmp< GeoField > &tfield)
 
template<class GeoField >
bool writeDimField (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const tmp< GeoField > &tfield)
 
template<class GeoField >
label writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
template<class GeoField >
label writeDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
label writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
label writeAllDimFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 

Detailed Description

Read dimensioned fields from disk and write with vtk::internalWriter.

Original source file writeDimFields.H

InNamespace Foam

Source files

Definition in file writeDimFields.H.

Macro Definition Documentation

◆ foamToVtk_WRITE_FIELD [1/2]

#define foamToVtk_WRITE_FIELD (   FieldType)
Value:
writeDimFields<FieldType> \
( \
proxy, \
objects, \
syncPar \
)
autoPtr< vtk::internalWriter > internalWriter

◆ foamToVtk_WRITE_FIELD [2/2]

#define foamToVtk_WRITE_FIELD (   FieldType)
Value:
writeDimFields<FieldType> \
( \
proxy, \
objects, \
syncPar \
)
autoPtr< volPointInterpolation > pInterp