UrfFamily#

class ansys.fluent.mcp.solve.lib.active_path.UrfFamily#

Bases: str, enum.Enum

The active under-relaxation family for a given solver mode.

Overview#

Import detail#

from ansys.fluent.mcp.solve.lib.active_path import UrfFamily

Attribute detail#

UrfFamily.SEGREGATED = 'segregated'#
UrfFamily.COUPLED_EXPLICIT = 'coupled_explicit'#
UrfFamily.PSEUDO_TIME = 'pseudo_time'#