add_datasets#

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

Bases: Command

Add datasets.

Parameters:
zone_namesList

One or more zone names.

domainstr

The domain.

quantitiesList

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_overint

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

One or more zone names.

domain

The domain.

quantities

One or more quantities.

min

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

max

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

mean

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

rmse

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

moving_average

Specifies whether to specify an interval for averaging of the computed statistics.

average_over

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.