node_based_averaging#

class ansys.fluent.core.generated.solver.settings_271.node_based_averaging(name=None, parent=None)#

Bases: Group

Configures node-based averaging and source-term averaging.

Attributes

Attribute

Summary

enabled

Enables node-based averaging of DPM variables.

source_avg_enabled

Enables node-based averaging of DPM source terms.

average_every_step

Enables averaging after each integration step (higher accuracy, higher cost).

kernel

Kernel selection for nodal averaging (legacy option).

kernel_type

Selects the kernel type for node-based averaging.

gaussian_factor

Controls the size of the Gaussian kernel for node-based averaging.~%Large values give small size, small values give large size of kernel.

ddpm_var_avg_enabled

Enables node-based averaging iof DDPM-specific variables (e.g., volume fraction, velocity) on nodes.

Included in:

Parent

Summary

numerics

Configures numerical options for DPM calculations.