statistics_controls#
- class ansys.fluent.core.generated.solver.settings_261.statistics_controls(name=None, parent=None)#
Bases:
CommandSpecify statistics parameters of sampling and averaging of flow and optical quantities.
- Parameters:
- method
int The method of sampling from the fluid density field.
- samp_time_period
real The sampling time period for the fluid density field.
- samp_time_steps
int The number of time steps per each sample of the fluid density field.
- avg_time_period
real The averaging time period for the fluid density field.
- avg_time_steps
int The number of time steps per each averaging window of the fluid density field.
- method
Arguments
Argument |
Summary |
|---|---|
The method of sampling from the fluid density field. |
|
The sampling time period for the fluid density field. |
|
The number of time steps per each sample of the fluid density field. |
|
The averaging time period for the fluid density field. |
|
The number of time steps per each averaging window of the fluid density field. |
Included in:
Parent |
Summary |
|---|---|
The statistics object. |