vtk#
- class ansys.fluent.core.generated.solver.settings_261.vtk(name=None, parent=None)#
Bases:
CommandWrite a VTK (.vtp/.vtu) file.
- Parameters:
- file_name
str The desired file name to export.
- scope
str The scope of the export (volume, surface).
- cell_zones
List Cell zone name list.
- surfaces
List Surface.
- cell_centeredbool
Specifies whether export the cell center data values.
- binary_formatbool
Specifies whether to export in binary format.
- point_cloudbool
Specifies whether to export point cloud data.
- quantities
List The list of quantities to export.
- file_name
Arguments
Argument |
Summary |
|---|---|
The desired file name to export. |
|
The scope of the export (volume, surface). |
|
Cell zone name list. |
|
Surface. |
|
Specifies whether export the cell center data values. |
|
Specifies whether to export in binary format. |
|
Specifies whether to export point cloud data. |
|
The list of quantities to export. |
Included in:
Parent |
Summary |
|---|---|
Export files. |