wave_equation_options#

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

Bases: TUIMenu

Enters the menu to define the acoustics wave equation model options.

Classes:

basic_shapes(service, version, mode, path)

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".

remote_receivers(service, version, mode, path)

Enables/disables the Kirchhoff integral model.

remote_receivers_options(service, version, ...)

Enters the menu to define remote receivers for the Kirchhoff integral model.

source_mask_udf(service, version, mode, path)

Specifies the name of a user-defined function, which defines geometry of the source mask.

sponge_layer_base_level(service, version, ...)

Specify artificial viscosity base level applied everywhere.

sponge_layer_factor(service, version, mode, path)

Specifies the factor of the artificial viscosity coefficient.

sponge_layer_udf(service, version, mode, path)

Specifies the name of a user-defined function, which defines geometry of the sponge layer.

time_filter_source(service, version, mode, path)

Enables/disables a time filter for the sound source.

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

Bases: TUIMethod

Enables/disables the Kirchhoff integral model.

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

Bases: TUIMethod

Specifies the name of a user-defined function, which defines geometry of the source mask.

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

Bases: TUIMethod

Specify artificial viscosity base level applied everywhere.

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

Bases: TUIMethod

Specifies the factor of the artificial viscosity coefficient.

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

Bases: TUIMethod

Specifies the name of a user-defined function, which defines geometry of the sponge layer.

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

Bases: TUIMethod

Enables/disables a time filter for the sound source.