ChooseMeshControlOptions#

class ansys.fluent.core.generated.datamodel_261.meshing.Root.ChooseMeshControlOptions(service, rules, command, path=None)#

Bases: PyCommand

Pick and choose various means of generating and refining the mesh in your simulation. Determine how you want to create and manage and view your size controls in the workflow. More…

Parameters:
ReadOrCreatestr

Determine whether you want to create new, or use existing mesh size controls or size fields.

SizeControlFileNamestr

The path and name of the size control file (.szcontrol) defining your mesh controls.

WrapSizeControlFileNamestr

The location and name of the size control file (.szcontrol) containing mesh controls.

CreationMethodstr

Determine whether you want to use default size controls or not. Default will populate your size controls with default settings, based on the number of objects in your model. The Custom option can be used to populate as many size controls as you need using your own customized settings.

ViewOptionstr

Determine if you would like to use separate tasks or a table to view and work with your mesh controls.

GlobalMinfloat
GlobalMaxfloat
GlobalGrowthRatefloat
MeshControlOptionsdict[str, Any]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create an operation instance.