dpm_histogram#

class ansys.fluent.core.solver.tui_241.main_menu.report.dpm_histogram(service, version, mode, path)#

Bases: TUIMenu

Enters the DPM histogram menu.

Classes:

compute_sample(service, version, mode, path)

Computes the minimum/maximum of a sample variable.

delete_sample(service, version, mode, path)

Deletes a sample from the loaded sample list.

list_samples(service, version, mode, path)

Shows all samples in a loaded sample list.

pick_sample_to_reduce(service, version, ...)

Select a sample to be reduced.

plot_sample(service, version, mode, path)

Plots a histogram of a loaded sample.

prep_dpm_sample_cont_plot_exprs(service, ...)

Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.

read_sample(service, version, mode, path)

Reads a sample file and adds it to the sample list.

reduce_picked_sample(service, version, mode, ...)

Reduce a sample as specified by the data reduction parameters.

set(service, version, mode, path)

Enters the settings menu for the histogram.

setup_reduction(service, version, mode, path)

Set up the sample data reduction by specifying all relevant options and setting parameters as desired.

write_sample(service, version, mode, path)

Write a histogram of a loaded sample into a file.

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

Bases: TUIMethod

Computes the minimum/maximum of a sample variable.

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

Bases: TUIMethod

Deletes a sample from the loaded sample list.

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

Bases: TUIMethod

Shows all samples in a loaded sample list.

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

Bases: TUIMethod

Select a sample to be reduced.

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

Bases: TUIMethod

Plots a histogram of a loaded sample.

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

Bases: TUIMethod

Prepare named expressions from data in a DPM sample file (collected at a cut plane surface) for contour plotting.

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

Bases: TUIMethod

Reads a sample file and adds it to the sample list.

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

Bases: TUIMethod

Reduce a sample as specified by the data reduction parameters. This command is available only after you selected the sample using the pick-sample-to-reduce text command.

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

Bases: TUIMethod

Write a histogram of a loaded sample into a file.