
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 PointField< Type > &, const vtkMesh &) |
| Write pointField on all mesh points. Interpolate to cell centre. More... | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const VolField< Type > &, const PointField< Type > &, const vtkMesh &) |
| Write interpolated field on points and original cell values on. More... | |
| template<class Type , class GeoMesh > | |
| void | write (std::ostream &, const bool binary, const PtrList< GeometricField< Type, GeoMesh >> &, const vtkMesh &) |
| Write generic GeometricFields. More... | |
| template<class Type > | |
| void | write (std::ostream &, const bool binary, const volPointInterpolation &, const PtrList< VolField< Type >> &, const vtkMesh &) |
| Interpolate and write volFields. More... | |
Original source file vtkWriteFieldOps.H
Definition in file vtkWriteFieldOps.H.