material_point#

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

Bases: TUIMenu

Manage material points.

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.

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.