basic_shapes#

class ansys.fluent.core.solver.tui_241.main_menu.define.models.acoustics.wave_equation_options.basic_shapes(service, version, mode, path)#

Bases: TUIMenu

Enters the menu to define the geometry of the source mask and sponge layer using the basic shapes, represented by the cell registers of the type “Region”.

Classes:

add_source_mask_shape(service, version, ...)

Adds a basic shape to the definition of the source mask geometry.

add_sponge_layer_shape(service, version, ...)

Adds a basic shape to the definition of the sponge layer geometry.

list_region_registers(service, version, ...)

List all available cell registers of the type "Region".

list_source_mask_shapes(service, version, ...)

List basic shapes, which are currently used in the definition of the source mask geometry.

list_sponge_layer_shapes(service, version, ...)

List basic shapes, which are currently used in the definition of the sponge layer geometry.

remove_source_mask_shape(service, version, ...)

Remove a basic shape from the definition of the source mask geometry.

remove_sponge_layer_shape(service, version, ...)

Remove a basic shape from the definition of the sponge layer geometry.

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

Bases: TUIMethod

Adds a basic shape to the definition of the source mask geometry.

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

Bases: TUIMethod

Adds a basic shape to the definition of the sponge layer geometry.

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

Bases: TUIMethod

List all available cell registers of the type “Region”.

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

Bases: TUIMethod

List basic shapes, which are currently used in the definition of the source mask geometry.

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

Bases: TUIMethod

List basic shapes, which are currently used in the definition of the sponge layer geometry.

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

Bases: TUIMethod

Remove a basic shape from the definition of the source mask geometry.

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

Bases: TUIMethod

Remove a basic shape from the definition of the sponge layer geometry.