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_name
str
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_axis
List
The direction along y axis.
- y_axis_curve_lengthbool
Specifies whether to provide the Y Axis curve length.
- y_axis_function
str
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_axis
List
The direction along x axis.
- x_axis_curve_lengthbool
Specifies whether to provide the X Axis curve length.
- x_axis_function
str
The field.
- reverse_direction_along_x_axisbool
Specifies whether to provide the reverse direction.
- surfaces
List
The surface(s).
- geometry
List
UTL Geometry.
Arguments
Argument |
Summary |
---|---|
Specifies whether to include node values. |
|
The name you want the file saved with. |
|
Specifies whether to order points. |
|
Specifies whether to provide the Y Axis direction vector. |
|
The direction along y axis. |
|
Specifies whether to provide the Y Axis curve length. |
|
The field. |
|
Specifies whether to provide the reverse direction. |
|
Specifies whether to provide the X Axis direction vector. |
|
The direction along x axis. |
|
Specifies whether to provide the X Axis curve length. |
|
The field. |
|
Specifies whether to provide the reverse direction. |
|
The surface(s). |
|
UTL Geometry. |
Included in:
Parent |
Summary |
---|---|
Plot solution on surfaces. |