plot_hist_with_args#
- class ansys.fluent.core.generated.solver.settings_252.plot_hist_with_args(name=None, parent=None)#
Bases:
Command
Plot a distribution histogram based on a DPM sample file.
- Parameters:
- sample
str
Pick a loaded sample to then pick a variable from.
- variable_to_sample
str
Pick a variable to calculate a distribution histogram from.
- weighting_variable
str
Pick a weighting variable for the distribution histogram to be computed.
- correlation_variable
str
Pick a second variable to calculate a histogram of its correlation with the first one.
- file_name
str
A name for a file to write the distribution histogram data to.
- sample
Arguments
Argument |
Summary |
---|---|
Pick a loaded sample to then pick a variable from. |
|
Pick a variable to calculate a distribution histogram from. |
|
Pick a weighting variable for the distribution histogram to be computed. |
|
Pick a second variable to calculate a histogram of its correlation with the first one. |
|
A name for a file to write the distribution histogram data to. |
Included in:
Parent |
Summary |
---|---|
Commands to plot (or write a data file from) a distribution histogram based on a DPM sample file. |