plot#

class ansys.fluent.core.generated.solver.settings_252.plot(name=None, parent=None)#

Bases: Command

Provides access to plot solution on surfaces.

Parameters:
node_valuesbool

Specifies whether to include node values.

file_namestr

The name you want the file saved with.

order_pointsbool

Specifies whether to order points.

y_axis_direction_vectorbool

Specifies whether to provide the Y Axis direction vector.

direction_along_y_axisList

The direction along y axis.

y_axis_curve_lengthbool

Specifies whether to provide the Y Axis curve length.

y_axis_functionstr

The field.

reverse_direction_along_y_axisbool

Specifies whether to provide the reverse direction.

x_axis_direction_vectorbool

Specifies whether to provide the X Axis direction vector.

direction_along_x_axisList

The direction along x axis.

x_axis_curve_lengthbool

Specifies whether to provide the X Axis curve length.

x_axis_functionstr

The field.

reverse_direction_along_x_axisbool

Specifies whether to provide the reverse direction.

surfacesList

The surface(s).

geometryList

UTL Geometry.

Arguments

Argument

Summary

node_values

Specifies whether to include node values.

file_name

The name you want the file saved with.

order_points

Specifies whether to order points.

y_axis_direction_vector

Specifies whether to provide the Y Axis direction vector.

direction_along_y_axis

The direction along y axis.

y_axis_curve_length

Specifies whether to provide the Y Axis curve length.

y_axis_function

The field.

reverse_direction_along_y_axis

Specifies whether to provide the reverse direction.

x_axis_direction_vector

Specifies whether to provide the X Axis direction vector.

direction_along_x_axis

The direction along x axis.

x_axis_curve_length

Specifies whether to provide the X Axis curve length.

x_axis_function

The field.

reverse_direction_along_x_axis

Specifies whether to provide the reverse direction.

surfaces

The surface(s).

geometry

UTL Geometry.

Included in:

Parent

Summary

plot_6

Plot solution on surfaces.