surface#

class ansys.fluent.core.generated.solver.tui_242.main_menu.surface(service, version, mode, path)#

Bases: TUIMenu

Enter the data surface manipulation menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

circle_slice(service, version, mode, path)

Extracts a circular slice.

closest_point_search(service, version, mode, ...)

Enable the point surface algorithm to look for the nearest point instead of reporting a creation failure.

cone_slice(service, version, mode, path)

Extract a cone slice.

create_imprint_surface(service, version, ...)

Imprint surface.

delete_surface(service, version, mode, path)

Removes a defined data surface.

edit_surface(service, version, mode, path)

Allows you to edit any of the listed available surfaces.

ellipsoid_slice(service, version, mode, path)

Extract a ellipsoid slice.

expression_volume(service, version, mode, path)

Create volume with boolean expression.

group_surfaces(service, version, mode, path)

Group a set of surfaces.

imprint_surface(service, version, mode, path)

Enters the list of surfaces to imprint from and the name of the new imprinted surface.

iso_clip(service, version, mode, path)

Clips a data surface (surface, curve, or point) between two isovalues.

iso_clip_multiple(service, version, mode, path)

Clip a data surface (surface, curve, or point) between two iso-values.

iso_surface(service, version, mode, path)

Extracts an iso-surface (surface, curve, or point) from the current data field.

line_slice(service, version, mode, path)

Extracts a linear slice in 2D, given the normal to the line and a distance from the origin.

line_surface(service, version, mode, path)

Defines a “line" surface by specifying the two endpoint coordinates.

list_surfaces(service, version, mode, path)

Displays the ID and name, and the number of point, curve, and surface facets of the current surfaces.

mouse_line(service, version, mode, path)

Extracts a line surface that you define by using the mouse to select the endpoints.

mouse_plane(service, version, mode, path)

Extracts a planar surface defined by selecting three points with the mouse.

mouse_rake(service, version, mode, path)

Extracts a “rake" surface that you define by using the mouse to select the endpoints.

multiple_iso_surfaces(service, version, ...)

Creates multiple iso-surfaces at once.

multiple_plane_surfaces(service, version, ...)

Creates multiple planes at once.

multiple_zone_surfaces(service, version, ...)

Creates multiple data surfaces at one time.

partition_surface(service, version, mode, path)

Defines a data surface consisting of mesh faces on the partition boundary.

plane(service, version, mode, path)

Create a plane given 3 points bounded by the domain.

plane_bounded(service, version, mode, path)

Create a bounded surface.

plane_point_n_normal(service, version, mode, ...)

Create a plane from a point and normal.

plane_slice(service, version, mode, path)

Extracts a planar slice.

plane_surf_aligned(service, version, mode, path)

Create a plane aligned to a surface.

plane_surface(service, version, mode, path)

Create a plane from a coordinate plane, point and normal, or three points.

plane_view_plane_align(service, version, ...)

Create a plane aligned to a view-plane.

point_array(service, version, mode, path)

Extracts a rectangular array of data points.

point_surface(service, version, mode, path)

Defines a “point" surface by specifying the coordinates.

post_processing_volume(service, version, ...)

Enter post-processing volume menu.

quadric_slice(service, version, mode, path)

Extracts a quadric slice.

query(service, version, mode, path)

Enter surface query menu.

rake_surface(service, version, mode, path)

Extracts a “rake" surface, given the coordinates of the endpoints.

rename_surface(service, version, mode, path)

Renames a defined data surface.

rendering_priority(service, version, mode, path)

Define Priority for given surface id.

reset_zone_surfaces(service, version, mode, path)

Recreates missing surface zones by resetting the case surface list.

sphere_slice(service, version, mode, path)

Extracts a spherical slice.

structural_point_surface(service, version, ...)

Defines a structural “point" surface by specifying the coordinates.

surface_cells(service, version, mode, path)

Extracts all cells intersected by a data surface.

transform_surface(service, version, mode, path)

Transforms surface.

ungroup_surface(service, version, mode, path)

Ungroup the surface(if grouped).

zone_surface(service, version, mode, path)

Creates a surface of a designated zone and gives it a specified name.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class circle_slice(service, version, mode, path)#

Bases: TUIMethod

Extracts a circular slice.

Bases: TUIMethod

Enable the point surface algorithm to look for the nearest point instead of reporting a creation failure.

class cone_slice(service, version, mode, path)#

Bases: TUIMethod

Extract a cone slice.

class create_imprint_surface(service, version, mode, path)#

Bases: TUIMethod

Imprint surface.

class delete_surface(service, version, mode, path)#

Bases: TUIMethod

Removes a defined data surface.

class edit_surface(service, version, mode, path)#

Bases: TUIMethod

Allows you to edit any of the listed available surfaces.

