profiles#

class ansys.fluent.core.solver.tui_241.main_menu.define.profiles(service, version, mode, path)#

Bases: TUIMenu

Enters the boundary profiles menu.

Classes:

delete(service, version, mode, path)

Deletes a profile.

delete_all(service, version, mode, path)

Deletes all boundary-profiles.

display_profile_point_cloud_data(service, ...)

Display Profile Point Cloud Data.

display_profile_surface(service, version, ...)

Display the profile as a surface (this option is only available if the specified profile contains node-connectivity data).

interpolation_method(service, version, mode, ...)

Chooses the method for interpolation of profiles.

link_profile_to_reference_frame(service, ...)

Attaches a profile to a reference frame so that the profile will rotate according to the reference frame.

list_profile_fields(service, version, mode, path)

Lists the fields of a particular profile.

list_profile_parameters(service, version, ...)

List the parameters of a particular profile.

list_profiles(service, version, mode, path)

Lists all profiles.

morphing(service, version, mode, path)

Enables/disables profile morphing options in Orient Profile panel.

orient_profile(service, version, mode, path)

Re-orient an existing profile.

overlay_profile_point_cloud_data(service, ...)

Overlay Profile Point Cloud Data.

overlay_profile_surface(service, version, ...)

Overlay Profile Surface.

replicate_profile(service, version, mode, path)

Replicate Profile.

set_preference_profile_point_cloud_data(...)

Set Preference Profile Point Cloud Data e.g., Point marker symbol,size,color.

update_interval(service, version, mode, path)

Sets interval between updates of dynamic profiles.

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

Bases: TUIMethod

Deletes a profile.

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

Bases: TUIMethod

Deletes all boundary-profiles.

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

Bases: TUIMethod

Display Profile Point Cloud Data.

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

Bases: TUIMethod

Display the profile as a surface (this option is only available if the specified profile contains node-connectivity data).

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

Bases: TUIMethod

Chooses the method for interpolation of profiles.

Bases: TUIMethod

Attaches a profile to a reference frame so that the profile will rotate according to the reference frame.

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

Bases: TUIMethod

Lists the fields of a particular profile.

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

Bases: TUIMethod

List the parameters of a particular profile.

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

Bases: TUIMethod

Lists all profiles.

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

Bases: TUIMethod

Enables/disables profile morphing options in Orient Profile panel.

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

Bases: TUIMethod

Re-orient an existing profile.

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

Bases: TUIMethod

Overlay Profile Point Cloud Data.

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

Bases: TUIMethod

Overlay Profile Surface.

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

Bases: TUIMethod

Replicate Profile.

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

Bases: TUIMethod

Set Preference Profile Point Cloud Data e.g., Point marker symbol,size,color.

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

Bases: TUIMethod

Sets interval between updates of dynamic profiles.