fft#

class ansys.fluent.core.generated.solver.settings_252.fft(name=None, parent=None)#

Bases: Command

Plot FFT of file data.

Parameters:
process_optionsstr

Option to process from Receiver or File Data.

receiverstr

Receiver for FFT.

filenamestr

Filename for FFT.

x_varstr

The X Axis Field from File.

y_varstr

The Y Axis Field from File.

plotstr

Specifies whether to Plot FFT, modified Input Signal or None.

writestr

Specifies whether to write the FFT to a file, include it in the simulation report, or Write Input Signal.

output_filenamestr

Type in the desired file name to save FFT or Input Signal.

acoustics_analysisbool

Specifies whether to do acoustics analysis or not.

ref_acoustic_pressurereal

Change acoustic reference pressure.

fft_x_funcstr

X Axis Function for FFT Plot.

fft_y_funcstr

Y Axis Function for FFT Plot.

modify_input_signalbool

Prune input time signal.

windowstr

Window type.

subtract_meanbool

Specifies whether to subtract Mean from data or not.

clip_to_rangebool

Specifies whether to process the entire dataset or limit it to specific range by specifying the minimum and maximum values for the x-axis.

x_axis_rangeList

The minimum and maximum values for X axis.

signal_statList

The minimum and maximum values for X axis.

titlestr

Title for Plot.

x_labelstr

X Axis label.

y_labelstr

Y Axis label.

Arguments

Argument

Summary

process_options

Option to process from Receiver or File Data.

receiver

Receiver for FFT.

filename

Filename for FFT.

x_var

The X Axis Field from File.

y_var

The Y Axis Field from File.

plot

Specifies whether to Plot FFT, modified Input Signal or None.

write

Specifies whether to write the FFT to a file, include it in the simulation report, or Write Input Signal.

output_filename

Type in the desired file name to save FFT or Input Signal.

acoustics_analysis

Specifies whether to do acoustics analysis or not.

ref_acoustic_pressure

Change acoustic reference pressure.

fft_x_func

X Axis Function for FFT Plot.

fft_y_func

Y Axis Function for FFT Plot.

modify_input_signal

Prune input time signal.

window

Window type.

subtract_mean

Specifies whether to subtract Mean from data or not.

clip_to_range

Specifies whether to process the entire dataset or limit it to specific range by specifying the minimum and maximum values for the x-axis.

x_axis_range

The minimum and maximum values for X axis.

signal_stat

The minimum and maximum values for X axis.

title

Title for Plot.

x_label

X Axis label.

y_label

Y Axis label.

Included in:

Parent

Summary

plot_4

Provides access to creating new and editing existing plots (XY histograms and so on) of your computational results.