add_datasets#
- class ansys.fluent.core.generated.solver.settings_252.add_datasets(name=None, parent=None)#
Bases:
Command
Add datasets.
- Parameters:
- zone_names
List
One or more zone names.
- domain
str
The domain.
- quantities
List
One or more quantities.
- minbool
Specifies whether to specify the minimum value of the selected quantity(s) will be collected.
- maxbool
Specifies whether to specify the maximum value of the selected quantity(s) will be collected.
- meanbool
Specifies whether to specify the average value of the selected quantity(s) will be computed and collected.
- rmsebool
Specifies whether to specify that the root mean square error of the selected quantity(s) will be computed and collected.
- moving_averagebool
Specifies whether to specify an interval for averaging of the computed statistics.
- average_over
int
The number of iterations (steady simulations) or time steps (transient simulations) that will be used for computing the moving average.
- zone_names
Arguments
Argument |
Summary |
---|---|
One or more zone names. |
|
The domain. |
|
One or more quantities. |
|
Specifies whether to specify the minimum value of the selected quantity(s) will be collected. |
|
Specifies whether to specify the maximum value of the selected quantity(s) will be collected. |
|
Specifies whether to specify the average value of the selected quantity(s) will be computed and collected. |
|
Specifies whether to specify that the root mean square error of the selected quantity(s) will be computed and collected. |
|
Specifies whether to specify an interval for averaging of the computed statistics. |
|
The number of iterations (steady simulations) or time steps (transient simulations) that will be used for computing the moving average. |
Included in:
Parent |
Summary |
---|---|
Zone-Specific Data sampling options for statistics. |