class ellipsoid_slice(service, version, mode, path)#

Bases: TUIMethod

Extract a ellipsoid slice.

class expression_volume(service, version, mode, path)#

Bases: TUIMethod

Create volume with boolean expression.

class group_surfaces(service, version, mode, path)#

Bases: TUIMethod

Group a set of surfaces.

class imprint_surface(service, version, mode, path)#

Bases: TUIMethod

Enters the list of surfaces to imprint from and the name of the new imprinted surface.

class iso_clip(service, version, mode, path)#

Bases: TUIMethod

Clips a data surface (surface, curve, or point) between two isovalues.

class iso_clip_multiple(service, version, mode, path)#

Bases: TUIMethod

Clip a data surface (surface, curve, or point) between two iso-values.

class iso_surface(service, version, mode, path)#

Bases: TUIMethod

Extracts an iso-surface (surface, curve, or point) from the current data field.

class line_slice(service, version, mode, path)#

Bases: TUIMethod

Extracts a linear slice in 2D, given the normal to the line and a distance from the origin.

class line_surface(service, version, mode, path)#

Bases: TUIMethod

Defines a “line” surface by specifying the two endpoint coordinates.

class list_surfaces(service, version, mode, path)#

Bases: TUIMethod

Displays the ID and name, and the number of point, curve, and surface facets of the current surfaces.

class mouse_line(service, version, mode, path)#

Bases: TUIMethod

Extracts a line surface that you define by using the mouse to select the endpoints.

class mouse_plane(service, version, mode, path)#

Bases: TUIMethod

Extracts a planar surface defined by selecting three points with the mouse.

class mouse_rake(service, version, mode, path)#

Bases: TUIMethod

Extracts a “rake” surface that you define by using the mouse to select the endpoints.

class multiple_iso_surfaces(service, version, mode, path)#

Bases: TUIMethod

Creates multiple iso-surfaces at once. Accepts zone names, lists of zone ID’s, and wildcards.

class multiple_plane_surfaces(service, version, mode, path)#

Bases: TUIMethod

Creates multiple planes at once. Accepts zone names, lists of zone ID’s, and wildcards.

class multiple_zone_surfaces(service, version, mode, path)#

Bases: TUIMethod

Creates multiple data surfaces at one time. Accepts zone names, lists of zone ID’s, and wildcards.

class partition_surface(service, version, mode, path)#

Bases: TUIMethod

Defines a data surface consisting of mesh faces on the partition boundary.

class plane(service, version, mode, path)#

Bases: TUIMethod

Create a plane given 3 points bounded by the domain.

class plane_bounded(service, version, mode, path)#

Bases: TUIMethod

Create a bounded surface.

class plane_point_n_normal(service, version, mode, path)#

Bases: TUIMethod

Create a plane from a point and normal.

class plane_slice(service, version, mode, path)#

Bases: TUIMethod

Extracts a planar slice.

class plane_surf_aligned(service, version, mode, path)#

Bases: TUIMethod

Create a plane aligned to a surface.

class plane_surface(service, version, mode, path)#

Bases: TUIMethod

Create a plane from a coordinate plane, point and normal, or three points.

class plane_view_plane_align(service, version, mode, path)#

Bases: TUIMethod

Create a plane aligned to a view-plane.

class point_array(service, version, mode, path)#

Bases: TUIMethod

Extracts a rectangular array of data points.

class point_surface(service, version, mode, path)#

Bases: TUIMethod

Defines a “point” surface by specifying the coordinates.

class quadric_slice(service, version, mode, path)#

Bases: TUIMethod

Extracts a quadric slice.

class rake_surface(service, version, mode, path)#

Bases: TUIMethod

Extracts a “rake” surface, given the coordinates of the endpoints.

class rename_surface(service, version, mode, path)#

Bases: TUIMethod

Renames a defined data surface.

class rendering_priority(service, version, mode, path)#

Bases: TUIMethod

Define Priority for given surface id.

class reset_zone_surfaces(service, version, mode, path)#

Bases: TUIMethod

Recreates missing surface zones by resetting the case surface list.

class sphere_slice(service, version, mode, path)#

Bases: TUIMethod

Extracts a spherical slice.

class structural_point_surface(service, version, mode, path)#

Bases: TUIMethod

Defines a structural “point” surface by specifying the coordinates.

class surface_cells(service, version, mode, path)#

Bases: TUIMethod

Extracts all cells intersected by a data surface.

class transform_surface(service, version, mode, path)#

Bases: TUIMethod

Transforms surface.

class ungroup_surface(service, version, mode, path)#

Bases: TUIMethod

Ungroup the surface(if grouped).

class zone_surface(service, version, mode, path)#

Bases: TUIMethod

Creates a surface of a designated zone and gives it a specified name.