histogram_options#
- class ansys.fluent.core.generated.solver.settings_252.histogram_options(name=None, parent=None)#
Bases:
Group
The settings object.
Attributes
Attribute |
Summary |
---|---|
Automatically compute the range of the histogram variable for the histogram plot. |
|
Use logarithmic scaling of the widths of the individual bins? – Will not work unless all values have the same sign. |
|
Use weighting by another variable instead of simple event counts. |
|
Compute the correlation of the histogram variable with another variable. |
|
Use the cube of the correlation variable for the computation of the correlation curve. |
|
Give the event counts or weight sums of every bin as percentages. |
|
Compute a cumulative curve from the histogram data. |
|
Create a bar chart from the histogram data, or use simple XY plot style. |
|
Compute Rosin Rammler parameters, Sauter and other mean diameters. |
Included in:
Parent |
Summary |
---|---|
‘histogram’ child. |