fft_surface_variables#

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

Bases: TUIMenu

Enters the menu to create surface variables from the computed Fourier spectra for visualization.

Classes:

create_constant_width_bands(service, ...)

Selects up to 20 constant width bands and creates either the surface pressures level (SPL) variables or the PSD of dp/dt variables for them.

create_octave_bands(service, version, mode, path)

Creates either the surface pressure level (SPL) variables or the PSD of dp/dt variables for 17 technical octaves.

create_set_of_modes(service, version, mode, path)

Selects up to 20 individual Fourier modes and create variable pairs for them, containing the real and the imaginary parts of the complex Fourier amplitudes.

create_third_bands(service, version, mode, path)

Creates either the surface pressure level (SPL) variables or the PSD of dp/dt variables for 54 technical thirds.

remove_variables(service, version, mode, path)

Removes all variables created in this menu.

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

Bases: TUIMethod

Selects up to 20 constant width bands and creates either the surface pressures level (SPL) variables or the PSD of dp/dt variables for them.

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

Bases: TUIMethod

Creates either the surface pressure level (SPL) variables or the PSD of dp/dt variables for 17 technical octaves.

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

Bases: TUIMethod

Selects up to 20 individual Fourier modes and create variable pairs for them, containing the real and the imaginary parts of the complex Fourier amplitudes.

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

Bases: TUIMethod

Creates either the surface pressure level (SPL) variables or the PSD of dp/dt variables for 54 technical thirds.

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

Bases: TUIMethod

Removes all variables created in this menu.