moments#

class ansys.fluent.core.generated.solver.settings_261.moments(name=None, parent=None)#

Bases: Command

Set moments for population balance.

Parameters:
surface_listList

Surface.

volume_listList

Cell zone name list.

num_of_momentsint

Number of moments to be calculated. The first moment is always the number density (N_i).

write_to_filebool

Specifies whether to write to a file.

file_namestr

The name you want the file saved with.

Arguments

Argument

Summary

surface_list

Surface.

volume_list

Cell zone name list.

num_of_moments

Number of moments to be calculated. The first moment is always the number density (N_i).

write_to_file

Specifies whether to write to a file.

file_name

The name you want the file saved with.

Included in:

Parent

Summary

population_balance_1

Access tools to generate reports related to population balance modeling results.