set#

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

Bases: TUIMenu

Enters the settings menu for the histogram.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_range(service, version, mode, path)

Automatically computes the range of the sampling variable for histogram plots.

correlation(service, version, mode, path)

Computes the correlation of the sampling variable with another variable.

cumulation_curve(service, version, mode, path)

Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.

diameter_statistics(service, version, mode, path)

Computes the Rosin Rammler parameters, Sauter, and other mean diameters.

histogram_mode(service, version, mode, path)

Uses bars for the histogram plot or xy-style.

logarithmic(service, version, mode, path)

Enables/disables the use of logarithmic scaling on the abscissa of the histogram.

maximum(service, version, mode, path)

Specifies the maximum value of the x-axis variable for histogram plots.

minimum(service, version, mode, path)

Specifies the minimum value of the x-axis variable for histogram plots.

number_of_bins(service, version, mode, path)

Specifies the number of bins.

percentage(service, version, mode, path)

Uses percentages of bins to be computed.

variable_power_3(service, version, mode, path)

Use the cubic of the cumulation variable during computation of the cumulative curve.

weighting(service, version, mode, path)

Uses weighting with additional variables when sorting data into samples.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Automatically computes the range of the sampling variable for histogram plots.

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

Bases: TUIMethod

Computes the correlation of the sampling variable with another variable.

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

Bases: TUIMethod

Computes a cumulative curve for the sampling variable or correlation variable when correlation? is specified.

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

Bases: TUIMethod

Computes the Rosin Rammler parameters, Sauter, and other mean diameters.

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

Bases: TUIMethod

Uses bars for the histogram plot or xy-style.

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

Bases: TUIMethod

Enables/disables the use of logarithmic scaling on the abscissa of the histogram.

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

Bases: TUIMethod

Specifies the maximum value of the x-axis variable for histogram plots.

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

Bases: TUIMethod

Specifies the minimum value of the x-axis variable for histogram plots.

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

Bases: TUIMethod

Specifies the number of bins.

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

Bases: TUIMethod

Uses percentages of bins to be computed.

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

Bases: TUIMethod

Use the cubic of the cumulation variable during computation of the cumulative curve. When the particle mass was not sampled, the diameter can be used instead.

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

Bases: TUIMethod

Uses weighting with additional variables when sorting data into samples.