Read volume fields from disk and write with vtk::internalWriter and vtk::patchWriter. More...
Go to the source code of this file.
Namespaces | |
| 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) |
Read volume fields from disk and write with vtk::internalWriter and vtk::patchWriter.
Original source file writeVolFields.H
InNamespace Foam
Definition in file writeVolFields.H.
| #define foamToVtk_WRITE_FIELD | ( | FieldType | ) |
| #define foamToVtk_WRITE_FIELD | ( | FieldType | ) |