vtk#

class ansys.fluent.core.generated.solver.settings_261.vtk(name=None, parent=None)#

Bases: Command

Write a VTK (.vtp/.vtu) file.

Parameters:
file_namestr

The desired file name to export.

scopestr

The scope of the export (volume, surface).

cell_zonesList

Cell zone name list.

surfacesList

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.

quantitiesList

The list of quantities to export.

Arguments

Argument

Summary

file_name

The desired file name to export.

scope

The scope of the export (volume, surface).

cell_zones

Cell zone name list.

surfaces

Surface.

cell_centered

Specifies whether export the cell center data values.

binary_format

Specifies whether to export in binary format.

point_cloud

Specifies whether to export point cloud data.

quantities

The list of quantities to export.

Included in:

Parent

Summary

export

Export files.