add_datasets#
- class ansys.fluent.core.generated.solver.settings_242.add_datasets.add_datasets(name=None, parent=None)#
Bases:
Command
Add datasets.
- Parameters:
- zone_names
List
Select one or more zone names.
- domain
str
Select the domain.
- quantities
List
Select one or more quantities.
- minbool
Choose whether or not to specify the minimum value of the selected quantity(s) will be collected.
- maxbool
Choose whether or not to specify the maximum value of the selected quantity(s) will be collected.
- meanbool
Choose whether or not to specify the average value of the selected quantity(s) will be computed and collected.
- rmsebool
Choose whether or not to specify that the root mean square error of the selected quantity(s) will be computed and collected.
- moving_averagebool
Choose whether or not to specify an interval for averaging of the computed statistics.
- average_over
int
Specify 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 |
---|---|
Select one or more zone names. |
|
Select the domain. |
|
Select one or more quantities. |
|
Choose whether or not to specify the minimum value of the selected quantity(s) will be collected. |
|
Choose whether or not to specify the maximum value of the selected quantity(s) will be collected. |
|
Choose whether or not to specify the average value of the selected quantity(s) will be computed and collected. |
|
Choose whether or not to specify that the root mean square error of the selected quantity(s) will be computed and collected. |
|
Choose whether or not to specify an interval for averaging of the computed statistics. |
|
Specify 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. |