write_hist_with_args#

class ansys.fluent.core.generated.solver.settings_261.write_hist_with_args(name=None, parent=None)#

Bases: Command

Write a data file from a distribution histogram based on a DPM sample file.

Parameters:
samplestr

Pick a loaded sample to then pick a variable from.

variable_to_samplestr

Pick a variable to calculate a distribution histogram from.

weighting_variablestr

Pick a weighting variable for the distribution histogram to be computed.

correlation_variablestr

Pick a second variable to calculate a histogram of its correlation with the first one.

file_namestr

A name for a file to write the distribution histogram data to.

Arguments

Argument

Summary

sample

Pick a loaded sample to then pick a variable from.

variable_to_sample

Pick a variable to calculate a distribution histogram from.

weighting_variable

Pick a weighting variable for the distribution histogram to be computed.

correlation_variable

Pick a second variable to calculate a histogram of its correlation with the first one.

file_name

A name for a file to write the distribution histogram data to.

Included in:

Parent

Summary

plot_write_histogram

Commands to plot (or write a data file from) a distribution histogram based on a DPM sample file.