scoped_sizing#

class ansys.fluent.core.meshing.tui_231.main_menu.scoped_sizing(path, service)#

Bases: TUIMenu

Manage scoped sizing.

Methods:

compute(*args, **kwargs)

Computes the size field based on the defined size functions and/or scoped size controls.

create(*args, **kwargs)

Defines the scoped size based on the specified parameters.

delete(*args, **kwargs)

Deletes the specified scoped size controls.

delete_all(*args, **kwargs)

Deletes all the defined scoped size controls.

delete_size_field(*args, **kwargs)

Deletes the current size field.

list(*args, **kwargs)

Lists all the defined scoped size controls and the corresponding parameter values defined.

list_zones_uncovered_by_controls(*args, **kwargs)

Lists the zones for which no scoped sizing controls have been defined.

modify(*args, **kwargs)

Modifies the scoped size control definition.

read(*args, **kwargs)

Enables you to read in a scoped sizing file (*.szcontrol).

validate(*args, **kwargs)

Validates the scoped sizing controls defined.

write(*args, **kwargs)

Enables you to write a scoped sizing file (*.szcontrol).

compute(*args, **kwargs)#

Computes the size field based on the defined size functions and/or scoped size controls.

create(*args, **kwargs)#

Defines the scoped size based on the specified parameters.

delete(*args, **kwargs)#

Deletes the specified scoped size controls.

delete_all(*args, **kwargs)#

Deletes all the defined scoped size controls.

delete_size_field(*args, **kwargs)#

Deletes the current size field.

list(*args, **kwargs)#

Lists all the defined scoped size controls and the corresponding parameter values defined.

list_zones_uncovered_by_controls(*args, **kwargs)#

Lists the zones for which no scoped sizing controls have been defined.

modify(*args, **kwargs)#

Modifies the scoped size control definition.

read(*args, **kwargs)#

Enables you to read in a scoped sizing file (*.szcontrol).

validate(*args, **kwargs)#

Validates the scoped sizing controls defined. An error will be reported if the scoped sizing controls do not exist or the scope for one (or more) controls is invalid.

write(*args, **kwargs)#

Enables you to write a scoped sizing file (*.szcontrol).