material_point#

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

Bases: TUIMenu

Manage material points.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

create_material_point(service, version, ...)

Enables the definition of a material point.

delete_all_material_points(service, version, ...)

Enables the deletion of all defined material points.

delete_material_point(service, version, ...)

Deletes the specified material point.

list_material_points(service, version, mode, ...)

Lists all the defined material points.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Enables the definition of a material point. Specify the fluid zone name and the location to define the material point.

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

Bases: TUIMethod

Enables the deletion of all defined material points.

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

Bases: TUIMethod

Deletes the specified material point.

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

Bases: TUIMethod

Lists all the defined material points.