add_datasets#

class ansys.fluent.core.generated.solver.settings_242.add_datasets.add_datasets(name=None, parent=None)#

Bases: Command

Add datasets.

Parameters:
zone_namesList

Select one or more zone names.

domainstr

Select the domain.

quantitiesList

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_overint

Specify the number of iterations (steady simulations) or time steps (transient simulations) that will be used for computing the moving average.

Arguments

Argument

Summary

zone_names

Select one or more zone names.

domain

Select the domain.

quantities

Select one or more quantities.

min

Choose whether or not to specify the minimum value of the selected quantity(s) will be collected.

max

Choose whether or not to specify the maximum value of the selected quantity(s) will be collected.

mean

Choose whether or not to specify the average value of the selected quantity(s) will be computed and collected.

rmse

Choose whether or not to specify that the root mean square error of the selected quantity(s) will be computed and collected.

moving_average

Choose whether or not to specify an interval for averaging of the computed statistics.

average_over

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

data_sampling_options

Zone-Specific Data sampling options for statistics.