dpm_histogram#

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

Bases: TUIMenu

Enter the DPM histogram menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

compute_sample(service, version, mode, path)

Compute minimum/maximum of a sample variable.

delete_sample(service, version, mode, path)

Delete a sample from loaded sample list.

list_samples(service, version, mode, path)

Show all samples in loaded sample list.

pick_sample_to_reduce(service, version, ...)

Pick a sample for which to first set-up and then perform the data reduction.

plot_sample(service, version, mode, path)

Plot 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)

Read a sample file and add it to the sample list.

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

Reduce a sample after first picking it and setting up all data-reduction options and parameters.

set(service, version, mode, path)

Enter 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.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Compute minimum/maximum of a sample variable.

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

Bases: TUIMethod

Delete a sample from loaded sample list.

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

Bases: TUIMethod

Show all samples in loaded sample list.

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

Bases: TUIMethod

Pick a sample for which to first set-up and then perform the data reduction.

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

Bases: TUIMethod

Plot 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

Read a sample file and add it to the sample list.

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

Bases: TUIMethod

Reduce a sample after first picking it and setting up all data-reduction options and parameters.

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

Bases: TUIMethod

Write a histogram of a loaded sample into a file.