data_sampling_options#

class ansys.fluent.core.solver.tui_231.main_menu.solution.run_calculation.data_sampling_options(path, service)#

Bases: TUIMenu

Data sampling options for statistics.

Methods:

add_datasets(*args, **kwargs)

Add a dataset.

add_rtdft_datasets(*args, **kwargs)

Add a dataset.

list_datasets(*args, **kwargs)

List dataset.

remove_dataset(*args, **kwargs)

Remove dataset.

Classes:

dft_datasets(path, service)

Data sampling options for runtime discrete Fourier transform.

add_datasets(*args, **kwargs)#

Add a dataset. After providing the zones for a dataset, press [Enter] to move onto selecting quantities. Enter () to complete the quantity selection for this dataset.

add_rtdft_datasets(*args, **kwargs)#

Add a dataset. After providing the zones for a dataset, press [Enter] to move onto selecting quantities. Enter () to complete the quantity selection for this dataset.

class dft_datasets(path, service)#

Bases: TUIMenu

Data sampling options for runtime discrete Fourier transform.

Methods:

add_datasets(*args, **kwargs)

Add DFT datasets.

band_or_tone(*args, **kwargs)

Specify, whether a new dataset is for DFT in a frequency band resolved by many harmonics or for a single tone.

freq_min_max(*args, **kwargs)

Specify the minimum and the maximum frequency for a band.

freq_step_and_sampling(*args, **kwargs)

Specify either the band resolution or the sampling timesteps number.

freq_tone_and_sampling(*args, **kwargs)

Specify single tone frequency and sampling duration as the number of tone periods.

quantities(*args, **kwargs)

Select quantities for a new DFT dataset.

zones(*args, **kwargs)

Select zones for a new DFT dataset.

add_datasets(*args, **kwargs)#

Add DFT datasets.

band_or_tone(*args, **kwargs)#

Specify, whether a new dataset is for DFT in a frequency band resolved by many harmonics or for a single tone.

freq_min_max(*args, **kwargs)#

Specify the minimum and the maximum frequency for a band.

freq_step_and_sampling(*args, **kwargs)#

Specify either the band resolution or the sampling timesteps number. The other value will be computed consistently.

freq_tone_and_sampling(*args, **kwargs)#

Specify single tone frequency and sampling duration as the number of tone periods.

quantities(*args, **kwargs)#

Select quantities for a new DFT dataset. Enter () to complete the quantity selection.

zones(*args, **kwargs)#

Select zones for a new DFT dataset.

list_datasets(*args, **kwargs)#

List dataset.

remove_dataset(*args, **kwargs)#

Remove dataset.