ChooseMeshControlOptions#
- class ansys.fluent.core.generated.datamodel_252.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 ———- ReadOrCreate : str
Determine whether you want to create new, or use existing mesh size controls or size fields.
- SizeControlFileNamestr
Browse to specify the location and the name of the size control file (.szcontrol) where your mesh controls are defined.
- WrapSizeControlFileNamestr
Browse to specify the location and the name of the size control file (.szcontrol) where your mesh controls are defined.
- 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.
GlobalMin : float GlobalMax : float GlobalGrowthRate : float MeshControlOptions : dict[str, Any]
- Returns:
Methods:
Create a command instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create a command instance.