statistics_controls#

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

Bases: Command

Specify statistics parameters of sampling and averaging of flow and optical quantities.

Parameters:
methodint

The method of sampling from the fluid density field.

samp_time_periodreal

The sampling time period for the fluid density field.

samp_time_stepsint

The number of time steps per each sample of the fluid density field.

avg_time_periodreal

The averaging time period for the fluid density field.

avg_time_stepsint

The number of time steps per each averaging window of the fluid density field.

Arguments

Argument

Summary

method

The method of sampling from the fluid density field.

samp_time_period

The sampling time period for the fluid density field.

samp_time_steps

The number of time steps per each sample of the fluid density field.

avg_time_period

The averaging time period for the fluid density field.

avg_time_steps

The number of time steps per each averaging window of the fluid density field.

Included in:

Parent

Summary

statistics

The statistics object.