
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::vtkWriteOps | |
Functions | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const DimensionedField< Type, volMesh > &, const vtkMesh &) |
| Write volField with cell values (including decomposed cells) More... | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const GeometricField< Type, pointPatchField, pointMesh > &, const vtkMesh &) |
| Write pointField on all mesh points. Interpolate to cell centre. More... | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const GeometricField< Type, fvPatchField, volMesh > &, const GeometricField< Type, pointPatchField, pointMesh > &, const vtkMesh &) |
| Write interpolated field on points and original cell values on. More... | |
| template<class Type , template< class > class PatchField, class GeoMesh > | |
| void | write (std::ostream &, const bool binary, const PtrList< GeometricField< Type, PatchField, GeoMesh >> &, const vtkMesh &) |
| Write generic GeometricFields. More... | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const volPointInterpolation &, const PtrList< GeometricField< Type, fvPatchField, volMesh >> &, const vtkMesh &) |
| Interpolate and write volFields. More... | |
Original source file vtkWriteFieldOps.H
Definition in file vtkWriteFieldOps.H.