fft#
- class ansys.fluent.core.generated.solver.settings_252.fft(name=None, parent=None)#
Bases:
Command
Plot FFT of file data.
- Parameters:
- process_options
str
Option to process from Receiver or File Data.
- receiver
str
Receiver for FFT.
- filename
str
Filename for FFT.
- x_var
str
The X Axis Field from File.
- y_var
str
The Y Axis Field from File.
- plot
str
Specifies whether to Plot FFT, modified Input Signal or None.
- write
str
Specifies whether to write the FFT to a file, include it in the simulation report, or Write Input Signal.
- output_filename
str
Type in the desired file name to save FFT or Input Signal.
- acoustics_analysisbool
Specifies whether to do acoustics analysis or not.
- ref_acoustic_pressure
real
Change acoustic reference pressure.
- fft_x_func
str
X Axis Function for FFT Plot.
- fft_y_func
str
Y Axis Function for FFT Plot.
- modify_input_signalbool
Prune input time signal.
- window
str
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_range
List
The minimum and maximum values for X axis.
- signal_stat
List
The minimum and maximum values for X axis.
- title
str
Title for Plot.
- x_label
str
X Axis label.
- y_label
str
Y Axis label.
- process_options
Arguments
Argument |
Summary |
---|---|
Option to process from Receiver or File Data. |
|
Receiver for FFT. |
|
Filename for FFT. |
|
The X Axis Field from File. |
|
The Y Axis Field from File. |
|
Specifies whether to Plot FFT, modified Input Signal or None. |
|
Specifies whether to write the FFT to a file, include it in the simulation report, or Write Input Signal. |
|
Type in the desired file name to save FFT or Input Signal. |
|
Specifies whether to do acoustics analysis or not. |
|
Change acoustic reference pressure. |
|
X Axis Function for FFT Plot. |
|
Y Axis Function for FFT Plot. |
|
Prune input time signal. |
|
Window type. |
|
Specifies whether to subtract Mean from data or not. |
|
Specifies whether to process the entire dataset or limit it to specific range by specifying the minimum and maximum values for the x-axis. |
|
The minimum and maximum values for X axis. |
|
The minimum and maximum values for X axis. |
|
Title for Plot. |
|
X Axis label. |
|
Y Axis label. |
Included in:
Parent |
Summary |
---|---|
Provides access to creating new and editing existing plots (XY histograms and so on) of your computational results. |