writeVolFields.H File Reference

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

Include dependency graph for writeVolFields.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 writeVolField (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const tmp< GeoField > &tfield)
 
template<class GeoField >
bool writeVolField (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, UPtrList< vtk::patchWriter > &patchWriters, const UPtrList< PrimitivePatchInterpolation< primitivePatch > > &patchInterps, const tmp< GeoField > &tfield)
 
template<class GeoField >
label writeVolFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
template<class GeoField >
label writeVolFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, UPtrList< vtk::patchWriter > &patchWriters, const UPtrList< PrimitivePatchInterpolation< primitivePatch > > &patchInterps, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
label writeAllVolFields (autoPtr< vtk::internalWriter > &internalWriter, UPtrList< vtk::patchWriter > &patchWriters, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 
label writeAllVolFields (autoPtr< vtk::internalWriter > &internalWriter, const autoPtr< volPointInterpolation > &pInterp, UPtrList< vtk::patchWriter > &patchWriters, const UPtrList< PrimitivePatchInterpolation< primitivePatch > > &patchInterps, const fvMeshSubsetProxy &proxy, const IOobjectList &objects, const bool syncPar)
 

Detailed Description

Read volume fields from disk and write with vtk::internalWriter and vtk::patchWriter.

Original source file writeVolFields.H

InNamespace Foam

Source files

Definition in file writeVolFields.H.

Macro Definition Documentation

◆ foamToVtk_WRITE_FIELD [1/2]

#define foamToVtk_WRITE_FIELD (   FieldType)
Value:
writeVolFields<FieldType> \
( \
proxy, \
objects, \
syncPar \
)
autoPtr< vtk::internalWriter > internalWriter
PtrList< vtk::patchWriter > patchWriters

◆ foamToVtk_WRITE_FIELD [2/2]

#define foamToVtk_WRITE_FIELD (   FieldType)
Value:
writeVolFields<FieldType> \
( \
proxy, \
objects, \
syncPar \
)
PtrList< PrimitivePatchInterpolation< primitivePatch > > patchInterps
autoPtr< volPointInterpolation > pInterp