Write patch fields.
More...
Detailed Description
Write patch fields.
- Source files
-
Definition at line 60 of file patchWriter.H.
List of all members.
Public Member Functions |
| | patchWriter (const vtkMesh &, const bool binary, const bool nearCellValue, const fileName &, const labelList &patchIDs) |
| | Construct from components.
|
| std::ofstream & | os () |
| label | nPoints () const |
| label | nFaces () const |
| void | writePatchIDs () |
| | Write cellIDs.
|
| template<class Type > |
| void | write (const PtrList< GeometricField< Type, fvPatchField, volMesh > > &) |
| | Write volFields.
|
| template<class Type > |
| void | write (const PtrList< GeometricField< Type, pointPatchField, pointMesh > > &) |
| | Write pointFields.
|
| template<class Type > |
| void | write (const PrimitivePatchInterpolation< primitivePatch > &, const PtrList< GeometricField< Type, fvPatchField, volMesh > > &) |
| | Interpolate and write volFields.
|
Constructor & Destructor Documentation
Construct from components.
Member Function Documentation
Interpolate and write volFields.
The documentation for this class was generated from the following file:
- applications/utilities/postProcessing/dataConversion/foamToVTK/patchWriter.H