ChooseMeshControlOptions#
- class ansys.fluent.core.generated.datamodel_261.meshing.Root.ChooseMeshControlOptions(service, rules, command, path=None)#
Bases:
PyCommandPick 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:
- ReadOrCreate
str Determine whether you want to create new, or use existing mesh size controls or size fields.
- SizeControlFileName
str The path and name of the size control file (.szcontrol) defining your mesh controls.
- WrapSizeControlFileName
str The location and name of the size control file (.szcontrol) containing mesh controls.
- CreationMethod
str 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.
- ViewOption
str Determine if you would like to use separate tasks or a table to view and work with your mesh controls.
- GlobalMin
float - GlobalMax
float - GlobalGrowthRate
float - MeshControlOptions
dict[str,Any]
- ReadOrCreate
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.